Changeset 3422972
- Timestamp:
- 12/18/2025 02:09:22 PM (3 months ago)
- Location:
- convertkit-for-woocommerce
- Files:
-
- 8 edited
- 1 copied
-
tags/2.0.4 (copied) (copied from convertkit-for-woocommerce/trunk)
-
tags/2.0.4/languages/woocommerce-convertkit.pot (modified) (2 diffs)
-
tags/2.0.4/readme.txt (modified) (2 diffs)
-
tags/2.0.4/vendor/convertkit/convertkit-wordpress-libraries/src/class-convertkit-api-v4.php (modified) (1 diff)
-
tags/2.0.4/woocommerce-convertkit.php (modified) (3 diffs)
-
trunk/languages/woocommerce-convertkit.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/convertkit/convertkit-wordpress-libraries/src/class-convertkit-api-v4.php (modified) (1 diff)
-
trunk/woocommerce-convertkit.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
convertkit-for-woocommerce/tags/2.0.4/languages/woocommerce-convertkit.pot
r3411835 r3422972 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Kit (formerly ConvertKit) for WooCommerce 2.0. 3\n"5 "Project-Id-Version: Kit (formerly ConvertKit) for WooCommerce 2.0.4\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit-woocommerce\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-12- 05T02:22:25+00:00\n"12 "POT-Creation-Date: 2025-12-18T10:49:33+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" -
convertkit-for-woocommerce/tags/2.0.4/readme.txt
r3411835 r3422972 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.1 8 Stable tag: 2.0. 38 Stable tag: 2.0.4 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 46 46 47 47 == Changelog == 48 49 ### 2.0.4 2025-12-18 50 * Updated: Use WordPress Libraries 2.1.3 48 51 49 52 ### 2.0.3 2025-12-03 -
convertkit-for-woocommerce/tags/2.0.4/vendor/convertkit/convertkit-wordpress-libraries/src/class-convertkit-api-v4.php
r3408882 r3422972 1488 1488 * @since 2.1.1 1489 1489 * 1490 * @param WP_Error $error WP_Error object. 1491 * @param string $client_id OAuth Client ID. 1490 * @param WP_Error $error WP_Error object. 1491 * @param string $client_id OAuth Client ID. 1492 * @param string $invalid_access_token Existing (invalid) Access Token. 1492 1493 */ 1493 do_action( 'convertkit_api_access_token_invalid', $error, $this->client_id );1494 do_action( 'convertkit_api_access_token_invalid', $error, $this->client_id, $this->access_token ); 1494 1495 1495 1496 // Return error. -
convertkit-for-woocommerce/tags/2.0.4/woocommerce-convertkit.php
r3411835 r3422972 10 10 * Plugin URI: https://www.kit.com 11 11 * Description: Integrates WooCommerce with Kit, allowing customers to be automatically sent to your Kit account. 12 * Version: 2.0. 312 * Version: 2.0.4 13 13 * Author: Kit 14 14 * Author URI: https://www.kit.com … … 18 18 * 19 19 * WC requires at least: 3.0 20 * WC tested up to: 10. 3.620 * WC tested up to: 10.4.2 21 21 */ 22 22 … … 31 31 define( 'CKWC_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 32 32 define( 'CKWC_PLUGIN_PATH', __DIR__ ); 33 define( 'CKWC_PLUGIN_VERSION', '2.0. 3' );33 define( 'CKWC_PLUGIN_VERSION', '2.0.4' ); 34 34 define( 'CKWC_OAUTH_CLIENT_ID', 'L0kyADsB3WP5zO5MvUpXQU64gIntQg9BBAIme17r_7A' ); 35 35 define( 'CKWC_OAUTH_CLIENT_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' ); -
convertkit-for-woocommerce/trunk/languages/woocommerce-convertkit.pot
r3411835 r3422972 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Kit (formerly ConvertKit) for WooCommerce 2.0. 3\n"5 "Project-Id-Version: Kit (formerly ConvertKit) for WooCommerce 2.0.4\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit-woocommerce\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-12- 05T02:22:25+00:00\n"12 "POT-Creation-Date: 2025-12-18T10:49:33+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" -
convertkit-for-woocommerce/trunk/readme.txt
r3411835 r3422972 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.1 8 Stable tag: 2.0. 38 Stable tag: 2.0.4 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 46 46 47 47 == Changelog == 48 49 ### 2.0.4 2025-12-18 50 * Updated: Use WordPress Libraries 2.1.3 48 51 49 52 ### 2.0.3 2025-12-03 -
convertkit-for-woocommerce/trunk/vendor/convertkit/convertkit-wordpress-libraries/src/class-convertkit-api-v4.php
r3408882 r3422972 1488 1488 * @since 2.1.1 1489 1489 * 1490 * @param WP_Error $error WP_Error object. 1491 * @param string $client_id OAuth Client ID. 1490 * @param WP_Error $error WP_Error object. 1491 * @param string $client_id OAuth Client ID. 1492 * @param string $invalid_access_token Existing (invalid) Access Token. 1492 1493 */ 1493 do_action( 'convertkit_api_access_token_invalid', $error, $this->client_id );1494 do_action( 'convertkit_api_access_token_invalid', $error, $this->client_id, $this->access_token ); 1494 1495 1495 1496 // Return error. -
convertkit-for-woocommerce/trunk/woocommerce-convertkit.php
r3411835 r3422972 10 10 * Plugin URI: https://www.kit.com 11 11 * Description: Integrates WooCommerce with Kit, allowing customers to be automatically sent to your Kit account. 12 * Version: 2.0. 312 * Version: 2.0.4 13 13 * Author: Kit 14 14 * Author URI: https://www.kit.com … … 18 18 * 19 19 * WC requires at least: 3.0 20 * WC tested up to: 10. 3.620 * WC tested up to: 10.4.2 21 21 */ 22 22 … … 31 31 define( 'CKWC_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 32 32 define( 'CKWC_PLUGIN_PATH', __DIR__ ); 33 define( 'CKWC_PLUGIN_VERSION', '2.0. 3' );33 define( 'CKWC_PLUGIN_VERSION', '2.0.4' ); 34 34 define( 'CKWC_OAUTH_CLIENT_ID', 'L0kyADsB3WP5zO5MvUpXQU64gIntQg9BBAIme17r_7A' ); 35 35 define( 'CKWC_OAUTH_CLIENT_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );
Note: See TracChangeset
for help on using the changeset viewer.