Version Description
Download this release
Release Info
| Developer | champsupertramp |
| Plugin | |
| Version | 1.3.80 |
| Comparing to | |
| See all releases | |
Code changes from version 1.3.79 to 1.3.80
- admin/core/lib/ReduxFramework/{readme.txt → README.txt} +0 -0
- core/um-actions-register.php +3 -1
- index.php +1 -1
- readme.txt +6 -1
admin/core/lib/ReduxFramework/{readme.txt → README.txt}
RENAMED
|
File without changes
|
core/um-actions-register.php
CHANGED
|
@@ -152,7 +152,9 @@
|
|
| 152 |
|
| 153 |
do_action('um_post_registration', $user_id, $args);
|
| 154 |
|
| 155 |
-
|
|
|
|
|
|
|
| 156 |
|
| 157 |
}
|
| 158 |
|
| 152 |
|
| 153 |
do_action('um_post_registration', $user_id, $args);
|
| 154 |
|
| 155 |
+
if( ! is_admin() ){
|
| 156 |
+
do_action('user_register', $user_id );
|
| 157 |
+
}
|
| 158 |
|
| 159 |
}
|
| 160 |
|
index.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
Plugin Name: Ultimate Member
|
| 4 |
Plugin URI: http://ultimatemember.com/
|
| 5 |
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
|
| 6 |
-
Version: 1.3.
|
| 7 |
Author: Ultimate Member
|
| 8 |
Author URI: http://ultimatemember.com/
|
| 9 |
Text Domain: ultimatemember
|
| 3 |
Plugin Name: Ultimate Member
|
| 4 |
Plugin URI: http://ultimatemember.com/
|
| 5 |
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
|
| 6 |
+
Version: 1.3.80
|
| 7 |
Author: Ultimate Member
|
| 8 |
Author URI: http://ultimatemember.com/
|
| 9 |
Text Domain: ultimatemember
|
readme.txt
CHANGED
|
@@ -7,7 +7,7 @@ Tags: access control, author, authors, author profile, comments, community, comm
|
|
| 7 |
Requires at least: 4.1
|
| 8 |
Tested up to: 4.7.1
|
| 9 |
|
| 10 |
-
Stable Tag: 1.3.
|
| 11 |
|
| 12 |
License: GNU Version 2 or Any Later Version
|
| 13 |
|
|
@@ -150,6 +150,11 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
|
|
| 150 |
|
| 151 |
== Changelog ==
|
| 152 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 153 |
= 1.3.79: January 17, 2017 =
|
| 154 |
|
| 155 |
* Enhancements:
|
| 7 |
Requires at least: 4.1
|
| 8 |
Tested up to: 4.7.1
|
| 9 |
|
| 10 |
+
Stable Tag: 1.3.80
|
| 11 |
|
| 12 |
License: GNU Version 2 or Any Later Version
|
| 13 |
|
| 150 |
|
| 151 |
== Changelog ==
|
| 152 |
|
| 153 |
+
= 1.3.80: January 18, 2017 =
|
| 154 |
+
|
| 155 |
+
* Bugfixes:
|
| 156 |
+
* Fix loop email notifications on user creation in the back-end
|
| 157 |
+
|
| 158 |
= 1.3.79: January 17, 2017 =
|
| 159 |
|
| 160 |
* Enhancements:
|
