Skip to content

Commit 2d57f04

Browse files
committed
Bumped version and changelog after memberships helper fixes
1 parent 86cfba4 commit 2d57f04

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ Download and install just like any other WordPress plugin. If you want to be rea
3939

4040
## Changelog
4141

42+
### 0.4.1 - 2016.10.18
43+
* Fix - Minutes and hours-long periods in membership plans did not work properly or when creating a user membership in admin and setting the length from the membership plan default
44+
4245
### 0.4.0 - 2016.06.06
4346
* Feature - Added minutes and hours Subscription periods for quicker Subscriptions testing
4447
* Feature - Added Memberships support with minutes and hours Memberships periods for quicker access and dripping testing

package.json

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

woocommerce-dev-helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: A simple plugin for helping develop/debug WooCommerce & extensions
66
* Author: SkyVerge
77
* Author URI: http://www.skyverge.com
8-
* Version: 0.4.0
8+
* Version: 0.4.1
99
* Text Domain: woocommerce-dev-helper
1010
* Domain Path: /i18n/languages/
1111
*

0 commit comments

Comments
 (0)