Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wolffe committed Jun 12, 2024
1 parent aa8abd0 commit aba608c
Show file tree
Hide file tree
Showing 2 changed files with 6 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: FX Builder
* Plugin URI: https://getbutterfly.com/classicpress-plugins/fx-builder/
* Description: A simple page builder plugin. The one you can actually use.
* Version: 1.1.1
* Version: 1.2.0
* Requires PHP: 7.2
* Requires CP: 2.0
* Author: Ciprian Popescu
Expand All @@ -27,7 +27,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.1.1' );
define( 'FX_BUILDER_VERSION', '1.2.0' );

include FX_BUILDER_PATH . '/includes/updater.php';

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: page builder, drag, drop, columns
Requires at least: 2.0
Tested up to: 2.1.0
Requires PHP: 7.2
Stable tag: 1.1.1
Stable tag: 1.2.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -33,6 +33,9 @@ A simple page builder plugin. The one you can actually use.

== Changelog ==

= 1.2.0 =
* First public release for ClassicPress

= 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/
Expand Down

0 comments on commit aba608c

Please sign in to comment.