mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 22:54:03 +09:00
- changed version;
This commit is contained in:
@@ -312,7 +312,8 @@ if ( ! class_exists( 'um\core\Form' ) ) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the errors as a WordPress Error object
|
* Return the errors as a WordPress Error object
|
||||||
* @return WP_Error
|
*
|
||||||
|
* @return \WP_Error
|
||||||
*/
|
*/
|
||||||
function get_wp_error() {
|
function get_wp_error() {
|
||||||
$wp_error = new \WP_Error();
|
$wp_error = new \WP_Error();
|
||||||
|
|||||||
@@ -155,6 +155,12 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
|
|||||||
* To learn more about version 2.1 please see this [docs](https://docs.ultimatemember.com/article/1512-upgrade-2-1-0)
|
* To learn more about version 2.1 please see this [docs](https://docs.ultimatemember.com/article/1512-upgrade-2-1-0)
|
||||||
* UM2.1+ is a significant update to the Member Directories' code base from 2.0.x. Please make sure you take a full-site backup with restore point before updating the plugin
|
* UM2.1+ is a significant update to the Member Directories' code base from 2.0.x. Please make sure you take a full-site backup with restore point before updating the plugin
|
||||||
|
|
||||||
|
= 2.2.4: September xx, 2021 =
|
||||||
|
|
||||||
|
* Bugfixes:
|
||||||
|
|
||||||
|
- Fixed: Handling the login form errors via \WP_Error
|
||||||
|
|
||||||
= 2.2.3: August 25, 2021 =
|
= 2.2.3: August 25, 2021 =
|
||||||
|
|
||||||
* Enhancements:
|
* Enhancements:
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
Plugin Name: Ultimate Member
|
Plugin Name: Ultimate Member
|
||||||
Plugin URI: http://ultimatemember.com/
|
Plugin URI: http://ultimatemember.com/
|
||||||
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
|
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
|
||||||
Version: 2.2.3
|
Version: 2.2.4-alpha
|
||||||
Author: Ultimate Member
|
Author: Ultimate Member
|
||||||
Author URI: http://ultimatemember.com/
|
Author URI: http://ultimatemember.com/
|
||||||
Text Domain: ultimate-member
|
Text Domain: ultimate-member
|
||||||
|
|||||||
Reference in New Issue
Block a user