Skip to content

Commit 8a4301d

Browse files
author
Harris Wong
committed
Merge branch 'master' into develop
2 parents 2fb4620 + b5ca84b commit 8a4301d

File tree

4 files changed

+8
-35
lines changed

4 files changed

+8
-35
lines changed

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.2",
3+
"version": "1.24.3",
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: 5 additions & 32 deletions
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.2
7+
Stable tag: 1.24.3
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

8484
== Changelog ==
8585

86-
= 1.24.3 - 2020-XX-XX =
86+
= 1.24.3 - 2020-09-16 =
87+
* Fix - Asset paths incompatible with some hosts
88+
* Fix - Select all posts checkbox not working
89+
* Fix - Use of deprecated jQuery.load
8790
* Tweak - Updating carrier logo and tracking links
8891

8992
= 1.24.2 - 2020-09-03 =
@@ -155,33 +158,3 @@ As of the WooCommerce 3.5 release, WooCommerce Services no longer provides shipp
155158

156159
= 1.22.1 =
157160
* Fix - Remove nuisance admin notification.
158-
159-
= 1.22.0 =
160-
161-
* Add - Display notices when base country/currency mismatches.
162-
* Add - Friendlier error codes when the API service is down.
163-
* Add - Introduce custom package setting on the label screen.
164-
* Add - Shipping Summary to the sidebar on the label screen.
165-
* Add - Shipping rates additional data - tracking, delivery time, signatures.
166-
* Add - Tracking modal.
167-
* Add - Ability to recreate labels for individual packages that have been refunded in a multi-label package scenario.
168-
* Fix - Deprecation notices for PHP 7.4.
169-
* Fix - Quantity is not being taken into account for the notice "n items are ready for shipment".
170-
* Tweak - Credit card no longer required to configure shipping label.
171-
* Tweak - Moved "Create Shipping Label" button from sidebar to the top of the order screen.
172-
* Tweak - Preselect last used package on the label screen.
173-
* Tweak - Remove rates from the dropdown and list them on the page after a package is selected.
174-
* Tweak - Remove redundant "Paper Size" from the label screen since it's configurable from the Settings screen.
175-
* Tweak - Show create label button in 'busy' state until data loads.
176-
* Tweak - UX improvements for the label screen.
177-
178-
= 1.21.1 =
179-
180-
* Update WooCommerce compatibility to 3.7
181-
* Support namespaced Jetpack methods
182-
183-
= 1.21.0 =
184-
185-
* Update WordPress compatibility to 5.2
186-
* When there's only one credit card available, select it as the default for purchases
187-
* Add ability to specify payment method during label purchase to enable choosing a credit card during purchase in the future

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.2
10+
* Version: 1.24.3
1111
* WC requires at least: 3.0.0
1212
* WC tested up to: 4.2
1313
*

0 commit comments

Comments
 (0)