Skip to content

Commit 486b1a2

Browse files
authored
Merge pull request #2164 from Automattic/master
Merge back after 1.24.2 release.
2 parents 6b9253d + dfcedcf commit 486b1a2

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*** WooCommerce Services Changelog ***
22

3-
= 1.24.2 - 2020-xx-xx =
3+
= 1.24.2 - 2020-09-03 =
44
* Fix - Optional preloading for wc-admin install compatibility
55
* Fix - Remove duplicate rate errors
66
* Fix - Compatibility with WooCommerce order page install prompt

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "woocommerce-services",
3-
"version": "1.24.1",
3+
"version": "1.24.2",
44
"scripts": {
55
"start": "cross-env NODE_ENV=development CALYPSO_CLIENT=true webpack-dev-server --hot --inline --watch --content-base dist --port 8085",
66
"prepare": "cd wp-calypso && npm ci && cd ..",

readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: shipping, stamps, usps, woocommerce, taxes, payment, stripe
44
Requires at least: 4.6
55
Requires PHP: 5.3
66
Tested up to: 5.5
7-
Stable tag: 1.24.1
7+
Stable tag: 1.24.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -83,6 +83,13 @@ As of the WooCommerce 3.5 release, WooCommerce Services no longer provides shipp
8383

8484
== Changelog ==
8585

86+
= 1.24.2 - 2020-09-03 =
87+
* Fix - Optional preloading for wc-admin install compatibility
88+
* Fix - Remove duplicate rate errors
89+
* Fix - Compatibility with WooCommerce order page install prompt
90+
* Add - Introduce 'wc_connect_meta_box_payload' filter for modifying order data
91+
* Tweak - Update UPS failed connection error message
92+
8693
= 1.24.1 - 2020-08-19 =
8794
* Tweak - Zip/Postcode/Postal code messaging consistency
8895
* Fix - Services management CSS table layout

woocommerce-services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://woocommerce.com/
88
* Text Domain: woocommerce-services
99
* Domain Path: /i18n/languages/
10-
* Version: 1.24.1
10+
* Version: 1.24.2
1111
* WC requires at least: 3.0.0
1212
* WC tested up to: 4.2
1313
*

0 commit comments

Comments
 (0)