Version Description
- woocommerce-simple-registration.php author, version text changes.
Download this release
Release Info
Developer | adampickering |
Plugin | Simple Registration for WooCommerce |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- readme.txt +8 -4
- woocommerce-simple-registration.php +3 -3
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== WooCommerce Simple Registration ===
|
2 |
Contributors: Astoundify, SpencerFinnell
|
3 |
-
Donate link: https://www.paypal.
|
4 |
Tags: woocommerce, woocommerce registration, woocommerce register, woocommerce registration form, woocommerce form
|
5 |
-
Requires at least:
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -22,6 +22,10 @@ A simple plugin to add a [woocommerce_simple_registration] shortcode to display
|
|
22 |
|
23 |
== Changelog ==
|
24 |
|
|
|
|
|
|
|
|
|
25 |
= 1.0.0 =
|
26 |
|
27 |
* Initial release
|
1 |
=== WooCommerce Simple Registration ===
|
2 |
Contributors: Astoundify, SpencerFinnell
|
3 |
+
Donate link: https://www.paypal.me/astoundify
|
4 |
Tags: woocommerce, woocommerce registration, woocommerce register, woocommerce registration form, woocommerce form
|
5 |
+
Requires at least: 4.4
|
6 |
+
Tested up to: 4.4.*
|
7 |
+
Stable tag: 1.0.1
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
22 |
|
23 |
== Changelog ==
|
24 |
|
25 |
+
= 1.0.1 =
|
26 |
+
|
27 |
+
* woocommerce-simple-registration.php author, version text changes.
|
28 |
+
|
29 |
= 1.0.0 =
|
30 |
|
31 |
* Initial release
|
woocommerce-simple-registration.php
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
/**
|
3 |
* Plugin Name: WooCommerce Simple Registration
|
4 |
* Plugin URI: https://astoundify.com/
|
5 |
-
* Description: A simple plugin to add a [
|
6 |
-
* Version: 1.0.
|
7 |
-
* Author:
|
8 |
* Author URI: https://astoundify.com/
|
9 |
* Text Domain: woocommerce-simple-registration
|
10 |
*/
|
2 |
/**
|
3 |
* Plugin Name: WooCommerce Simple Registration
|
4 |
* Plugin URI: https://astoundify.com/
|
5 |
+
* Description: A simple plugin to add a [woocommerce_simple_registration] shortcode to display the registration form on a separate page.
|
6 |
+
* Version: 1.0.1
|
7 |
+
* Author: Astoundify
|
8 |
* Author URI: https://astoundify.com/
|
9 |
* Text Domain: woocommerce-simple-registration
|
10 |
*/
|