Skip to content

Commit

Permalink
Merge pull request #47 from turtlepod/dev
Browse files Browse the repository at this point in the history
update version number + readme
  • Loading branch information
turtlepod authored Jan 6, 2017
2 parents 9ca1ded + aba9d3d commit e91ca5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2
* Version: 1.0.1
* 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.2' );
define( 'FX_BUILDER_VERSION', '1.0.1' );


/* Init
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You can contribute to development at GitHub https://github.com/turtlepod/fx-buil

== Changelog ==

= 1.0.1 - 03 Jan 2017 =
= 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.
* Store _fxb_active in revisions.
Expand Down

0 comments on commit e91ca5b

Please sign in to comment.