Skip to content

Commit 59cb954

Browse files
authored
Merge pull request #91 from Kit/fix-codeception-tests
Tests: Use Codeception 5.2 or 5.3 based on PHP version
2 parents f7ce151 + 814b10f commit 59cb954

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"wp-coding-standards/wpcs": "^3.0.0",
1212
"phpstan/phpstan": "^1.0 || ^2.0",
1313
"szepeviktor/phpstan-wordpress": "^1.0 || ^2.0",
14-
"lucatume/wp-browser": "^3.0 || ^4.0"
14+
"lucatume/wp-browser": "^3.0 || ^4.0",
15+
"codeception/codeception": "^2.5 || ^3.0 || ^4.0 || ^5.2 || ^5.3",
16+
"behat/gherkin": "4.10.0 || 4.12.0"
1517
},
1618
"minimum-stability": "dev",
1719
"prefer-stable": true,

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.2
12+
* Version: 1.8.3
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.2' );
31+
define( 'INTEGRATE_CONVERTKIT_WPFORMS_VERSION', '1.8.3' );
3232
define( 'INTEGRATE_CONVERTKIT_WPFORMS_OAUTH_CLIENT_ID', '147qqKJeENYp5MqgL6AOShDDcLK3UQeClmcIV1ij3gI' );
3333
define( 'INTEGRATE_CONVERTKIT_WPFORMS_OAUTH_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );
3434

languages/integrate-convertkit-wpforms.pot

Lines changed: 2 additions & 2 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) for WPForms 1.8.2\n"
5+
"Project-Id-Version: Kit (formerly ConvertKit) for WPForms 1.8.3\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit-wpforms\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\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-04-15T05:55:02+00:00\n"
12+
"POT-Creation-Date: 2025-05-07T03:19:16+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: integrate-convertkit-wpforms\n"

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: form, wpforms, convertkit, email, marketing
55
Requires at least: 5.0
66
Tested up to: 6.8
77
Requires PHP: 7.1
8-
Stable tag: 1.8.2
8+
Stable tag: 1.8.3
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -42,6 +42,10 @@ 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.3 2025-05-07
46+
* Updated: Require PHP 7.1 or greater
47+
* Updated: Use WordPress Libraries 2.0.9
48+
4549
### 1.8.2 2025-04-15
4650
* Updated: Use WordPress Libraries 2.0.8
4751

0 commit comments

Comments
 (0)