From aba608c2e2dc6fb67502c5d2244932ad7c9c8485 Mon Sep 17 00:00:00 2001 From: Ciprian Popescu Date: Wed, 12 Jun 2024 20:27:13 +0100 Subject: [PATCH] Version bump --- fx-builder.php | 4 ++-- readme.txt | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/fx-builder.php b/fx-builder.php index 4497f7a..9850aa1 100644 --- a/fx-builder.php +++ b/fx-builder.php @@ -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 @@ -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'; diff --git a/readme.txt b/readme.txt index d8d160b..6522fb1 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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/