Simple Registration for WooCommerce - Version 1.5.4

Version Description

Download this release

Release Info

Developer Astoundify
Plugin Icon wp plugin Simple Registration for WooCommerce
Version 1.5.4
Comparing to
See all releases

Code changes from version 1.5.3 to 1.5.4

Files changed (2) hide show
  1. readme.txt +31 -2
  2. woocommerce-simple-registration.php +2 -2
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Astoundify
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.7.0
6
- Tested up to: 5.5.3
7
- Stable tag: 1.5.3
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -20,8 +20,37 @@ A simple plugin to add a [woocommerce_simple_registration] shortcode to display
20
  2. Activate the plugin through the 'Plugins' menu in WordPress
21
  3. Use the shortcode `woocommerce_simple_registration` on a self-created page to display the registration form.
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  == Changelog ==
24
 
 
 
 
 
25
  = 1.5.3: November 25, 2020 =
26
 
27
  * Update: Compatibility check with latest WordPress v5.5.3.
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.7.0
6
+ Tested up to: 5.9.3
7
+ Stable tag: 1.5.4
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
20
  2. Activate the plugin through the 'Plugins' menu in WordPress
21
  3. Use the shortcode `woocommerce_simple_registration` on a self-created page to display the registration form.
22
 
23
+ == Our Products ==
24
+
25
+ If you like this plugin, consider exploring our other themes and plugins:
26
+
27
+ * [Appointify](https://wordpress.org/plugins/appointify/) Appointify App, is the first Appointments Planner for WordPress, for Busy Enterpreneurs and Founders. Appointify allows you to share your calendar and have your funnel start by others planning appointments on top of it – with their own calendar authorized.
28
+
29
+ * [Contact Listing for WP Job Manager](https://wordpress.org/plugins/wp-job-manager-contact-listing/) Sites using the [WP Job Manager](http://wordpress.org/plugins/wp-job-manager/) plugin can use any of the supported plugins and allow visitors to contact the connected application email (or resume author) directly.
30
+
31
+ * [Regions for WP Job Manager](https://wordpress.org/plugins/wp-job-manager-locations/) Adds a “Job Region” taxonomy so the site administrator can control a set of predefined regions listings can be assigned to.
32
+
33
+ * [Job Colors for WP Job Manager](https://wordpress.org/plugins/wp-job-manager-colors/) Select the color of each existing job type in the Job Listings’ settings. Can set the color to be the background color, or text color.
34
+
35
+ * [WP Job Manager – Company Profiles](https://wordpress.org/plugins/wp-job-manager-companies/) Outputs a list of all companies that have submitted jobs with links to their listings and profile.
36
+
37
+ * [WP Modal Popup with Cookie Integration](https://wordpress.org/plugins/wp-modal-popup-with-cookie-integration/) Create and manage powerful promotion popups for your WordPress blog or website. Easy to use popup plugin that will help you to grab your visitor’s attention to introduce him offers, discounts or other kind of promotional notices.
38
+
39
+ * [Elementify Visual Widgets](https://wordpress.org/plugins/elementify-visual-widgets/) Elementify Visual Widgets is a free plugin packed with stunning elements to extend Elementor Page Builder functionality and make your website look like it is designed by a Professional Web Designer.
40
+
41
+ * [Easy Digital Downloads – Frontend Submissions Product Details](https://wordpress.org/plugins/easy-digital-downloads-frontend-submissions-product-details-widget/) Specify and display frontend submission data as “product details” in a widget.
42
+
43
+
44
+ * [Simple Social Login](https://wordpress.org/plugins/simple-social-login/) Social login options for WordPress. Currently supports: Facebook, Twitter, Google.
45
+
46
+ * [reCAPTCHA](https://wordpress.org/plugins/astoundify-recaptcha/) Google reCAPTCHA for WordPress. Currently supports: WordPress Login/Register, WooCommerce Login/Register, WP Job Manager (Submission Form), Claim Listing for WP Job Manager, Gravity Forms, Ninja Forms, Contact Form 7.
47
+
48
  == Changelog ==
49
 
50
+ = 1.5.3: May 10, 2022 =
51
+
52
+ * Update: Compatibility check with latest WordPress v5.9.3.
53
+
54
  = 1.5.3: November 25, 2020 =
55
 
56
  * Update: Compatibility check with latest WordPress v5.5.3.
woocommerce-simple-registration.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Simple Registration for WooCommerce
4
  * Plugin URI: https://astoundify.com/products/woocommerce-simple-registration/
5
  * Description: A simple plugin to add a [woocommerce_simple_registration] shortcode to display the registration form on a separate page.
6
- * Version: 1.5.3
7
  * Author: Astoundify
8
  * Author URI: https://astoundify.com/
9
  * Text Domain: woocommerce-simple-registration
@@ -30,7 +30,7 @@ class WooCommerce_Simple_Registration {
30
  * @since 1.0.0
31
  * @var string $version Plugin version number.
32
  */
33
- public $version = '1.5.3';
34
 
35
 
36
  /**
3
  * Plugin Name: Simple Registration for WooCommerce
4
  * Plugin URI: https://astoundify.com/products/woocommerce-simple-registration/
5
  * Description: A simple plugin to add a [woocommerce_simple_registration] shortcode to display the registration form on a separate page.
6
+ * Version: 1.5.4
7
  * Author: Astoundify
8
  * Author URI: https://astoundify.com/
9
  * Text Domain: woocommerce-simple-registration
30
  * @since 1.0.0
31
  * @var string $version Plugin version number.
32
  */
33
+ public $version = '1.5.4';
34
 
35
 
36
  /**