From e49c6cebb301d734589e64072541a36980533113 Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Tue, 8 Oct 2024 14:33:59 +0800 Subject: [PATCH] 2.6.1 --- languages/convertkit.pot | 30 +++++++++++++++--------------- readme.txt | 5 ++++- wp-convertkit.php | 4 ++-- 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/languages/convertkit.pot b/languages/convertkit.pot index b507f4bc..ac65c26a 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.0\n" +"Project-Id-Version: Kit (formerly ConvertKit) 2.6.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: 2024-10-01T15:13:13+00:00\n" +"POT-Creation-Date: 2024-10-08T06:33:47+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" @@ -1553,55 +1553,55 @@ msgstr "" msgid "Download log" msgstr "" -#: views/backend/settings/tools.php:33 +#: views/backend/settings/tools.php:32 msgid "Clear log" msgstr "" -#: views/backend/settings/tools.php:40 +#: views/backend/settings/tools.php:34 msgid "Log file" msgstr "" -#: views/backend/settings/tools.php:47 +#: views/backend/settings/tools.php:41 msgid "System Info" msgstr "" -#: views/backend/settings/tools.php:48 +#: views/backend/settings/tools.php:42 msgid "Use this tool to send system info to support when necessary." msgstr "" -#: views/backend/settings/tools.php:55 +#: views/backend/settings/tools.php:49 msgid "Download system info" msgstr "" -#: views/backend/settings/tools.php:65 +#: views/backend/settings/tools.php:59 msgid "Export Configuration" msgstr "" -#: views/backend/settings/tools.php:68 +#: views/backend/settings/tools.php:62 msgid "Downloads this plugin's configuration as a JSON file." msgstr "" -#: views/backend/settings/tools.php:70 +#: views/backend/settings/tools.php:64 msgid "This file includes sensitive API credentials. Use with caution." msgstr "" -#: views/backend/settings/tools.php:77 +#: views/backend/settings/tools.php:71 msgid "Export" msgstr "" -#: views/backend/settings/tools.php:87 +#: views/backend/settings/tools.php:81 msgid "Import Configuration" msgstr "" -#: views/backend/settings/tools.php:90 +#: views/backend/settings/tools.php:84 msgid "Imports a configuration file generated by this plugin." msgstr "" -#: views/backend/settings/tools.php:92 +#: views/backend/settings/tools.php:86 msgid "This will overwrite any existing settings stored on this installation." msgstr "" -#: views/backend/settings/tools.php:101 +#: views/backend/settings/tools.php:95 msgid "Import" msgstr "" diff --git a/readme.txt b/readme.txt index 93bca3f6..7002ed9c 100755 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: email marketing, email newsletter, newsletter, subscribers, membership Requires at least: 5.0 Tested up to: 6.6.2 Requires PHP: 5.6.20 -Stable tag: 2.6.0 +Stable tag: 2.6.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -159,6 +159,9 @@ Full Plugin documentation can be found [here](https://help.kit.com/en/articles/2 == Changelog == +### 2.6.1 2024-10-08 +* Fix: Kit branding tweaks and secondary button colors + ### 2.6.0 2024-10-01 * Fix: Landing Pages: Replace Cloudflare JS `type` prefixes, to ensure JS runs * Updated: Changed branding to Kit diff --git a/wp-convertkit.php b/wp-convertkit.php index 69d786a0..93522ff1 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.0 + * Version: 2.6.1 * 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.0' ); +define( 'CONVERTKIT_PLUGIN_VERSION', '2.6.1' ); define( 'CONVERTKIT_OAUTH_CLIENT_ID', 'HXZlOCj-K5r0ufuWCtyoyo3f688VmMAYSsKg1eGvw0Y' ); define( 'CONVERTKIT_OAUTH_CLIENT_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );