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 2.9.5 - Merge trunk to develop #2767

Merged
merged 6 commits into from
Jan 15, 2025
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
17 changes: 17 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
*** Google for WooCommerce Changelog ***

= 2.9.5 - 2025-01-15 =
* Dev - Fix E2E tests in WC 9.6.
* Dev - Fix tests in WooCommerce 9.6.
* Fix - Avoid the negative shipping rate taken from WooCommerce settings leading to false onboarding completion and make its error message more explicit.
* Fix - Show leaving prompt in Edit Ads Campaign if the form was modified.
* Fix - Sync shipping max times to Google Merchant Center.
* Tweak - Add an admin service provider for WP Admin requests.
* Tweak - Conditionally load job classes.
* Tweak - Consistent usage of ContainerAware.
* Tweak - Pop up confirmation prompt on the Shipping page before saving changes.
* Tweak - Refactor installer class to load dependencies when needed.
* Tweak - Remove unused Http proxy class.
* Tweak - WC 9.6 compatibility.
* Update - Drop support for WordPress < 6.1.
* Update - Move tax rate setup from the Edit free listings page to the Settings page.
* Update - Move the Edit free listings page to a dedicated page and rename the page to Shipping.

= 2.9.4 - 2024-12-25 =
* Fix - Clear previous errors after completing sync.
* Tweak - Adjust conditions for MCM.
Expand Down
6 changes: 3 additions & 3 deletions google-listings-and-ads.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Google for WooCommerce
* 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.9.4
* Version: 2.9.5
* Author: WooCommerce
* Author URI: https://woocommerce.com/
* Text Domain: google-listings-and-ads
Expand All @@ -13,7 +13,7 @@
* Requires PHP Architecture: 64 bits
* Requires Plugins: woocommerce
* WC requires at least: 7.9
* WC tested up to: 9.5
* WC tested up to: 9.6
* Woo:
*
* @package WooCommerce\Admin
Expand All @@ -30,7 +30,7 @@

defined( 'ABSPATH' ) || exit;

define( 'WC_GLA_VERSION', '2.9.4' ); // WRCS: DEFINED_VERSION.
define( 'WC_GLA_VERSION', '2.9.5' ); // WRCS: DEFINED_VERSION.
define( 'WC_GLA_MIN_PHP_VER', '7.4' );
define( 'WC_GLA_MIN_WC_VER', '7.9' );

Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,7 +1,7 @@
{
"name": "google-listings-and-ads",
"title": "Google for WooCommerce",
"version": "2.9.4",
"version": "2.9.5",
"description": "Google for WooCommerce",
"author": "Automattic",
"license": "GPL-3.0-or-later",
Expand Down
26 changes: 18 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Requires at least: 6.1
Tested up to: 6.7
Requires PHP: 7.4
Requires PHP Architecture: 64 Bits
Stable tag: 2.9.4
Stable tag: 2.9.5
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -140,6 +140,23 @@ To allow your products to appear in all relevant locations, make sure you’ve c

== Changelog ==

= 2.9.5 - 2025-01-15 =
* Dev - Fix E2E tests in WC 9.6.
* Dev - Fix tests in WooCommerce 9.6.
* Fix - Avoid the negative shipping rate taken from WooCommerce settings leading to false onboarding completion and make its error message more explicit.
* Fix - Show leaving prompt in Edit Ads Campaign if the form was modified.
* Fix - Sync shipping max times to Google Merchant Center.
* Tweak - Add an admin service provider for WP Admin requests.
* Tweak - Conditionally load job classes.
* Tweak - Consistent usage of ContainerAware.
* Tweak - Pop up confirmation prompt on the Shipping page before saving changes.
* Tweak - Refactor installer class to load dependencies when needed.
* Tweak - Remove unused Http proxy class.
* Tweak - WC 9.6 compatibility.
* Update - Drop support for WordPress < 6.1.
* Update - Move tax rate setup from the Edit free listings page to the Settings page.
* Update - Move the Edit free listings page to a dedicated page and rename the page to Shipping.

= 2.9.4 - 2024-12-25 =
* Fix - Clear previous errors after completing sync.
* Tweak - Adjust conditions for MCM.
Expand All @@ -156,11 +173,4 @@ To allow your products to appear in all relevant locations, make sure you’ve c
* Tweak - WC 9.5 compatibility.
* Update - Drop support for WooCommerce < 7.9.

= 2.9.2 - 2024-12-11 =
* Dev - Centralize frontend images to the dedicated directory.
* Fix - Ensure coupon brand restrictions are uploaded to Google Merchant Center.
* Fix - Initial php 8.4 compatibility.
* Fix - Prevent Warning when Saving a Variation if YOAST is activated.
* Fix - The country selector in setup/edit free listing flow from being hidden.

[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/google-listings-and-ads/trunk/changelog.txt).
Loading
Loading