Skip to content

Commit

Permalink
2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Oct 8, 2024
1 parent bb4af49 commit e49c6ce
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
30 changes: 15 additions & 15 deletions languages/convertkit.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\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"
Expand Down Expand Up @@ -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 ""

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions wp-convertkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' );

Expand Down

0 comments on commit e49c6ce

Please sign in to comment.