Skip to content

Commit

Permalink
update version, readme, changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
turtlepod committed Aug 13, 2017
1 parent 97f4ec5 commit aeef4c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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
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 aeef4c4

Please sign in to comment.