From 962c924ed81ee375d9a4a65bc9d32d3266d12793 Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Wed, 18 Dec 2024 16:44:51 +0000 Subject: [PATCH] 2.7.0 --- languages/convertkit.pot | 30 +++++++++++------------------- readme.txt | 6 +++++- wp-convertkit.php | 4 ++-- 3 files changed, 18 insertions(+), 22 deletions(-) diff --git a/languages/convertkit.pot b/languages/convertkit.pot index 253651b6..df35eafe 100644 --- a/languages/convertkit.pot +++ b/languages/convertkit.pot @@ -2,14 +2,14 @@ # This file is distributed under the same license as the Kit (formerly ConvertKit) plugin. msgid "" msgstr "" -"Project-Id-Version: Kit (formerly ConvertKit) 2.6.9\n" +"Project-Id-Version: Kit (formerly ConvertKit) 2.7.0\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: 2024-12-12T02:03:32+00:00\n" +"POT-Creation-Date: 2024-12-18T16:43:08+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.10.0\n" "X-Domain: convertkit\n" @@ -52,27 +52,27 @@ msgstr "" msgid "Sorry, you are not allowed to edit %s." msgstr "" -#: admin/class-convertkit-admin-cache-plugins.php:115 -#: admin/class-convertkit-admin-cache-plugins.php:186 -#: admin/class-convertkit-admin-cache-plugins.php:338 +#: admin/class-convertkit-admin-cache-plugins.php:116 +#: admin/class-convertkit-admin-cache-plugins.php:187 +#: admin/class-convertkit-admin-cache-plugins.php:373 msgid "Kit: Member Content: Please add" msgstr "" -#: admin/class-convertkit-admin-cache-plugins.php:129 +#: admin/class-convertkit-admin-cache-plugins.php:130 msgid "to Litespeed Cache's \"Do Not Cache Cookies\" setting by clicking here." msgstr "" -#: admin/class-convertkit-admin-cache-plugins.php:131 -#: admin/class-convertkit-admin-cache-plugins.php:202 -#: admin/class-convertkit-admin-cache-plugins.php:355 +#: admin/class-convertkit-admin-cache-plugins.php:132 +#: admin/class-convertkit-admin-cache-plugins.php:203 +#: admin/class-convertkit-admin-cache-plugins.php:390 msgid "Failing to do so will result in errors." msgstr "" -#: admin/class-convertkit-admin-cache-plugins.php:200 +#: admin/class-convertkit-admin-cache-plugins.php:201 msgid "to W3 Total Cache's \"Rejected Cookies\" setting by clicking here." msgstr "" -#: admin/class-convertkit-admin-cache-plugins.php:353 +#: admin/class-convertkit-admin-cache-plugins.php:388 msgid "to WP Super Cache's \"Rejected Cookies\" setting by clicking here." msgstr "" @@ -239,14 +239,6 @@ msgstr "" msgid "Defines the text and button labels to display when a Page, Post or Custom Post has its Member Content setting defined." msgstr "" -#: admin/class-convertkit-admin-settings-restrict-content.php:329 -msgid "If your web host has caching configured (or you are using a caching plugin), you must configure it to disable caching when the" -msgstr "" - -#: admin/class-convertkit-admin-settings-restrict-content.php:331 -msgid "cookie is present. Failing to do so will result in errors." -msgstr "" - #: admin/class-convertkit-admin-settings.php:141 msgid "Help" msgstr "" diff --git a/readme.txt b/readme.txt index ae209624..f72b8420 100755 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: email marketing, email newsletter, subscribers, landing page, block Requires at least: 5.0 Tested up to: 6.7.1 Requires PHP: 5.6.20 -Stable tag: 2.6.9 +Stable tag: 2.7.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -159,6 +159,10 @@ Full Plugin documentation can be found [here](https://help.kit.com/en/articles/2 == Changelog == +### 2.7.0 2024-12-18 +* Added: Member Content: Automatically configure WP Rocket to not cache when the `ck_subscriber_id` cookie is present, to ensure Member Content correctly displays +* Fix: Don't strip hash from URL, ensuring anchor links work + ### 2.6.9 2024-12-12 * Added: Settings: Default Forms (Site Wide): Option to specify more than one non-inline site wide Form * Added: Settings: Member Content: Option to enable Google reCAPTCHA v3 when using Member Content by Tag functionality diff --git a/wp-convertkit.php b/wp-convertkit.php index 9b04f102..27414f19 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: 2.6.9 + * Version: 2.7.0 * Author: Kit * Author URI: https://kit.com/ * Text Domain: convertkit @@ -25,7 +25,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', '2.6.9' ); +define( 'CONVERTKIT_PLUGIN_VERSION', '2.7.0' ); define( 'CONVERTKIT_OAUTH_CLIENT_ID', 'HXZlOCj-K5r0ufuWCtyoyo3f688VmMAYSsKg1eGvw0Y' ); define( 'CONVERTKIT_OAUTH_CLIENT_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );