* release preparations;

This commit is contained in:
Mykyta Synelnikov
2024-11-06 13:36:50 +02:00
parent d6b0002fb4
commit 22f503f733
4 changed files with 7 additions and 2 deletions
+1
View File
@@ -28,6 +28,7 @@
/assets/libs/fontawesome/scss export-ignore /assets/libs/fontawesome/scss export-ignore
/docs export-ignore /docs export-ignore
/tests export-ignore /tests export-ignore
/blocks-src export-ignore
# Files # Files
/.bowerrc export-ignore /.bowerrc export-ignore
+1 -1
View File
@@ -15,8 +15,8 @@
<exclude-pattern>node_modules/*</exclude-pattern> <exclude-pattern>node_modules/*</exclude-pattern>
<exclude-pattern>documentor/*</exclude-pattern> <exclude-pattern>documentor/*</exclude-pattern>
<exclude-pattern>\.idea/*</exclude-pattern> <exclude-pattern>\.idea/*</exclude-pattern>
<exclude-pattern>includes/blocks/*</exclude-pattern>
<exclude-pattern>blocks-src/*</exclude-pattern> <exclude-pattern>blocks-src/*</exclude-pattern>
<exclude-pattern>build/*</exclude-pattern>
<rule ref="WordPress-Extra"/> <rule ref="WordPress-Extra"/>
+4
View File
@@ -168,6 +168,10 @@ IMPORTANT: PLEASE UPDATE THE PLUGIN TO AT LEAST VERSION 2.6.7 IMMEDIATELY. VERSI
= 2.9.0 2024-11-12 = = 2.9.0 2024-11-12 =
**Enhancements**
* Added: Supporting new `wp_register_block_metadata_collection()` function for registering WP Blocks
**Bugfixes** **Bugfixes**
* Fixed: User status filter on wp-admin > Users on mobile devices * Fixed: User status filter on wp-admin > Users on mobile devices
+1 -1
View File
@@ -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.9.0-alpha * Version: 2.9.0-beta
* Author: Ultimate Member * Author: Ultimate Member
* Author URI: http://ultimatemember.com/ * Author URI: http://ultimatemember.com/
* Text Domain: ultimate-member * Text Domain: ultimate-member