diff --git a/admin/settings/class-user-types.php b/admin/settings/class-user-types.php index 12070b8e..49de7516 100644 --- a/admin/settings/class-user-types.php +++ b/admin/settings/class-user-types.php @@ -249,7 +249,7 @@ public static function update_form( int $form_id ): void { 'form_title', __( 'Title:', 'userswp' ), __( 'Title of the form', 'userswp' ), - ! empty( $current_form['title'] ) ? $current_form['title'] : '', + ! empty( $current_form['title'] ) ? $current_form['title'] : '' ); if ( ! empty( $user_roles ) && is_array( $user_roles ) ) { diff --git a/readme.txt b/readme.txt index 510936ec..59dcd890 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.ko-fi.com/stiofan Tags: login form, registration, registration form, user profile, user registration, members, membership Requires at least: 4.9 Tested up to: 6.7 -Stable tag: 1.2.23 +Stable tag: 1.2.24 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -146,7 +146,7 @@ Yes, you can customize it with Elementor, but also with Gutenberg, Divi, Beaver == Changelog == -= 1.2.23 - 2024-12-12 = += 1.2.24 - 2024-12-12 = * Added JS for better compatibility with AyeCode Connect Captcha - ADDED * User type functionality moved to its own sub menu - CHANGED * Form builder pages now have refreshed UI - CHANGED diff --git a/userswp.php b/userswp.php index bf205532..7f43effe 100644 --- a/userswp.php +++ b/userswp.php @@ -3,7 +3,7 @@ Plugin Name: UsersWP Plugin URI: https://userswp.io/ Description: The only lightweight user profile plugin for WordPress. UsersWP features front end user profile, users directory, a registration and a login form. -Version: 1.2.23 +Version: 1.2.24 Author: AyeCode Ltd Author URI: https://userswp.io License: GPL-2.0+ @@ -24,7 +24,7 @@ } if ( ! defined( 'USERSWP_VERSION' ) ) { - define( 'USERSWP_VERSION', '1.2.23' ); + define( 'USERSWP_VERSION', '1.2.24' ); } if ( ! defined( 'USERSWP_PATH' ) ) {