diff --git a/fx-builder.php b/fx-builder.php index 46e6d89..d35b922 100644 --- a/fx-builder.php +++ b/fx-builder.php @@ -3,7 +3,7 @@ * Plugin Name: f(x) Builder * Plugin URI: http://genbumedia.com/plugins/fx-builder/ * Description: A simple page builder plugin. The one you can actually use. (Alpha Version) - * Version: 1.0.1 + * Version: 1.0.2 * Author: David Chandra Purnama * Author URI: http://shellcreeper.com/ * License: GPLv2 or later @@ -24,7 +24,7 @@ define( 'FX_BUILDER_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) ); define( 'FX_BUILDER_FILE', __FILE__ ); define( 'FX_BUILDER_PLUGIN', plugin_basename( __FILE__ ) ); -define( 'FX_BUILDER_VERSION', '1.0.1' ); +define( 'FX_BUILDER_VERSION', '1.0.2' ); /* Init diff --git a/readme.txt b/readme.txt index e6d22d6..338cdf2 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: turtlepod Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TT23LVNKA3AU2 Tags: Page Builder, Drag and Drop, Beta Requires at least: 4.5 -Tested up to: 4.7 -Stable tag: 1.0.1 +Tested up to: 4.8 +Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -50,6 +50,10 @@ You can contribute to development at GitHub https://github.com/turtlepod/fx-buil == Changelog == += 1.0.2 - 13 Ags 2017 = +* Fix bug: WP 4.8 compat https://github.com/turtlepod/fx-builder/issues/48 +* Credit for reporting WP 4.8 bug: nick6352683 https://wordpress.org/support/users/nick6352683/ + = 1.0.1 - 06 Jan 2017 = * Fix bug: wp preview remove page builder data https://github.com/turtlepod/fx-builder/issues/45 * Fix CSS Bug: Tools & CSS button position.