File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 * Plugin Name: f(x) Builder
44 * Plugin URI: http://genbumedia.com/plugins/fx-builder/
55 * Description: A simple page builder plugin. The one you can actually use. (Alpha Version)
6- * Version: 1.0.1
6+ * Version: 1.0.2
77 * Author: David Chandra Purnama
88 * Author URI: http://shellcreeper.com/
99 * License: GPLv2 or later
2424define ( 'FX_BUILDER_PATH ' , trailingslashit ( plugin_dir_path ( __FILE__ ) ) );
2525define ( 'FX_BUILDER_FILE ' , __FILE__ );
2626define ( 'FX_BUILDER_PLUGIN ' , plugin_basename ( __FILE__ ) );
27- define ( 'FX_BUILDER_VERSION ' , '1.0.1 ' );
27+ define ( 'FX_BUILDER_VERSION ' , '1.0.2 ' );
2828
2929
3030/* Init
Original file line number Diff line number Diff line change 424424 height : 100% ;
425425 margin : 0 ;
426426 padding : 0 ;
427- z-index : 100050 ;
427+ z-index : 60050 ;
428428 background : rgba (0 , 0 , 0 , 0.7 );
429429 overflow : hidden;
430430}
442442 max-height : 100% ;
443443 border : none;
444444 box-shadow : 0 3px 6px rgba (0 , 0 , 0 , 0.3 );
445- z-index : 100100 ;
445+ z-index : 60100 ;
446446 overflow : visible;
447447 background : # fff ;
448448 transform : translate (-50% , -50% );
556556}
557557
558558
559+ /* MCE FullScreen
560+ ------------------------------------------ */
561+ body .mce-fullscreen .fxb-editor .fxb-modal {
562+ width : 100% !important ;
563+ height : 100% !important ;
564+ }
565+
559566/* Media Queries
560567------------------------------------------ */
561568/* Add Rows */
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ Contributors: turtlepod
33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TT23LVNKA3AU2
44Tags: Page Builder, Drag and Drop, Beta
55Requires at least: 4.5
6- Tested up to: 4.7
7- Stable tag: 1.0.1
6+ Tested up to: 4.8
7+ Stable tag: 1.0.2
88License: GPLv2 or later
99License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
@@ -50,6 +50,10 @@ You can contribute to development at GitHub https://github.com/turtlepod/fx-buil
5050
5151== Changelog ==
5252
53+ = 1.0.2 - 13 Ags 2017 =
54+ * Fix bug: WP 4.8 compat https://github.com/turtlepod/fx-builder/issues/48
55+ * Credit for reporting WP 4.8 bug: nick6352683 https://wordpress.org/support/users/nick6352683/
56+
5357= 1.0.1 - 06 Jan 2017 =
5458* Fix bug: wp preview remove page builder data https://github.com/turtlepod/fx-builder/issues/45
5559* Fix CSS Bug: Tools & CSS button position.
You can’t perform that action at this time.
0 commit comments