diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e9cd3..312f187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/gulpfile.js b/gulpfile.js index 98cdd7f..f903635 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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); }); diff --git a/readme.txt b/readme.txt index 6935908..3e5e070 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 @@ -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 == diff --git a/tx-onepager.php b/tx-onepager.php index ea7d09f..1dc787b 100644 --- a/tx-onepager.php +++ b/tx-onepager.php @@ -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+ @@ -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__ ) );