Skip to content

Commit 8720b9b

Browse files
authored
Merge pull request #861 from Kit/release-2.8.6
2.8.6
2 parents ef70f9b + 6515b72 commit 8720b9b

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

languages/convertkit.pot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GPLv3 or later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Kit (formerly ConvertKit) 2.8.5\n"
5+
"Project-Id-Version: Kit (formerly ConvertKit) 2.8.6\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2025-07-17T05:12:29+00:00\n"
12+
"POT-Creation-Date: 2025-07-23T04:52:18+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.11.0\n"
1515
"X-Domain: convertkit\n"
@@ -95,15 +95,15 @@ msgstr ""
9595
msgid "Add New"
9696
msgstr ""
9797

98-
#: admin/class-convertkit-admin-restrict-content.php:185
98+
#: admin/class-convertkit-admin-restrict-content.php:190
9999
#: admin/section/class-convertkit-admin-section-restrict-content.php:32
100100
#: admin/section/class-convertkit-admin-section-restrict-content.php:33
101101
#: views/backend/post/meta-box.php:141
102102
#: views/backend/setup-wizard/convertkit-restrict-content-setup/content-1.php:11
103103
msgid "Member Content"
104104
msgstr ""
105105

106-
#: admin/class-convertkit-admin-restrict-content.php:252
106+
#: admin/class-convertkit-admin-restrict-content.php:257
107107
msgid "Kit Member Content"
108108
msgstr ""
109109

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: email marketing, email newsletter, subscribers, landing page, membership
55
Requires at least: 5.6
66
Tested up to: 6.8
77
Requires PHP: 7.1
8-
Stable tag: 2.8.5
8+
Stable tag: 2.8.6
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -161,6 +161,10 @@ Full Plugin documentation can be found [here](https://help.kit.com/en/articles/2
161161

162162
== Changelog ==
163163

164+
### 2.8.6 2025-07-23
165+
* Fix: Form Block: Correctly style "No Content" message when selecting a modal form
166+
* Fix: Member Content: Display all Posts if filter = All content
167+
164168
### 2.8.5 2025-07-17
165169
* Fix: Broadcasts, Form Trigger and Product Blocks: Improve rendering accuracy between block editor and frontend site
166170
* Fix: Sanitization and security enhancements

wp-convertkit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin Name: Kit (formerly ConvertKit)
1010
* Plugin URI: https://kit.com/
1111
* Description: Display Kit (formerly ConvertKit) email subscription forms, landing pages, products, broadcasts and more.
12-
* Version: 2.8.5
12+
* Version: 2.8.6
1313
* Author: Kit
1414
* Author URI: https://kit.com/
1515
* Text Domain: convertkit
@@ -27,7 +27,7 @@
2727
define( 'CONVERTKIT_PLUGIN_FILE', plugin_basename( __FILE__ ) );
2828
define( 'CONVERTKIT_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
2929
define( 'CONVERTKIT_PLUGIN_PATH', __DIR__ );
30-
define( 'CONVERTKIT_PLUGIN_VERSION', '2.8.5' );
30+
define( 'CONVERTKIT_PLUGIN_VERSION', '2.8.6' );
3131
define( 'CONVERTKIT_OAUTH_CLIENT_ID', 'HXZlOCj-K5r0ufuWCtyoyo3f688VmMAYSsKg1eGvw0Y' );
3232
define( 'CONVERTKIT_OAUTH_CLIENT_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );
3333

0 commit comments

Comments
 (0)