- changed version to 2.7.0;

- updated dependencies to 2.7.0;
This commit is contained in:
Mykyta Synelnikov
2023-10-10 18:20:15 +03:00
parent fc0d87de20
commit df47e006d7
17 changed files with 29 additions and 33 deletions
+1 -1
View File
@@ -1400,7 +1400,7 @@ if ( ! class_exists( 'um\core\Builtin' ) ) {
/**
* Filters change metakeys in the blacklist.
*
* @since 2.6.12
* @since 2.7.0
* @hook um_blacklist_fields_hook
*
* @param {array} $blacklist_fields Blacklisted usermeta keys.
+2 -2
View File
@@ -524,7 +524,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
/**
* Print field error.
*
* @since 2.6.12 Added $input_id attribute.
* @since 2.7.0 Added $input_id attribute.
*
* @param string $text
* @param string $input_id
@@ -560,7 +560,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
/**
* Print field notice.
*
* @since 2.6.12 Added $input_id attribute.
* @since 2.7.0 Added $input_id attribute.
*
* @param string $text
* @param string $input_id
+1 -1
View File
@@ -151,7 +151,7 @@ if ( ! class_exists( 'um\core\Rewrite' ) ) {
/**
* Getting the user_id based on the User Profile slug like when Base Permalink setting equals 'user_login'.
*
* @since 2.6.12
* @since 2.7.0
*
* @return bool|int|mixed
*/
+1 -1
View File
@@ -828,7 +828,7 @@ if ( ! class_exists( 'um\core\User' ) ) {
*
* @return {string} User profile slug.
*
* @since 2.6.12
* @since 2.7.0
* @hook um_custom_meta_permalink_base_generate_user_slug
*
* @example <caption>Use base64encode value as user slug.</caption>