Skip to content

Commit 59953fd

Browse files
committed
Update plugin version and add changelog entries.
1 parent da1c62b commit 59953fd

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

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.11.0",
3+
"version": "1.12.0",
44
"scripts": {
55
"start": "cross-env NODE_ENV=development webpack-dev-server --hot --inline --watch --content-base dist --port 8085",
66
"dist": "cross-env NODE_ENV=production webpack",

readme.txt

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: automattic, woothemes, allendav, kellychoffman, jkudish, jeffstieler, nabsul, robobot3000, danreylop, mikeyarce, shaunkuschel, orangesareorange, pauldechov, dappermountain
33
Tags: canada-post, shipping, stamps, usps, woocommerce, taxes, payment, stripe
44
Requires at least: 4.6
5-
Tested up to: 4.9.2
6-
Stable tag: 1.11.0
5+
Tested up to: 4.9.4
6+
Stable tag: 1.12.0
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -90,6 +90,18 @@ The source code is freely available [in GitHub](https://github.com/Automattic/wo
9090

9191
== Changelog ==
9292

93+
= 1.12.0 =
94+
* Add email receipts for purchased shipping labels
95+
* Clean up Stripe account keys when deauthorized
96+
* Fix bug in database migration script for older plugin versions
97+
* Add "back to order" link when adding a credit card from order details
98+
* Add frontend debugging messages for shipping rates
99+
* Separate troubleshooting logs by feature (taxes, shipping, etc)
100+
* Avoid making unnecessary automated tax requests
101+
* Fix PHP Fatal bug in tax request error handling
102+
* Integrate with WooCommerce Shipment Tracking extension
103+
* Add Conditional Shipping and Payments compatibility
104+
93105
= 1.11.0 =
94106
* Fix bug with TOS acceptance on WordPress Multisite
95107
* Add PayPal Express Checkout payment authorization

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

0 commit comments

Comments
 (0)