diff --git a/changelog.txt b/changelog.txt index 7901ac5a41..b957b5a935 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,13 @@ *** WooCommerce Google Listings and Ads Changelog *** += 2.5.1 - 2023-08-01 = +* Dev - Setup wp-env for E2E tests. +* Dev - automate merging trunk to develop after a release. +* Fix - Fix support for "add_to_cart" event in Products (Beta) block. +* Fix - Prevent PHP 8.2 deprecation messages. +* Tweak - Ability to filter products for syncing via `gla_filter_product_query_args` apply_filters hook. +* Update - Show validation errors on steps 2 and 3 of the onboarding flow when unable to continue. + = 2.5.0 - 2023-07-18 = * Tweak - Add Tip with information with Campaign assets are imported. * Tweak - Provide more detailed error reasons when unable to complete site verification for the Google Merchant Center account being connected in the onboarding flow. diff --git a/google-listings-and-ads.php b/google-listings-and-ads.php index 4fcc3c288b..5ea08fc894 100644 --- a/google-listings-and-ads.php +++ b/google-listings-and-ads.php @@ -3,7 +3,7 @@ * Plugin Name: Google Listings and Ads * Plugin URL: https://wordpress.org/plugins/google-listings-and-ads/ * Description: Native integration with Google that allows merchants to easily display their products across Google’s network. - * Version: 2.5.0 + * Version: 2.5.1 * Author: WooCommerce * Author URI: https://woocommerce.com/ * Text Domain: google-listings-and-ads @@ -30,7 +30,7 @@ defined( 'ABSPATH' ) || exit; -define( 'WC_GLA_VERSION', '2.5.0' ); // WRCS: DEFINED_VERSION. +define( 'WC_GLA_VERSION', '2.5.1' ); // WRCS: DEFINED_VERSION. define( 'WC_GLA_MIN_PHP_VER', '7.4' ); define( 'WC_GLA_MIN_WC_VER', '6.9' ); diff --git a/package-lock.json b/package-lock.json index a73d07fb0f..ae7811bc1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "google-listings-and-ads", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 63b1083860..be0b563de6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "google-listings-and-ads", "title": "Google Listings and Ads", - "version": "2.5.0", + "version": "2.5.1", "description": "google-listings-and-ads", "author": "Automattic", "license": "GPL-3.0-or-later", diff --git a/readme.txt b/readme.txt index 6ce8a408dc..04eb8090a3 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Requires at least: 5.9 Tested up to: 6.2 Requires PHP: 7.4 Requires PHP Architecture: 64 Bits -Stable tag: 2.5.0 +Stable tag: 2.5.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -111,6 +111,14 @@ Yes, you can run both at the same time, and we recommend it! In the US, advertis == Changelog == += 2.5.1 - 2023-08-01 = +* Dev - Setup wp-env for E2E tests. +* Dev - automate merging trunk to develop after a release. +* Fix - Fix support for "add_to_cart" event in Products (Beta) block. +* Fix - Prevent PHP 8.2 deprecation messages. +* Tweak - Ability to filter products for syncing via `gla_filter_product_query_args` apply_filters hook. +* Update - Show validation errors on steps 2 and 3 of the onboarding flow when unable to continue. + = 2.5.0 - 2023-07-18 = * Tweak - Add Tip with information with Campaign assets are imported. * Tweak - Provide more detailed error reasons when unable to complete site verification for the Google Merchant Center account being connected in the onboarding flow. @@ -130,7 +138,4 @@ Yes, you can run both at the same time, and we recommend it! In the US, advertis * Tweak - Make the error message clearer for errors that occur in getting or updating a Google Merchant Center account. * Tweak - WC 7.9 compatibility. -= 2.4.10 - 2023-06-13 = -* Tweak - WC 7.8 compatibility. - [See changelog for all versions](https://raw.githubusercontent.com/woocommerce/google-listings-and-ads/trunk/changelog.txt).