diff --git a/integrate-convertkit-wpforms.php b/integrate-convertkit-wpforms.php index 81d7bf7..c0f98bc 100644 --- a/integrate-convertkit-wpforms.php +++ b/integrate-convertkit-wpforms.php @@ -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.9.7 + * Version: 1.9.8 * Author: Kit * Author URI: https://kit.com * Text Domain: integrate-convertkit-wpforms @@ -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.9.7' ); +define( 'INTEGRATE_CONVERTKIT_WPFORMS_VERSION', '1.9.8' ); define( 'INTEGRATE_CONVERTKIT_WPFORMS_OAUTH_CLIENT_ID', '147qqKJeENYp5MqgL6AOShDDcLK3UQeClmcIV1ij3gI' ); define( 'INTEGRATE_CONVERTKIT_WPFORMS_OAUTH_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' ); diff --git a/readme.txt b/readme.txt index c56c1f3..1c7f1b5 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: form, wpforms, convertkit, email, marketing Requires at least: 5.0 Tested up to: 7.1 Requires PHP: 7.1 -Stable tag: 1.9.7 +Stable tag: 1.9.8 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -45,6 +45,9 @@ Please report security bugs found in the source code of the plugin through the [ == Changelog == +### 1.9.8 2026-08-27 +* Updated: WordPress Libraries to 2.6.1 + ### 1.9.7 2026-08-19 * Updated: WordPress Libraries to 2.6.0