Skip to content

Commit

Permalink
Merge pull request #50 from turtlepod/release/1.0.2
Browse files Browse the repository at this point in the history
Release/1.0.2
  • Loading branch information
turtlepod authored Aug 13, 2017
2 parents e91ca5b + aeef4c4 commit e855b15
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
4 changes: 2 additions & 2 deletions fx-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
11 changes: 9 additions & 2 deletions includes/builder/assets/page-builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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%);
Expand Down Expand Up @@ -556,6 +556,13 @@
}


/* MCE FullScreen
------------------------------------------ */
body.mce-fullscreen .fxb-editor.fxb-modal {
width: 100% !important;
height: 100% !important;
}

/* Media Queries
------------------------------------------ */
/* Add Rows */
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit e855b15

Please sign in to comment.