Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wolffe committed Dec 6, 2024
1 parent be26591 commit a8ca9ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 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.4.1
* Version: 1.4.2
* Requires PHP: 7.0
* 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.4.1' );
define( 'FX_BUILDER_VERSION', '1.4.2' );

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

Expand Down
4 changes: 0 additions & 4 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
<exclude name="WordPress.PHP.YodaConditions" />
</rule>

<rule ref="WordPress.Files.FileName">
<exclude-pattern>/classes/class-tgm-plugin-activation.php</exclude-pattern>
</rule>

<rule ref="Internal.NoCodeFound">
<severity>0</severity>
</rule>
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: butterflymedia
Tags: page builder, drag, drop, sortable, columns
Requires at least: 2.0
Tested up to: 2.2.0
Tested up to: 2.3.0
Requires PHP: 7.0
Stable tag: 1.4.1
Stable tag: 1.4.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand All @@ -16,6 +16,11 @@ A simple page builder plugin. The one you can actually use.

== Changelog ==

= 1.4.2 =
* Fix undefined array key "row_html_height_unit"
* Fix SCF/ACF outline overlapping the FX column wrapper
* Convert FX switcher to vanilla JavaScript (from jQuery)

= 1.4.1 =
* Fix bottom column selector being displayed as block instead of Flex

Expand Down

0 comments on commit a8ca9ef

Please sign in to comment.