From e0b1a165b4f08f606c7edf70d698a28ac52864c2 Mon Sep 17 00:00:00 2001 From: Brezo Cordero <8002881+brezocordero@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:59:34 -0500 Subject: [PATCH 1/5] Bump minimist using npm update minimist --depth 14 --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f1a3bdd..78746060 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pinterest-for-woocommerce", - "version": "1.4.4", + "version": "1.4.5", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -21616,9 +21616,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" }, "minimist-options": { "version": "4.1.0", From ffa604e44543d817b9a1d4e669ec265b570634e0 Mon Sep 17 00:00:00 2001 From: Dima <9010963+message-dimke@users.noreply.github.com> Date: Wed, 31 Jul 2024 23:10:31 +0300 Subject: [PATCH 2/5] Adding website domain into feed name; --- src/Feeds.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Feeds.php b/src/Feeds.php index 995a2c00..b6397b4f 100644 --- a/src/Feeds.php +++ b/src/Feeds.php @@ -99,6 +99,7 @@ public static function create_feed(): string { $configs = LocalFeedConfigs::get_instance()->get_configurations(); $config = reset( $configs ); + $name = (string) parse_url( esc_url( get_site_url() ), PHP_URL_HOST ); $default_country = Pinterest_For_Woocommerce()::get_base_country(); $default_currency = get_woocommerce_currency(); $default_locale = LocaleMapper::get_locale_for_api(); @@ -115,7 +116,8 @@ public static function create_feed(): string { 'pinterest_for_woocommerce_unique_feed_name', sprintf( // translators: %1$s is a country ISO 2 code, %2$s is a currency ISO 3 code. - esc_html__( 'Created by Pinterest for WooCommerce %1$s|%2$s|%3$s', 'pinterest-for-woocommerce' ), + esc_html__( 'Created by Pinterest for WooCommerce at %1$s %2$s|%3$s|%4$s', 'pinterest-for-woocommerce' ), + esc_html( $name ), esc_html( $default_country ), esc_html( $default_locale ), esc_html( $default_currency ) From 6e540236f1a9faaef52e2a4c67150bb12ecd6bf2 Mon Sep 17 00:00:00 2001 From: Gan Eng Chin Date: Wed, 14 Aug 2024 00:19:26 +0800 Subject: [PATCH 3/5] Update .pot file. --- i18n/languages/pinterest-for-woocommerce.pot | 93 +++++++++++++------- 1 file changed, 63 insertions(+), 30 deletions(-) diff --git a/i18n/languages/pinterest-for-woocommerce.pot b/i18n/languages/pinterest-for-woocommerce.pot index 01e9ede0..9dda6c36 100644 --- a/i18n/languages/pinterest-for-woocommerce.pot +++ b/i18n/languages/pinterest-for-woocommerce.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: Pinterest for WooCommerce 1.4.2\n" +"Project-Id-Version: Pinterest for WooCommerce 1.4.6\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pinterest-for-woocommerce\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-06-13T11:54:10+00:00\n" +"POT-Creation-Date: 2024-08-13T16:10:19+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.10.0\n" "X-Domain: pinterest-for-woocommerce\n" @@ -41,57 +41,57 @@ msgstr "" msgid "https://woocommerce.com" msgstr "" -#: class-pinterest-for-woocommerce.php:162 +#: class-pinterest-for-woocommerce.php:165 msgid "Cloning this class is forbidden." msgstr "" -#: class-pinterest-for-woocommerce.php:171 +#: class-pinterest-for-woocommerce.php:174 msgid "Deserializing instances of this class is forbidden." msgstr "" -#: class-pinterest-for-woocommerce.php:179 +#: class-pinterest-for-woocommerce.php:182 msgid "Only a single instance of this class is allowed. Use singleton." msgstr "" #. Translators: The minimum PHP version -#: class-pinterest-for-woocommerce.php:403 +#: class-pinterest-for-woocommerce.php:417 msgid "Pinterest for WooCommerce requires a minimum PHP version of %s." msgstr "" #. Translators: The minimum WP version -#: class-pinterest-for-woocommerce.php:408 +#: class-pinterest-for-woocommerce.php:422 msgid "Pinterest for WooCommerce requires a minimum WordPress version of %s." msgstr "" #. Translators: The minimum WC version -#: class-pinterest-for-woocommerce.php:413 +#: class-pinterest-for-woocommerce.php:427 msgid "Pinterest for WooCommerce requires a minimum WooCommerce version of %s." msgstr "" -#: class-pinterest-for-woocommerce.php:421 +#: class-pinterest-for-woocommerce.php:435 msgid "Pinterest for WooCommerce requires WooCommerce Admin to be enabled." msgstr "" #. Translators: The minimum Action Scheduler version -#: class-pinterest-for-woocommerce.php:426 +#: class-pinterest-for-woocommerce.php:440 msgid "Pinterest for WooCommerce requires a minimum Action Scheduler package of %s. It can be caused by old version of the WooCommerce extensions." msgstr "" #. Translators: The error description -#: class-pinterest-for-woocommerce.php:729 -#: src/API/TokenExchangeV3ToV5.php:152 +#: class-pinterest-for-woocommerce.php:743 +#: src/API/TokenExchangeV3ToV5.php:122 msgid "Could not decrypt the Pinterest API access token. Try reconnecting to Pinterest. [%s]" msgstr "" -#: class-pinterest-for-woocommerce.php:930 +#: class-pinterest-for-woocommerce.php:978 msgid "Commerce Integration cannot be created: Advertiser ID is missing." msgstr "" -#: class-pinterest-for-woocommerce.php:1093 +#: class-pinterest-for-woocommerce.php:1141 msgid "There was an error getting the account data." msgstr "" -#: class-pinterest-for-woocommerce.php:1314 +#: class-pinterest-for-woocommerce.php:1362 msgid "Pinterest for WooCommerce verification page" msgstr "" @@ -132,7 +132,7 @@ msgstr "" msgid "Landing page" msgstr "" -#: includes/admin/class-pinterest-for-woocommerce-admin.php:488 +#: includes/admin/class-pinterest-for-woocommerce-admin.php:504 msgid "Cheatin' huh?" msgstr "" @@ -224,7 +224,7 @@ msgid "There was an error getting the account data. Please try again later." msgstr "" #. Translators: 1: Request method 2: Request endpoint 3: Response status code 4: Response message 5: Pinterest code -#: src/API/Base.php:104 +#: src/API/Base.php:103 msgid "" "%1$s Request: %2$s\n" "Status Code: %3$s\n" @@ -233,16 +233,16 @@ msgid "" msgstr "" #. translators: Empty error body exception. -#: src/API/Base.php:276 +#: src/API/Base.php:294 msgid "Response body processing error: $1%s" msgstr "" -#: src/API/Base.php:328 +#: src/API/Base.php:346 msgid "Empty body" msgstr "" -#: src/API/Base.php:403 -#: src/API/Base.php:788 +#: src/API/Base.php:421 +#: src/API/Base.php:806 #: src/Merchants.php:140 msgid "Auto-created by Pinterest for WooCommerce" msgstr "" @@ -434,17 +434,17 @@ msgid "No tracking tag available. [%s]" msgstr "" #. translators: %s connection status code. -#: src/API/TokenExchangeV3ToV5.php:74 +#: src/API/TokenExchangeV3ToV5.php:49 msgid "Connection status: %s" msgstr "" #. translators: 1. Error message. -#: src/API/TokenExchangeV3ToV5.php:86 +#: src/API/TokenExchangeV3ToV5.php:61 msgid "Automatic token exchange failed. Try reconnecting to Pinterest manually. [%1$s]" msgstr "" #. translators: 1. Error message. -#: src/API/TokenExchangeV3ToV5.php:124 +#: src/API/TokenExchangeV3ToV5.php:94 msgid "Could not finish the Pinterest API connection flow. Try reconnecting to Pinterest. [%1$s]" msgstr "" @@ -518,16 +518,16 @@ msgstr "" msgid "Feed Generator `%1$s` Action failed to execute due to an error thrown `%2$s.`. A complete feed generation retry has been scheduled." msgstr "" -#: src/FeedRegistration.php:95 +#: src/FeedRegistration.php:100 msgid "Could not register feed." msgstr "" #. translators: %1$s is a country ISO 2 code, %2$s is a currency ISO 3 code. -#: src/Feeds.php:117 -msgid "Created by Pinterest for WooCommerce %1$s|%2$s|%3$s" +#: src/Feeds.php:119 +msgid "Created by Pinterest for WooCommerce at %1$s %2$s|%3$s|%4$s" msgstr "" -#: src/Feeds.php:140 +#: src/Feeds.php:143 msgid "There was a previous error trying to create a feed." msgstr "" @@ -620,6 +620,7 @@ msgid "The Pinterest For WooCommerce plugin has been updated to version 1.4.0, w msgstr "" #: src/Notes/TokenExchangeFailure.php:47 +#: src/Notes/TokenInvalidFailure.php:48 msgid "Pinterest For WooCommerce action required." msgstr "" @@ -627,6 +628,14 @@ msgstr "" msgid "Authenticate with Pinterest" msgstr "" +#: src/Notes/TokenInvalidFailure.php:40 +msgid "The Pinterest For WooCommerce plugin has detected an issue with your access token.
No operations are possible until you reconnect to Pinterest." +msgstr "" + +#: src/Notes/TokenInvalidFailure.php:56 +msgid "Re-authenticate with Pinterest" +msgstr "" + #: src/PinterestSyncSettings.php:83 msgid "Missing method to sync the setting." msgstr "" @@ -695,8 +704,8 @@ msgid "" msgstr "" #. translators: 1. the error message as returned by the Pinterest API -#: src/Tracking/Conversions.php:319 -#: src/Tracking/Conversions.php:332 +#: src/Tracking/Conversions.php:315 +#: src/Tracking/Conversions.php:328 msgid "Error: $1%s" msgstr "" @@ -926,6 +935,22 @@ msgstr "" msgid "Connect your Pinterest Account" msgstr "" +#: assets/source/setup-guide/app/components/Billing/Billing.js:47 +msgid "Billing Setup Correctly" +msgstr "" + +#: assets/source/setup-guide/app/components/Billing/Billing.js:65 +msgid "Go to billing settings" +msgstr "" + +#: assets/source/setup-guide/app/components/Billing/Billing.js:79 +msgid "No Valid Billing Setup Found" +msgstr "" + +#: assets/source/setup-guide/app/components/Billing/Billing.js:97 +msgid "Setup Billing" +msgstr "" + #: assets/source/setup-guide/app/components/HealthCheck/index.js:66 msgid "Couldn’t retrieve the health status of your account." msgstr "" @@ -1249,6 +1274,14 @@ msgstr "" msgid "Erase Plugin Data" msgstr "" +#: assets/source/setup-guide/app/steps/BillingStatus.js:21 +msgid "Billing status" +msgstr "" + +#: assets/source/setup-guide/app/steps/BillingStatus.js:25 +msgid "A valid billing setup is necessary if you wish to advertise your products on Pinterest. You can set up and manage your billing through your account settings on Pinterest." +msgstr "" + #. translators: %s: error reason returned by Pinterest when verifying website claim fail. #: assets/source/setup-guide/app/steps/ClaimWebsite.js:48 msgid "We were unable to verify this domain. %s" From 69284c685b031ede003f2a71ffcc5e28a5def664 Mon Sep 17 00:00:00 2001 From: Gan Eng Chin Date: Wed, 14 Aug 2024 00:21:02 +0800 Subject: [PATCH 4/5] Product version bump update. --- package-lock.json | 2 +- package.json | 2 +- pinterest-for-woocommerce.php | 6 +++--- readme.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78746060..354e3c88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pinterest-for-woocommerce", - "version": "1.4.5", + "version": "1.4.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0ad43bfc..b7409d3b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pinterest-for-woocommerce", "title": "Pinterest for WooCommerce", "description": "Pinterest for WooCommerce", - "version": "1.4.5", + "version": "1.4.6", "main": "gulpfile.js", "repository": { "type": "git", diff --git a/pinterest-for-woocommerce.php b/pinterest-for-woocommerce.php index ff3c1892..c4a61e62 100644 --- a/pinterest-for-woocommerce.php +++ b/pinterest-for-woocommerce.php @@ -13,7 +13,7 @@ * Plugin Name: Pinterest for WooCommerce * Plugin URI: https://woocommerce.com/products/pinterest-for-woocommerce/ * Description: Grow your business on Pinterest! Use this official plugin to allow shoppers to Pin products while browsing your store, track conversions, and advertise on Pinterest. - * Version: 1.4.5 + * Version: 1.4.6 * Author: WooCommerce * Author URI: https://woocommerce.com * License: GPL-2.0+ @@ -27,7 +27,7 @@ * Requires PHP: 7.4 * * WC requires at least: 6.3 - * WC tested up to: 9.1 + * WC tested up to: 9.2 */ /** @@ -47,7 +47,7 @@ } define( 'PINTEREST_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ ); -define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.4.5' ); // WRCS: DEFINED_VERSION. +define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.4.6' ); // WRCS: DEFINED_VERSION. // HPOS compatibility declaration. add_action( diff --git a/readme.txt b/readme.txt index 237b9689..8bb7c810 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: pinterest, woocommerce, marketing, product catalog feed, pixel Requires at least: 5.6 Tested up to: 6.6 Requires PHP: 7.3 -Stable tag: 1.4.5 +Stable tag: 1.4.6 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html From 1c51c88c5a84afe81dc58f58640b2d7da032a5b0 Mon Sep 17 00:00:00 2001 From: Gan Eng Chin Date: Wed, 14 Aug 2024 00:23:33 +0800 Subject: [PATCH 5/5] Changelog update. --- changelog.txt | 717 +++++++++++++++++++++++++------------------------- readme.txt | 251 +++++++++--------- 2 files changed, 489 insertions(+), 479 deletions(-) diff --git a/changelog.txt b/changelog.txt index e58a6d28..f18152a2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,356 +1,361 @@ -*** Pinterest for WooCommerce Changelog *** - -= 1.4.5 - 2024-07-19 = -* Tweak - replace locale source function. - -= 1.4.4 - 2024-07-10 = -* Add - Billing status info in the Settings UI -* Fix - Token invalid reset procedure -* Fix - Checkbox control UI with WordPress 6.6 -* Tweak - WC 9.1 compatibility. -* Tweak - WP 6.6 compatibility. - -= 1.4.3 - 2024-06-25 = -* Tweak - Remove `feature_flag` connection info data key. -* Update - Disabling CAPI tracker. - -= 1.4.2 - 2024-06-13 = -* Add - Versioning and compatibility checks to implement support policy. -* Fix - Release v1.4.1. -* Fix - Undefined array key "path" warning thrown by DomainVerification.php. -* Tweak - Adds WooCommerce as a dependency to the plugin header. -* Tweak - Revert to WooCommerce.com domain. - -= 1.4.1 - 2024-05-01 = -* Add - Heartbeat actions cleanup -* Update - Mandatory condition on tracking -* Update - pinit.js script import to match with Pinterest documentation -* Update - Error cases handling for discounts -* Tweak - Advertiser ID missing exception -* Fix - Missing Order ID into custom_data array for Checkout CAPI event. -* Fix - Fix tooltip UI issue in Settings page -* Fix - Correct coupons information - -= 1.4.0 - 2024-04-02 = -* Add - CAPI: A new conversion system for reporting from the plugin to Pinterest. -* Add - Support for platforms using persistent object caches like Memcached. -* Add - Automatic token exchange and refresh token handling for improved OAuth management. -* Add - Twenty Twenty-Four theme support. -* Update - API update to V5. -* Update - Tag implementation updated to work in conjunction with CAPI. -* Update - Logging system enhanced for more granular debugging. -* Update - Caching enabled on feed status endpoints for improved performance. -* Update - Redirect to the cart page after successful addition WooCommerce setting support. -* Update - Plugin deactivation and uninstall behavior now properly implemented. -* Tweak - Multiple smaller adjustments for improved stability and performance. -* Dev - Plugin now uses the new middleware for connection. - -= 1.3.24 - 2024-04-01 = -* Tweak - WC 8.8 compatibility. - -= 1.3.23 - 2024-03-12 = -* Tweak - WC 8.7 compatibility. -* Tweak - WP 6.5 compatibility. - -= 1.3.22 - 2024-02-20 = -* Fix - Currency and credit information missing at domain verification step. -* Fix - PHP notices and warnings in PHP 8.2 and PHP 8.3. - -= 1.3.21 - 2024-02-14 = -* Tweak - WC 8.6 compatibility. - -= 1.3.20 - 2024-01-12 = -* Fix - Use proper redeem code format. - -= 1.3.19 - 2024-01-09 = -* Tweak - Changed minimum WC version to 6.3. -* Tweak - WC 8.5 compatibility. - -= 1.3.18 - 2023-12-27 = -* Fix - Pinterest duplicated notices. -* Fix - Product Editor transient notice shift. -* Fix - Wrong feed generation items counter. - -= 1.3.17 - 2023-12-19 = -* Dev - Update Woo.com developer blog URLs. -* Update - promo code for 2024. - -= 1.3.16 - 2023-12-13 = -* Tweak - Make sure `feed_location` has a full URL. - -= 1.3.15 - 2023-11-28 = -* Add - Compatibility with the Cart and Checkout blocks. - -= 1.3.14 - 2023-11-14 = -* Tweak - Add Pinterest businesses API exception handling. - -= 1.3.13 - 2023-11-07 = -* Fix - Doc - Use new Woo.com domain. -* Tweak - WC 8.3 compatibility. -* Tweak - WP 6.4 compatibility. - -= 1.3.12 - 2023-10-19 = -* Dev - Add phpcs on changed files only. - -= 1.3.11 - 2023-10-10 = -* Dev - automate merging trunk to develop after a release. -* Tweak - WC 8.2 compatibility. - -= 1.3.10 - 2023-09-12 = -* Dev - Updates PHPUnit version, unit tests, and matrix in git workflow for PHP8.2 compatibility. - -= 1.3.9 - 2023-09-05 = -* Add - Adds logic to dynamically display spend requirement and credits given based on store currency. -* Fix - Uninstall procedure. -* Tweak - WC 8.1 compatibility. - -= 1.3.8 - 2023-08-15 = -* Fix - Caching of API calls. -* Fix - Make add to cart events independent from WooCommerce archive page settings. - -= 1.3.7 - 2023-08-09 = -* Tweak - Don't fetch the allowed countries list when not connected. -* Tweak - Increase allowed countries cache lifetime to two days. -* Tweak - WC 8.0 compatibility. -* Tweak - WP 6.3 compatibility. -* Update - Add missing countries to the allowed countries list. - -= 1.3.6 - 2023-07-25 = -* Dev - Add release preparation GH workflow. - -= 1.3.5 - 2023-06-28 = -* Tweak - WC 7.9 compatibility. - -= 1.3.4 - 2023-06-21 = -* Fix - Fixed error when getting transient for a key of null value. -* Fix - Release 1.3.3 - merge trunk into develop. -* Tweak - Generate a new pot file for translations. - -= 1.3.3 - 2023-06-13 = -* Tweak - WC 7.8 compatibility. - -= 1.3.2 - 2023-06-06 = -* Fix - Ensure there is no fatal error for PHP 8+ during activation. - -= 1.3.1 - 2023-06-06 = -* Update - Pinterest feed generator backoff adjustments. - -= 1.3.0 - 2023-05-30 = -* Add - Integration with WooCommerce multichannel marketing dashboard. -* Fix - Remove feed configuration during plugin uninstall procedure. -* Fix - Connection flow not redirection the wizard view. - -= 1.2.21 - 2023-05-02 = -* Tweak - WC 7.7 compatibility. - -= 1.2.20 - 2023-04-26 = -* Fix - Unescaped `add_query_arg` function calls. - -= 1.2.19 - 2023-04-18 = -* Fix - Escape product name for JS tracker. -* Fix - On backorder items missing from the feed. -* Fix - When a new feed configuration is created it should be updated in the pinterest.com config. - -= 1.2.18 - 2023-04-11 = -* Add - Automatic enhanced match support. -* Add - Support to sync setting changes from Pinterest to the plugin. -* Fix - Fatal error if cart is not set. - -= 1.2.17 - 2023-04-05 = -* Add - Enhanced match documentation link. -* Tweak - WC 7.6 compatibility. -* Update - Merchant disapproval reasons. - -= 1.2.16 - 2023-03-21 = -* Fix - Undefined variable when caching API requests. - -= 1.2.15 - 2023-03-14 = -* Tweak - WC 7.5 compatibility. -* Tweak - WP 6.2 compatibility. - -= 1.2.14 - 2023-03-07 = -* Fix - Add retry mechanism for the feed generation. - -= 1.2.13 - 2023-02-22 = -* Add - WordPress locale to Pinterest locale mapping. -* Fix - Prevent fatal error if retrieving account fails during onboarding. -* Fix - Prevent multiple active feed files. -* Fix - Price inconsistencies when tax region is different than shipping zone. - -= 1.2.12 - 2023-02-14 = -* Dev - Remove deprecated argument call from inside a hook action handler function. - -= 1.2.11 - 2023-02-07 = -* Dev - Fix deprecated method argument version. -* Dev - Fix php8.2 deprecation notices. -* Fix - Inconsistencies with the add to cart tracking event. -* Tweak - WC 7.4 compatibility. -* Update - The Onboarding task to use `TaskLists::add_task` method instead of the deprecated `woocommerce_admin_onboarding_task_list` filter. - -= 1.2.10 - 2023-01-26 = -* Add - Pull supported countries from the API. -* Fix - Disable pin button if Chrome extension is detected. -* Fix - Doc/add include exluce filters to docs. -* Fix - Missing Attributes form on Simple products. - -= 1.2.9 - 2023-01-24 = -* Add - Plugin connection and feed registration status tracking. -* Add - Recent feed generation time and feed product count tracking. -* Fix - Add backlog automation. - -= 1.2.8 - 2023-01-03 = -* Dev - Add node and npm version restrictions. -* Fix - Prevent failed to `feed_report` if there is no feed registered. -* Tweak - WC 7.3 compatibility. - -= 1.2.7 - 2022-12-16 = -* Add - Warning message duplicated meta tags. -* Fix - Update Tracking.php. -* Fix - Update wording in filter descriotion, tracking disable fiter. -* Fix - Use min instead of max. -* Tweak - Improve translators strings. -* Tweak - Refactor update procedures. -* Tweak - WC 7.2 compatibility. - -= 1.2.6 - 2022-11-16 = -* Tweak - Add Ads Credits promotion information to the readme.txt. -* Tweak - Backoff merchant creation in case of failure. - -= 1.2.5 - 2022-11-07 = -* Add - Ads Credit Campaign. -* Tweak - Declare HPOS compatibility. -* Tweak - WC 7.1 compatibility. -* Tweak - WP 6.1 compatibility. - -= 1.2.4 - 2022-10-13 = -* Tweak - WC 7.0 compatibility. - -= 1.2.3 - 2022-10-11 = -* Add - Warning message on potential conflicting tags. -* Dev - Add branch-labels GH workflow. -* Dev - Remove from PHP test matrix WP 5.6 and 5.7, add 5.9. -* Fix - Clear connection options during disconnection error to allow new connection. -* Fix - Display correct error if product sync is broken. -* Fix - Issue with sale price on the feed. -* Fix - Save Pin button available before finishing onboarding. -* Fix - Strip HTML from the Rich Pins description field. - -= 1.2.2 - 2022-08-09 = -* Dev - GH release config and the new PR template. -* Fix - Error after domain verification. -* Tweak - WC 6.8 compatibility. - -= 1.2.1 - 2022-07-01 = -* Fix - Error printing end of line character. - -= 1.2.0 - 2022-06-27 = -* Add - Argentina, Colombia and Chile to ads supported countries. -* Fix - Move the