Skip to content

Commit d5db0de

Browse files
authored
Merge pull request #930 from Kit/release-3.0.5.1
3.0.5.1
2 parents 3f26ea3 + 3df46a1 commit d5db0de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

readme.txt

Lines changed: 2 additions & 2 deletions
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: 3.0.5
8+
Stable tag: 3.0.5.1
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -179,7 +179,7 @@ Full Plugin documentation can be found [here](https://help.kit.com/en/articles/2
179179

180180
== Changelog ==
181181

182-
### 3.0.5 2025-10-19
182+
### 3.0.5.1 2025-10-19
183183
* Fix: Member Content: Use correct Post ID and include correct Post URL in subscriber verification email
184184

185185
### 3.0.4.1 2025-10-10

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: 3.0.5
12+
* Version: 3.0.5.1
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', '3.0.5' );
30+
define( 'CONVERTKIT_PLUGIN_VERSION', '3.0.5.1' );
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)