- 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
+2 -2
View File
@@ -2044,7 +2044,7 @@ if ( ! class_exists( 'um\admin\Admin' ) ) {
}
/**
* @since 2.6.12
* @since 2.7.0
*
* @return Enqueue
*/
@@ -2080,7 +2080,7 @@ if ( ! class_exists( 'um\admin\Admin' ) ) {
}
/**
* @since 2.6.12
* @since 2.7.0
*
* @return Site_Health
*/
+1 -1
View File
@@ -459,7 +459,7 @@ final class Enqueue extends \um\common\Enqueue {
/**
* Load Fonticons
*
* @depecated 2.6.12
* @depecated 2.7.0
*/
public function load_fonticons() {
}
+1 -1
View File
@@ -82,7 +82,7 @@ class Site_Health {
/**
* Add our data to Site Health information.
*
* @since 2.6.12
* @since 2.7.0
*
* @param array $info The Site Health information.
*