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/includes/builder/assets/page-builder.css b/includes/builder/assets/page-builder.css index c7b1058..cf61451 100644 --- a/includes/builder/assets/page-builder.css +++ b/includes/builder/assets/page-builder.css @@ -424,7 +424,7 @@ height: 100%; margin: 0; padding: 0; - z-index: 100050; + z-index: 60050; background: rgba(0,0,0,0.7); overflow: hidden; } @@ -442,7 +442,7 @@ max-height: 100%; border: none; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); - z-index: 100100; + z-index: 60100; overflow: visible; background: #fff; transform: translate(-50%, -50%); @@ -556,6 +556,13 @@ } +/* MCE FullScreen +------------------------------------------ */ +body.mce-fullscreen .fxb-editor.fxb-modal { + width: 100% !important; + height: 100% !important; +} + /* Media Queries ------------------------------------------ */ /* Add Rows */ 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.