Skip to content

Commit

Permalink
Release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
puntope committed Dec 3, 2024
1 parent f6ff244 commit df38f74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,4 @@ To allow your products to appear in all relevant locations, make sure you’ve c
* Tweak - WordPress 6.7 Compatibility: Adjust the layout of the radio control to align well with the extended content.
* Tweak - WordPress 6.7 Compatibility: Avoid errors in the database where a TEXT type can't have a default value.

= 2.8.6 - 2024-10-02 =
* Dev - Fix missing blueprint dependency.
* Tweak - Adjust WP Proxy Response to force the string type for the price fields.
* Tweak - Logic for Delete notifications.

[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/google-listings-and-ads/trunk/changelog.txt).
4 changes: 2 additions & 2 deletions src/DB/Migration/Migration20240813T1653383133.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @package Automattic\WooCommerce\GoogleListingsAndAds\DB\Migration
*
* @since x.x.x
* @since 2.9.1
*/
class Migration20240813T1653383133 extends AbstractMigration {

Expand All @@ -43,7 +43,7 @@ public function __construct( \wpdb $wpdb, ShippingTimeTable $shipping_time_table
* @return string A version number. For example: 1.4.1
*/
public function get_applicable_version(): string {
return 'x.x.x';
return '2.9.1';

Check warning on line 46 in src/DB/Migration/Migration20240813T1653383133.php

View check run for this annotation

Codecov / codecov/patch

src/DB/Migration/Migration20240813T1653383133.php#L45-L46

Added lines #L45 - L46 were not covered by tests
}

/**
Expand Down

0 comments on commit df38f74

Please sign in to comment.