Skip to content

Commit

Permalink
Version 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaseWiseman committed Sep 12, 2017
1 parent 86660f6 commit 8dfa87e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wc-plugin-framework",
"version": "4.7.1",
"version": "4.7.2",
"title": "WooCommerce Plugin Framework",
"author": "SkyVerge Team",
"homepage": "https://github.com/skyverge/wc-plugin-framework#readme",
Expand Down
4 changes: 4 additions & 0 deletions woocommerce/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
*** SkyVerge WooCommerce Plugin Framework Changelog ***

2017.09.12 - version 4.7.2
* Fix - Ensure failed Pre-Orders can be paid with a new method by bypassing the failed order's stored token
* Fix - Use the parameters passed to SV_WP_Admin_Message_Handler::show_messages()

2017.08.14 - version 4.7.1
* Tweak - Refine the TLS 1.2 notice wording and appearance

Expand Down
4 changes: 2 additions & 2 deletions woocommerce/class-sv-wc-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
* plugin. This class handles all the "non-feature" support tasks such
* as verifying dependencies are met, loading the text domain, etc.
*
* @version 4.7.1
* @version 4.7.2
*/
abstract class SV_WC_Plugin {


/** Plugin Framework Version */
const VERSION = '4.7.1';
const VERSION = '4.7.2';

/** @var object single instance of plugin */
protected static $instance;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the same license as the package.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Plugin Framework 4.7.1\n"
"Project-Id-Version: WooCommerce Plugin Framework 4.7.2\n"
"Report-Msgid-Bugs-To: https://support.woocommerce.com/hc/\n"
"POT-Creation-Date: 2015-07-22 12:09:16+00:00\n"
"MIME-Version: 1.0\n"
Expand Down

0 comments on commit 8dfa87e

Please sign in to comment.