Skip to content
Merged

1.8.8 #116

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions integrate-convertkit-wpforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: Kit (formerly ConvertKit) for WPForms
* Plugin URI: https://kit.com
* Description: Create Kit signup forms using WPForms
* Version: 1.8.7
* Version: 1.8.8
* Author: Kit
* Author URI: https://kit.com
* Text Domain: integrate-convertkit-wpforms
Expand All @@ -28,7 +28,7 @@
define( 'INTEGRATE_CONVERTKIT_WPFORMS_FILE', plugin_basename( __FILE__ ) );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_URL', plugin_dir_url( __FILE__ ) );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_PATH', __DIR__ );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_VERSION', '1.8.7' );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_VERSION', '1.8.8' );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_OAUTH_CLIENT_ID', '147qqKJeENYp5MqgL6AOShDDcLK3UQeClmcIV1ij3gI' );
define( 'INTEGRATE_CONVERTKIT_WPFORMS_OAUTH_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );

Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: nathanbarry, convertkit, billerickson
Donate link: https://kit.com
Tags: form, wpforms, convertkit, email, marketing
Requires at least: 5.0
Tested up to: 6.8
Tested up to: 6.9
Requires PHP: 7.1
Stable tag: 1.8.7
Stable tag: 1.8.8
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

### 1.8.8 2025-12-03
* Updated: Use WordPress Libraries 2.1.2

### 1.8.7 2025-11-20
* Updated: Use WordPress Libraries 2.1.1

Expand Down