diff --git a/ACTIONS-FILTERS.md b/ACTIONS-FILTERS.md index dee9943bc..a4d4d2b3f 100644 --- a/ACTIONS-FILTERS.md +++ b/ACTIONS-FILTERS.md @@ -2371,7 +2371,7 @@ do_action( 'convertkit_pre_publish_action_run_ this-get_name', function( ) {

convertkit_gutenberg_enqueue_scripts - includes/class-convertkit-gutenberg.php::343 + includes/class-convertkit-gutenberg.php::345

Overview

Enqueue any additional scripts for Gutenberg blocks that have been registered.

Parameters

@@ -2400,7 +2400,7 @@ do_action( 'convertkit_gutenberg_enqueue_scripts', function( $blocks, $block_for

convertkit_gutenberg_enqueue_styles - includes/class-convertkit-gutenberg.php::367 + includes/class-convertkit-gutenberg.php::369

Parameters

@@ -2420,7 +2420,7 @@ do_action( 'convertkit_gutenberg_enqueue_styles', function( ) {

convertkit_gutenberg_enqueue_scripts_editor_and_frontend - includes/class-convertkit-gutenberg.php::391 + includes/class-convertkit-gutenberg.php::393

Parameters

@@ -2440,7 +2440,7 @@ do_action( 'convertkit_gutenberg_enqueue_scripts_editor_and_frontend', function(

convertkit_gutenberg_enqueue_styles_editor_and_frontend - includes/class-convertkit-gutenberg.php::415 + includes/class-convertkit-gutenberg.php::417

Parameters

diff --git a/languages/convertkit.pot b/languages/convertkit.pot index 609ae2f28..08c064235 100644 --- a/languages/convertkit.pot +++ b/languages/convertkit.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPLv3 or later. msgid "" msgstr "" -"Project-Id-Version: Kit (formerly ConvertKit) 3.3.0\n" +"Project-Id-Version: Kit (formerly ConvertKit) 3.3.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2026-04-22T08:34:50+00:00\n" +"POT-Creation-Date: 2026-04-27T04:21:59+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.12.0\n" "X-Domain: convertkit\n" @@ -83,7 +83,7 @@ msgid "to WP Super Cache's \"Rejected Cookies\" setting by clicking here." msgstr "" #: admin/class-convertkit-admin-landing-page.php:66 -#: includes/plugin-sidebars/class-convertkit-plugin-sidebar-post-settings.php:207 +#: includes/plugin-sidebars/class-convertkit-plugin-sidebar-post-settings.php:208 #: views/backend/post/meta-box.php:65 #: views/backend/setup-wizard/convertkit-landing-page-setup/content-start.php:11 msgid "Landing Page" @@ -1252,7 +1252,7 @@ msgstr "" #: includes/integrations/contactform7/class-convertkit-contactform7-admin-section.php:88 #: includes/integrations/forminator/class-convertkit-forminator-admin-section.php:75 #: includes/integrations/wishlist/class-convertkit-wishlist-admin-section.php:72 -#: includes/plugin-sidebars/class-convertkit-plugin-sidebar-post-settings.php:214 +#: includes/plugin-sidebars/class-convertkit-plugin-sidebar-post-settings.php:216 #: views/backend/post/bulk-edit.php:43 #: views/backend/post/meta-box.php:200 #: views/backend/post/quick-edit.php:37 @@ -1968,20 +1968,20 @@ msgstr "" msgid "Any other option will display that form after the main content." msgstr "" -#: includes/plugin-sidebars/class-convertkit-plugin-sidebar-post-settings.php:209 +#: includes/plugin-sidebars/class-convertkit-plugin-sidebar-post-settings.php:210 #: views/backend/post/meta-box.php:91 msgid "Select a landing page to make it appear in place of this page." msgstr "" -#: includes/plugin-sidebars/class-convertkit-plugin-sidebar-post-settings.php:216 +#: includes/plugin-sidebars/class-convertkit-plugin-sidebar-post-settings.php:218 msgid "Select a tag to apply to visitors of this page who are subscribed. A visitor is deemed to be subscribed if they have clicked a link in an email to this site which includes their subscriber ID, or have entered their email address in a Kit Form on this site." msgstr "" -#: includes/plugin-sidebars/class-convertkit-plugin-sidebar-post-settings.php:220 +#: includes/plugin-sidebars/class-convertkit-plugin-sidebar-post-settings.php:223 msgid "Restrict Content" msgstr "" -#: includes/plugin-sidebars/class-convertkit-plugin-sidebar-post-settings.php:222 +#: includes/plugin-sidebars/class-convertkit-plugin-sidebar-post-settings.php:225 #: views/backend/post/meta-box.php:195 #: views/backend/setup-wizard/convertkit-restrict-content-setup/content-configuration.php:104 msgid "Select the Kit form, tag or product that the visitor must be subscribed to, permitting them access to view this member-only content." diff --git a/readme.txt b/readme.txt index 43b411b29..13270b8d6 100755 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: email marketing, email newsletter, subscribers, landing page, membership Requires at least: 5.6 Tested up to: 6.9 Requires PHP: 7.1 -Stable tag: 3.3.0 +Stable tag: 3.3.1 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -343,6 +343,11 @@ The documentation covers newsletter form setup, landing page configuration, memb == Changelog == +### 3.3.1 2026-04-27 +* Added: Block Editor: Settings Sidebar: Refresh Resources +* Fix: Page/Post Settings: Member Content: Include Forms when Refresh Resources button clicked +* Fix: LiteSpeed Cache: Exclude Forms from LiteSpeed Cache's `JS Combine` setting, ensuring Forms display + ### 3.3.0 2026-04-22 * Added: Block Editor: Form, Landing Page, Tag and Member Content settings moved to block editor sidebar * Fix: Resources: Delete cached resources when structure invalid e.g. when upgrading from < 1.6.0 to 1.9.6 or higher diff --git a/wp-convertkit.php b/wp-convertkit.php index 558f7a795..7e2545592 100644 --- a/wp-convertkit.php +++ b/wp-convertkit.php @@ -9,7 +9,7 @@ * Plugin Name: Kit (formerly ConvertKit) * Plugin URI: https://kit.com/ * Description: Display Kit (formerly ConvertKit) email subscription forms, landing pages, products, broadcasts and more. - * Version: 3.3.0 + * Version: 3.3.1 * Author: Kit * Author URI: https://kit.com/ * Text Domain: convertkit @@ -27,7 +27,7 @@ define( 'CONVERTKIT_PLUGIN_FILE', plugin_basename( __FILE__ ) ); define( 'CONVERTKIT_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'CONVERTKIT_PLUGIN_PATH', __DIR__ ); -define( 'CONVERTKIT_PLUGIN_VERSION', '3.3.0' ); +define( 'CONVERTKIT_PLUGIN_VERSION', '3.3.1' ); define( 'CONVERTKIT_OAUTH_CLIENT_ID', 'HXZlOCj-K5r0ufuWCtyoyo3f688VmMAYSsKg1eGvw0Y' ); define( 'CONVERTKIT_OAUTH_CLIENT_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );