diff --git a/readme.txt b/readme.txt index 2e7fbb9..42ce2ea 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: http://getonepager.com Tags: page builder, builder, onepage builder, drag and drop, reactjs, bootstrap, fontAwesome, gulp, less, layout, grid, composer, webpack, bower, ui Stable tag: %version% Requires at least: 4.2 -Tested up to: 4.3 +Tested up to: 4.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -49,6 +49,9 @@ Installing the plugins is just like installing other WordPress plugins. == Changelog == += 1.2.6 = +- WordPress 4.7 compatibility fix + = 1.2.5 = - WP conflict resolver bug fix diff --git a/tx-onepager.php b/tx-onepager.php index b565e8f..9ab9d6d 100644 --- a/tx-onepager.php +++ b/tx-onepager.php @@ -3,7 +3,7 @@ * Plugin Name: Onepager - One Page Builder * Plugin URI: http://getonepager.com * Description: Modern, Powerful & Crazy Fast one page builder. Built with modern tools such ReactJS for next generation theming. - * Version: 1.2.5 + * Version: 1.2.6 * Author: ThemeXpert * Author URI: http://www.themexpert.com * License: GPL-2.0+ @@ -18,7 +18,7 @@ } if(!defined('ONEPAGER_VERSION')){ - define( 'ONEPAGER_VERSION', '1.2.5' ); + define( 'ONEPAGER_VERSION', '1.2.6' ); } if(!defined('ONEPAGER_PHP_VERSION')) {