Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.4.6 - merge release into trunk #1051

Merged
merged 8 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
717 changes: 361 additions & 356 deletions changelog.txt

Large diffs are not rendered by default.

93 changes: 63 additions & 30 deletions i18n/languages/pinterest-for-woocommerce.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\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"
Expand Down Expand Up @@ -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 ""

Expand Down Expand Up @@ -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 ""

Expand Down Expand Up @@ -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"
Expand All @@ -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 ""
Expand Down Expand Up @@ -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 ""

Expand Down Expand Up @@ -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 ""

Expand Down Expand Up @@ -620,13 +620,22 @@ 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 ""

#: src/Notes/TokenExchangeFailure.php:55
msgid "Authenticate with Pinterest"
msgstr ""

#: src/Notes/TokenInvalidFailure.php:40
msgid "The Pinterest For WooCommerce plugin has detected an issue with your access token.<br/>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 ""
Expand Down Expand Up @@ -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 ""

Expand Down Expand Up @@ -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 ""
Expand Down Expand Up @@ -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 "<strong>We were unable to verify this domain.</strong> %s"
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions pinterest-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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
*/

/**
Expand All @@ -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(
Expand Down
Loading
Loading