Skip to content

Commit 4f0e2be

Browse files
Version bump, changelog.
1 parent 1d59695 commit 4f0e2be

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ node_modules
66
public
77
vendor
88
resources/languages/*.pot
9+
wc-combined-shipping

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
6+
17
## [1.0.1] - 2018-07-21
28

39
### Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "Combined Shipping for WooCommerce",
44
"author": "Spencer Finnell",
55
"description": "Allow customers to combine shipping for a new order with an existing unshipped order.",
6-
"version": "1.0.1",
6+
"version": "1.0.2",
77
"license": "GPL-2.0-or-later",
88
"scripts": {
99
"package-plugin": "./bin/package-plugin.sh",

0 commit comments

Comments
 (0)