Skip to content

Commit e855b15

Browse files
authored
Merge pull request #50 from turtlepod/release/1.0.2
Release/1.0.2
2 parents e91ca5b + aeef4c4 commit e855b15

3 files changed

Lines changed: 17 additions & 6 deletions

File tree

fx-builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
@@ -24,7 +24,7 @@
2424
define( 'FX_BUILDER_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) );
2525
define( 'FX_BUILDER_FILE', __FILE__ );
2626
define( '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

includes/builder/assets/page-builder.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
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
}
@@ -442,7 +442,7 @@
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%);
@@ -556,6 +556,13 @@
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 */

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: turtlepod
33
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TT23LVNKA3AU2
44
Tags: Page Builder, Drag and Drop, Beta
55
Requires 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
88
License: GPLv2 or later
99
License 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.

0 commit comments

Comments
 (0)