Version Description
Download this release
Release Info
Developer | ultimatemember |
Plugin | Ultimate Member – User Profile & Membership Plugin |
Version | 1.2.996 |
Comparing to | |
See all releases |
Code changes from version 1.2.995 to 1.2.996
- core/um-short-functions.php +1 -0
- index.php +1 -1
- readme.txt +5 -1
core/um-short-functions.php
CHANGED
@@ -717,6 +717,7 @@ function um_reset_user() {
|
|
717 |
*/
|
718 |
function um_get_option($option_id) {
|
719 |
global $ultimatemember;
|
|
|
720 |
$um_options = $ultimatemember->options;
|
721 |
if ( isset($um_options[$option_id]) && !empty( $um_options[$option_id] ) ) {
|
722 |
return $um_options[$option_id];
|
717 |
*/
|
718 |
function um_get_option($option_id) {
|
719 |
global $ultimatemember;
|
720 |
+
if ( !isset( $ultimatemember->options ) ) return '';
|
721 |
$um_options = $ultimatemember->options;
|
722 |
if ( isset($um_options[$option_id]) && !empty( $um_options[$option_id] ) ) {
|
723 |
return $um_options[$option_id];
|
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.2.
|
7 |
Author: Ultimate Member
|
8 |
Author URI: http://ultimatemember.com/
|
9 |
*/
|
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.2.996
|
7 |
Author: Ultimate Member
|
8 |
Author URI: http://ultimatemember.com/
|
9 |
*/
|
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.2.2
|
9 |
|
10 |
-
Stable Tag: 1.2.
|
11 |
|
12 |
License: GNU Version 2 or Any Later Version
|
13 |
|
@@ -146,6 +146,10 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
|
|
146 |
|
147 |
== Changelog ==
|
148 |
|
|
|
|
|
|
|
|
|
149 |
= 1.2.995: June 11, 2015 =
|
150 |
|
151 |
* New: added required support for WooCommerce extension
|
7 |
Requires at least: 4.1
|
8 |
Tested up to: 4.2.2
|
9 |
|
10 |
+
Stable Tag: 1.2.996
|
11 |
|
12 |
License: GNU Version 2 or Any Later Version
|
13 |
|
146 |
|
147 |
== Changelog ==
|
148 |
|
149 |
+
= 1.2.996: June 11, 2015 =
|
150 |
+
|
151 |
+
* Fixed: php notice causing errors to appear in both frontend and backend
|
152 |
+
|
153 |
= 1.2.995: June 11, 2015 =
|
154 |
|
155 |
* New: added required support for WooCommerce extension
|