Skip to content

Commit

Permalink
WordPress 4.7 compatible and 1.2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
codexpert committed May 8, 2017
1 parent adcbbc7 commit f0e9999
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions tx-onepager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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')) {
Expand Down

0 comments on commit f0e9999

Please sign in to comment.