Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wolffe committed Oct 22, 2024
1 parent e4b39c3 commit 6ed5cf3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 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.3.1
* Version: 1.4.0
* 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.3.1' );
define( 'FX_BUILDER_VERSION', '1.4.0' );

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

Expand Down
34 changes: 16 additions & 18 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: page builder, drag, drop, sortable, columns
Requires at least: 2.0
Tested up to: 2.2.0
Requires PHP: 7.0
Stable tag: 1.3.1
Stable tag: 1.4.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand All @@ -14,25 +14,23 @@ A simple page builder plugin. The one you can actually use.

**FX Builder** is a page builder plugin that provides visual columns in the post editor without using shortcodes. From the settings page, you can enable it for posts, pages, and custom post types.

**Features:**

1. Super simple to use.
2. Visual columns in the post editor.
3. If you disable the plugin, your content is not lost.
4. Settings to enable/disable for each post type.
5. 1-5 columns supported.
6. Free, Open Source, GPL v3.0 or later license. Use it to make something cool :)

== Installation ==

1. Navigate to "Plugins > Add New" Page from your Admin.
2. To install from plugin .zip file, click "Upload Plugin" button in "Plugins > Add New" Screen. Browse the plugin .zip file, and click "Install Now" button.
3. Activate the plugin.
4. Navigate to "Settings > FX Builder" to configure.
5. Edit your content.

== Changelog ==

= 1.4.0 =
* Fix unescaped variable
* Fix typo in readme.txt
* Add new Settings and Typography options panel
* Add Google fonts and Bunny fonts functionality to TinyMCE's `fontformats` array
* Add translatable strings to the Settings page
* Add admin stylesheet
* Update readme.md with helpful links and a short description
* Update ZIP release workflow
* Switch more elements from floats to Flex CSS
* Replace deprecated "resize" function with "resize" event
* Clean up old settings panel (alpha)
* Remove unused filter
* Remove tabbing capability in textarea element

= 1.3.1 =
* Add line height controls
* Add column vertical alignment
Expand Down

0 comments on commit 6ed5cf3

Please sign in to comment.