Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:themexpert/onepager into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nadimtuhin committed Sep 11, 2015
2 parents e4676cd + b8ee23d commit 22b7d75
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v1.1.1](https://github.com/themexpert/onepager/tree/v1.1.1) (2015-09-11)
[Full Changelog](https://github.com/themexpert/onepager/compare/v1.1...v1.1.1)

## [v1.1](https://github.com/themexpert/onepager/tree/v1.1) (2015-09-09)
[Full Changelog](https://github.com/themexpert/onepager/compare/1.1...v1.1)

## [1.1](https://github.com/themexpert/onepager/tree/1.1) (2015-09-08)
[Full Changelog](https://github.com/themexpert/onepager/compare/1.0.0...1.1)

Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ gulp.task('default', function () {
});

gulp.task('package', ['package-build'], function () {
var files = ['app', 'assets', 'blocks', 'src', 'vendor', 'presets', 'tx-onepager.php', 'uninstall.php', 'readme.txt'];
var files = ['app', 'assets', 'blocks', 'src', 'vendor', 'presets', 'tx-onepager.php', 'uninstall.php', 'readme.txt', 'CHANGELOG.md'];

packager("tx-onepager", files, ROOT_PATH);
});
Expand Down
31 changes: 21 additions & 10 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
=== Tx OnePager ===
Contributors: themexpert,
Contributors: themexpert
Donate link: http://www.themexpert.com
Tags: page builder, onepage builder, drag&drop builder, reactjs, bootstrap, fontAwesome, gulp, less
Requires at least: 3.6
Tested up to: 4.3 or higher
Stable tag: 1.1
Stable tag: 1.1.1
Requires at least: 4.2
Tested up to: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Next Generation Page Builder built with speed
Modern, Powerful & Easy onepage Builder For next generation theming.

== Description ==

[youtube https://www.youtube.com/watch?v=pwKcmckBZD4]

[OnePager](http://www.getonepager.com) is a next generation page builder allows you to develop your theme and website with minimal footsteps. Its block base architecture gives your ability to add/edit and distributable blocks with every theme.
[OnePager](http://www.getonepager.com) is a Modern, Powerful & Easy onepage Builder For WordPress. OnePager allow you to quickly edit everything on the fly. No overwhelming options and everything happens on frontend even your grandma build her website in peace.

[Live Demo](http://getonepager.com)
[Contribute on Github](https://github.com/themexpert/onepager)

**Requirements**
[Chat with developer](https://gitter.im/themexpert/onepager)

**Requirements**

* PHP 5.4+

**Features**
**Features**

* Everything in front-end
* Block Based Architecture
Expand All @@ -38,10 +40,13 @@ Next Generation Page Builder built with speed

== Installation ==

Installing the plugins is just like installing other WordPress plugins. Have on the installation processes.
Installing the plugins is just like installing other WordPress plugins.


== Changelog ==
= 1.1.1 =
* PHP error fixed introduced on 1.1
* Sidebar overlay color fix.
= 1.1 =
* UI enhancements
* Bug Fix
Expand All @@ -51,4 +56,10 @@ Installing the plugins is just like installing other WordPress plugins. Have on

== Screenshots ==

1. Enable Onepage from your page with presets
2. Onepager Builder
3. Colorpicker input type
4. Developer friendly codebase


== Upgrade Notice ==
6 changes: 3 additions & 3 deletions tx-onepager.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/**
* Plugin Name: TX OnePager
* Plugin URI: http://themexpert.com/wordpress-plugins/xpert-wponepager
* Description: Onepage Builder that helps you to make one page website seamlessly. Beautifully
* Version: 1.1.0
* Description: Modern, Powerful & Easy onepage Builder For next generation theming.
* Version: 1.1.1
* Author: ThemeXpert
* Author URI: http://www.themexpert.com
* License: GPL-2.0+
Expand All @@ -17,7 +17,7 @@
die;
}

define( 'ONEPAGER_VERSION', '1.1.0' );
define( 'ONEPAGER_VERSION', '1.1.1' );
define( 'ONEPAGER_PHP_VERSION', '5.4' );

define( 'ONEPAGER_URL', plugins_url( '', __FILE__ ) );
Expand Down

0 comments on commit 22b7d75

Please sign in to comment.