Skip to content

Commit

Permalink
Version 4.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaseWiseman committed Jul 11, 2017
1 parent 777382c commit b91b061
Show file tree
Hide file tree
Showing 4 changed files with 7 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.6.5",
"version": "4.6.6",
"title": "WooCommerce Plugin Framework",
"author": "SkyVerge Team",
"homepage": "https://github.com/skyverge/wc-plugin-framework#readme",
Expand Down
3 changes: 3 additions & 0 deletions woocommerce/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*** SkyVerge WooCommerce Plugin Framework Changelog ***

2017.07.11 - version 4.6.6
* Fix - Ensure backwards compatibility with gateways that don't extend the SV_WC_API_Base class for their API

2017.06.26 - version 4.6.5
* Misc. - Make a TLS 1.2 admin notice available for gateways that require it
* Misc. - Ensure WooCommerce 3.1 compatibility
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.6.5
* @version 4.6.6
*/
abstract class SV_WC_Plugin {


/** Plugin Framework Version */
const VERSION = '4.6.5';
const VERSION = '4.6.6';

/** @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.6.5\n"
"Project-Id-Version: WooCommerce Plugin Framework 4.6.6\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 b91b061

Please sign in to comment.