We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d59695 commit 4f0e2beCopy full SHA for 4f0e2be
.gitignore
@@ -6,3 +6,4 @@ node_modules
6
public
7
vendor
8
resources/languages/*.pot
9
+wc-combined-shipping
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [1.0.2] - 2018-07-30
2
+
3
+### Fix
4
5
+- Simplify logic in `wc_combined_shipping_maybe_has_free_shipping` filter.
## [1.0.1] - 2018-07-21
### Fix
package.json
@@ -3,7 +3,7 @@
"title": "Combined Shipping for WooCommerce",
"author": "Spencer Finnell",
"description": "Allow customers to combine shipping for a new order with an existing unshipped order.",
- "version": "1.0.1",
+ "version": "1.0.2",
"license": "GPL-2.0-or-later",
"scripts": {
"package-plugin": "./bin/package-plugin.sh",
0 commit comments