diff --git a/README.md b/README.md index 93a10630..90002fd9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ GNU Version 2 or Any Later Version ## Releases -[Official Release Version: 2.3.0](https://github.com/ultimatemember/ultimatemember/releases/tag/2.3.0). +[Official Release Version: 2.3.1](https://github.com/ultimatemember/ultimatemember/releases/tag/2.3.1). ## Changelog diff --git a/readme.txt b/readme.txt index 0d1e990e..0499a489 100644 --- a/readme.txt +++ b/readme.txt @@ -161,12 +161,20 @@ The plugin works with popular caching plugins by automatically excluding Ultimat - Added: wp-admin notice on the Settings page when settings have been changed (#963) - Added: WP Blocks restriction settings for the blocks (templates/nav-menu) on the FSE pages + - Added: UM-specific query_var for UM additional Users_Query on users.php screen in wp-admin. `um_custom_user_query` = true + - Added: Ability for dropdown.js to use it inside parent wrapper (not only document.body) + - Changed: Using WP Cron schedules. Un-schedule events after plugin deactivation + - Removed: `um_check_extensions_licenses` and replaced it to `um_daily_scheduled_events` event * Bugfixes: - Fixed: "Can user edit this field?" fields' option for the file/image upload field-types (#958) - Fixed: Using uppercase symbols in the "Blocked Email Addresses" and "Blacklist Words" blacklists settings (#962) + - Fixed: PHP warning related to the Ultimate Member custom fields without type - Fixed: Some typos in the labels (#975) + - Fixed: UX issue with wrong text on the admin notice about upgrade + - Fixed: UX issue with Blacklist Words and Blocked Email settings labels. Added a small description about per line separation (#962) + - Fixed: Sorting the Extensions settings sections = 2.3.0: December 20, 2021 = diff --git a/ultimate-member.php b/ultimate-member.php index ac5acc28..2ac1bd34 100644 --- a/ultimate-member.php +++ b/ultimate-member.php @@ -3,7 +3,7 @@ Plugin Name: Ultimate Member Plugin URI: http://ultimatemember.com/ Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress -Version: 2.3.1-beta1 +Version: 2.3.1 Author: Ultimate Member Author URI: http://ultimatemember.com/ Text Domain: ultimate-member