Plugin Directory

Changeset 3422972


Ignore:
Timestamp:
12/18/2025 02:09:22 PM (3 months ago)
Author:
convertkit
Message:

Update to version 2.0.4 from GitHub

Location:
convertkit-for-woocommerce
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • convertkit-for-woocommerce/tags/2.0.4/languages/woocommerce-convertkit.pot

    r3411835 r3422972  
    33msgid ""
    44msgstr ""
    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"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit-woocommerce\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"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"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • convertkit-for-woocommerce/tags/2.0.4/readme.txt

    r3411835 r3422972  
    66Tested up to: 6.9
    77Requires PHP: 7.1
    8 Stable tag: 2.0.3
     8Stable tag: 2.0.4
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4646
    4747== Changelog ==
     48
     49### 2.0.4 2025-12-18
     50* Updated: Use WordPress Libraries 2.1.3
    4851
    4952### 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  
    14881488                             * @since   2.1.1
    14891489                             *
    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.
    14921493                             */
    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 );
    14941495
    14951496                            // Return error.
  • convertkit-for-woocommerce/tags/2.0.4/woocommerce-convertkit.php

    r3411835 r3422972  
    1010 * Plugin URI:  https://www.kit.com
    1111 * Description: Integrates WooCommerce with Kit, allowing customers to be automatically sent to your Kit account.
    12  * Version:     2.0.3
     12 * Version:     2.0.4
    1313 * Author:      Kit
    1414 * Author URI:  https://www.kit.com
     
    1818 *
    1919 * WC requires at least: 3.0
    20  * WC tested up to: 10.3.6
     20 * WC tested up to: 10.4.2
    2121 */
    2222
     
    3131define( 'CKWC_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    3232define( 'CKWC_PLUGIN_PATH', __DIR__ );
    33 define( 'CKWC_PLUGIN_VERSION', '2.0.3' );
     33define( 'CKWC_PLUGIN_VERSION', '2.0.4' );
    3434define( 'CKWC_OAUTH_CLIENT_ID', 'L0kyADsB3WP5zO5MvUpXQU64gIntQg9BBAIme17r_7A' );
    3535define( 'CKWC_OAUTH_CLIENT_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );
  • convertkit-for-woocommerce/trunk/languages/woocommerce-convertkit.pot

    r3411835 r3422972  
    33msgid ""
    44msgstr ""
    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"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit-woocommerce\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"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"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • convertkit-for-woocommerce/trunk/readme.txt

    r3411835 r3422972  
    66Tested up to: 6.9
    77Requires PHP: 7.1
    8 Stable tag: 2.0.3
     8Stable tag: 2.0.4
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4646
    4747== Changelog ==
     48
     49### 2.0.4 2025-12-18
     50* Updated: Use WordPress Libraries 2.1.3
    4851
    4952### 2.0.3 2025-12-03
  • convertkit-for-woocommerce/trunk/vendor/convertkit/convertkit-wordpress-libraries/src/class-convertkit-api-v4.php

    r3408882 r3422972  
    14881488                             * @since   2.1.1
    14891489                             *
    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.
    14921493                             */
    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 );
    14941495
    14951496                            // Return error.
  • convertkit-for-woocommerce/trunk/woocommerce-convertkit.php

    r3411835 r3422972  
    1010 * Plugin URI:  https://www.kit.com
    1111 * Description: Integrates WooCommerce with Kit, allowing customers to be automatically sent to your Kit account.
    12  * Version:     2.0.3
     12 * Version:     2.0.4
    1313 * Author:      Kit
    1414 * Author URI:  https://www.kit.com
     
    1818 *
    1919 * WC requires at least: 3.0
    20  * WC tested up to: 10.3.6
     20 * WC tested up to: 10.4.2
    2121 */
    2222
     
    3131define( 'CKWC_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    3232define( 'CKWC_PLUGIN_PATH', __DIR__ );
    33 define( 'CKWC_PLUGIN_VERSION', '2.0.3' );
     33define( 'CKWC_PLUGIN_VERSION', '2.0.4' );
    3434define( 'CKWC_OAUTH_CLIENT_ID', 'L0kyADsB3WP5zO5MvUpXQU64gIntQg9BBAIme17r_7A' );
    3535define( 'CKWC_OAUTH_CLIENT_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );
Note: See TracChangeset for help on using the changeset viewer.