Skip to content

Commit dc570b9

Browse files
committed
Version 0.3.0
🎉
1 parent 7e69d2a commit dc570b9

2 files changed

Lines changed: 15 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Once activated, this plugin will make WordPress use HTTP_X_FORWARDED_HOST for al
99

1010
We like [ForwardHQ](https://fwd.wf) for this, along with a `ForwardFile` in your WordPress root.
1111

12-
### Subscriptions (v1.5.x)
12+
### Subscriptions (v1.5.x and v2.x.x)
1313

1414
Adds a "renew" link to each subscription under WooCommerce > Subscriptions for easy renewal processing. This is particularly useful for testing
1515
payment gateways that supports subscriptions.
@@ -23,6 +23,7 @@ payment gateways that supports subscriptions.
2323
### Misc
2424

2525
* Removes the WooThemes Updater notice
26+
* Removes the strong password requirement for customer accounts
2627
* Helper for logging actions/filters fired during a page load -- simply add `?wcdh_hooks=actions|filters|all`, reload the page, and your desired hooks will be printed to the error log, along with the fired count
2728

2829
## Installation
@@ -31,6 +32,9 @@ Download and install just like any other WordPress plugin. If you want to be rea
3132

3233
## Changelog
3334

35+
### 0.3.0 - 2015.12.28
36+
* Feature - Removes WooCommerce 2.5+ strong password requirement for customer registration
37+
3438
### 0.2.0 - 2015.09.04
3539
* Feature - Subscriptions 2.0 Compatibility
3640
* Fix - Fix is_ssl() when using Forward

i18n/languages/woocommerce-dev-helper.pot

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the GNU General Public License v3.0.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WooCommerce Dev Helper 0.1.0\n"
5+
"Project-Id-Version: WooCommerce Dev Helper 0.3.0\n"
66
"Report-Msgid-Bugs-To: "
77
"https://github.com/skyverge/woocommerce-dev-helper/issues\n"
88
"POT-Creation-Date: 2015-07-26 19:51:27+00:00\n"
@@ -13,23 +13,27 @@ msgstr ""
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515

16-
#: includes/class-wc-dev-helper-subscriptions.php:72
16+
#: includes/class-wc-dev-helper-subscriptions.php:91
1717
msgid "Renew"
1818
msgstr ""
1919

20-
#: includes/class-wc-dev-helper-subscriptions.php:92
20+
#: includes/class-wc-dev-helper-subscriptions.php:144
21+
msgid "Subscription renewal processed. %sView Renewal Order%s"
22+
msgstr ""
23+
24+
#: includes/class-wc-dev-helper-subscriptions.php:167
2125
msgid "Action Failed, Invalid Nonce"
2226
msgstr ""
2327

24-
#: includes/class-wc-dev-helper-subscriptions.php:120
28+
#: includes/class-wc-dev-helper-subscriptions.php:196
2529
msgid "Subscription Renewal Processed"
2630
msgstr ""
2731

28-
#: woocommerce-dev-helper.php:189
32+
#: woocommerce-dev-helper.php:205
2933
msgid "You cannot clone instances of WooCommerce Dev Helper."
3034
msgstr ""
3135

32-
#: woocommerce-dev-helper.php:199
36+
#: woocommerce-dev-helper.php:215
3337
msgid "You cannot unserialize instances of WooCommerce Dev Helper."
3438
msgstr ""
3539

0 commit comments

Comments
 (0)