Skip to content

Commit

Permalink
Merge pull request #487 from woocommerce/release/1.3.1
Browse files Browse the repository at this point in the history
Release/1.3.1
  • Loading branch information
dkotter authored Jan 20, 2025
2 parents 9ef065e + ff5aa42 commit 29d6c70
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
*** Changelog ***

= 1.3.1 - 2025-01-20 =
* Dev - Bump WooCommerce "tested up to" version 9.6.
* Dev - Bump WooCommerce minimum supported version to 9.4.
* Dev - Use the `@woocommerce/e2e-utils-playwright` NPM package for E2E tests.

= 1.3.0 - 2024-12-02 =
* Fix - Ensure sorting by price works as expected.
* Dev - Bump WooCommerce "tested up to" version 9.5.
Expand Down
4 changes: 2 additions & 2 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
@@ -1,7 +1,7 @@
{
"name": "woocommerce-accommodation-bookings",
"title": "WooCommerce Accommodation Bookings",
"version": "1.3.0",
"version": "1.3.1",
"config": {
"wp_org_slug": "woocommerce-accommodation-bookings"
},
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: woocommerce, automattic
Tags: woocommerce, bookings, accommodations
Requires at least: 6.5
Tested up to: 6.7
Stable tag: 1.3.0
Stable tag: 1.3.1
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -38,6 +38,11 @@ If the prices shown on the product do not match the prices defined in the dashbo

== Changelog ==

= 1.3.1 - 2025-01-20 =
* Dev - Bump WooCommerce "tested up to" version 9.6.
* Dev - Bump WooCommerce minimum supported version to 9.4.
* Dev - Use the `@woocommerce/e2e-utils-playwright` NPM package for E2E tests.

= 1.3.0 - 2024-12-02 =
* Fix - Ensure sorting by price works as expected.
* Dev - Bump WooCommerce "tested up to" version 9.5.
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-accommodation-bookings.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Requires Plugins: woocommerce
* Plugin URI: https://woocommerce.com/products/woocommerce-accommodation-bookings/
* Description: An accommodations add-on for the WooCommerce Bookings extension.
* Version: 1.3.0
* Version: 1.3.1
* Author: WooCommerce
* Author URI: https://woocommerce.com
* Text Domain: woocommerce-accommodation-bookings
Expand All @@ -27,7 +27,7 @@
exit;
}

define( 'WC_ACCOMMODATION_BOOKINGS_VERSION', '1.3.0' ); // WRCS: DEFINED_VERSION.
define( 'WC_ACCOMMODATION_BOOKINGS_VERSION', '1.3.1' ); // WRCS: DEFINED_VERSION.

require_once 'includes/class-wc-accommodation-bookings-plugin.php';
$wc_accom_plugin = new WC_Accommodation_Bookings_Plugin( __FILE__, WC_ACCOMMODATION_BOOKINGS_VERSION );
Expand Down

0 comments on commit 29d6c70

Please sign in to comment.