Skip to content

Commit d612131

Browse files
committed
Version 0.8.0
1 parent 605da15 commit d612131

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Download and install just like any other WordPress plugin. If you want to be rea
4444

4545
## Changelog
4646

47-
### 0.7.1-dev - YYYY.MM.DD
47+
### 0.8.0 - 2017.07.22
4848
* Tweak - Remove dependency on WooCommerce
4949
* Tweak - Add support for domain forwarding as early as possible
5050

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "a-woocommerce-dev-helper",
3-
"version": "0.7.1-dev",
3+
"version": "0.8.0",
44
"author": "SkyVerge Team",
55
"homepage": "http://www.skyverge.com",
66
"repository": {

woocommerce-dev-helper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public function __construct() {
6969

7070
// add some inline JS
7171
add_action( 'wp_footer', array( $this, 'enqueue_scripts' ) );
72+
7273
if ( $this->is_plugin_active( 'woocommerce.php' ) ) {
7374
add_action( 'wp_head', array( $this, 'bogus_gateway_styles' ) );
7475
}

0 commit comments

Comments
 (0)