Skip to content

Commit

Permalink
1.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Stiofan committed Dec 12, 2024
1 parent 54854ab commit 83d0bdd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion admin/settings/class-user-types.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) ) {
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions userswp.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -24,7 +24,7 @@
}

if ( ! defined( 'USERSWP_VERSION' ) ) {
define( 'USERSWP_VERSION', '1.2.23' );
define( 'USERSWP_VERSION', '1.2.24' );
}

if ( ! defined( 'USERSWP_PATH' ) ) {
Expand Down

0 comments on commit 83d0bdd

Please sign in to comment.