mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
* release preparations;
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"/>
|
||||||
|
|
||||||
|
|||||||
@@ -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
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user