Skip to content

Commit 90e2088

Browse files
authored
Merge pull request #116 from Kit/release-1.8.8
1.8.8
2 parents 15fc366 + 3e9af9f commit 90e2088

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

integrate-convertkit-wpforms.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) for WPForms
1010
* Plugin URI: https://kit.com
1111
* Description: Create Kit signup forms using WPForms
12-
* Version: 1.8.7
12+
* Version: 1.8.8
1313
* Author: Kit
1414
* Author URI: https://kit.com
1515
* Text Domain: integrate-convertkit-wpforms
@@ -28,7 +28,7 @@
2828
define( 'INTEGRATE_CONVERTKIT_WPFORMS_FILE', plugin_basename( __FILE__ ) );
2929
define( 'INTEGRATE_CONVERTKIT_WPFORMS_URL', plugin_dir_url( __FILE__ ) );
3030
define( 'INTEGRATE_CONVERTKIT_WPFORMS_PATH', __DIR__ );
31-
define( 'INTEGRATE_CONVERTKIT_WPFORMS_VERSION', '1.8.7' );
31+
define( 'INTEGRATE_CONVERTKIT_WPFORMS_VERSION', '1.8.8' );
3232
define( 'INTEGRATE_CONVERTKIT_WPFORMS_OAUTH_CLIENT_ID', '147qqKJeENYp5MqgL6AOShDDcLK3UQeClmcIV1ij3gI' );
3333
define( 'INTEGRATE_CONVERTKIT_WPFORMS_OAUTH_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );
3434

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: nathanbarry, convertkit, billerickson
33
Donate link: https://kit.com
44
Tags: form, wpforms, convertkit, email, marketing
55
Requires at least: 5.0
6-
Tested up to: 6.8
6+
Tested up to: 6.9
77
Requires PHP: 7.1
8-
Stable tag: 1.8.7
8+
Stable tag: 1.8.8
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -42,6 +42,9 @@ No. You must first have an account on kit.com, but you do not have to use a paid
4242

4343
== Changelog ==
4444

45+
### 1.8.8 2025-12-03
46+
* Updated: Use WordPress Libraries 2.1.2
47+
4548
### 1.8.7 2025-11-20
4649
* Updated: Use WordPress Libraries 2.1.1
4750

0 commit comments

Comments
 (0)