Skip to content

Commit e27175d

Browse files
committed
Version 5.2.1
1 parent a42a913 commit e27175d

File tree

5 files changed

+170
-163
lines changed

5 files changed

+170
-163
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "skyverge/wc-plugin-framework",
33
"description": "The official SkyVerge WooCommerce plugin framework",
4-
"version": "5.2.0",
4+
"version": "5.2.1",
55
"require-dev": {
66
"10up/wp_mock": "0.3.0",
77
"phpunit/phpunit": "6.0.*",

composer.lock

Lines changed: 49 additions & 46 deletions
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": "wc-plugin-framework",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"title": "WooCommerce Plugin Framework",
55
"author": "SkyVerge Team",
66
"homepage": "https://github.com/skyverge/wc-plugin-framework#readme",

woocommerce/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
*** SkyVerge WooCommerce Plugin Framework Changelog ***
22

3+
2018.08.21 - version 5.2.1
4+
* Fix - Prevent errors when triggering payment gateway payment and refund milestones
5+
* Fix - Add escaping to some admin notice messages
6+
37
2018.07.24 - version 5.2.0
48
* Fix - Use the order currency for the gateway capture message currency symbol
59
* Dev - Introduce dedicated plugin methods for loading after init

0 commit comments

Comments
 (0)