Skip to content

Commit e7c1ca7

Browse files
authored
Merge pull request #822 from kprajapatii/master
1.2.35
2 parents babe1a3 + 541b7fb commit e7c1ca7

14 files changed

Lines changed: 132 additions & 51 deletions

File tree

assets/js/users-wp.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,9 @@ function uwp_modal_forgot_password_form_process(){
680680
if(data.success){
681681
$button.html($button_text).prop('disabled', true);// remove spinner
682682
jQuery('.uwp-auth-modal .modal-content .modal-error').html(data.data);
683+
setTimeout(function(){
684+
jQuery('.uwp-auth-modal').modal('hide');
685+
}, 2000);
683686
}else if(data.success===false){
684687
jQuery('.uwp-auth-modal .modal-content .modal-error').html(data.data);
685688
$button.html($button_text).prop('disabled', false);// enable submit

assets/js/users-wp.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

languages/userswp-en_US.mo

0 Bytes
Binary file not shown.

languages/userswp-en_US.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
msgid ""
22
msgstr ""
3-
"Project-Id-Version: UsersWP 1.2.34\n"
3+
"Project-Id-Version: UsersWP 1.2.35\n"
44
"Report-Msgid-Bugs-To: \n"
5-
"POT-Creation-Date: 2025-05-01 19:05+0530\n"
6-
"PO-Revision-Date: 2025-05-01 19:05+0530\n"
5+
"POT-Creation-Date: 2025-06-12 19:38+0530\n"
6+
"PO-Revision-Date: 2025-06-12 19:38+0530\n"
77
"Last-Translator: \n"
88
"Language-Team: AyeCode Ltd <contact@ayecode.io>\n"
99
"Language: en_US\n"
@@ -4397,11 +4397,11 @@ msgstr ""
43974397
msgid "Sort By"
43984398
msgstr ""
43994399

4400-
#: templates/bootstrap/users-actions.php:112
4401-
#: templates/bootstrap/users-actions.php:119
4402-
#: templates/bootstrap/users-actions.php:126
4403-
#: templates/bootstrap/users-actions.php:133
4404-
#: templates/bootstrap/users-actions.php:140 templates/users-actions.php:23
4400+
#: templates/bootstrap/users-actions.php:120
4401+
#: templates/bootstrap/users-actions.php:128
4402+
#: templates/bootstrap/users-actions.php:136
4403+
#: templates/bootstrap/users-actions.php:144
4404+
#: templates/bootstrap/users-actions.php:152 templates/users-actions.php:23
44054405
#: templates/users-actions.php:24 templates/users-actions.php:25
44064406
#: templates/users-actions.php:26
44074407
#, php-format

readme.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.ko-fi.com/stiofan
44
Tags: login form, registration, registration form, user profile, user registration, members, membership
55
Requires at least: 5.0
66
Tested up to: 6.8
7-
Stable tag: 1.2.34
7+
Stable tag: 1.2.35
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -146,7 +146,8 @@ Yes, you can customize it with Elementor, but also with Gutenberg, Divi, Beaver
146146

147147
== Changelog ==
148148

149-
= 1.2.35 - 2025-06-TBD =
149+
= 1.2.35 - 2025-06-12 =
150+
* Close forget password popup after successful form submission - FIXED
150151
* Add nofollow attribute to sorting dropdown links - CHANGED
151152

152153
= 1.2.34 - 2025-05-01 =

userswp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: UsersWP
44
Plugin URI: https://userswp.io/
55
Description: The only lightweight user profile plugin for WordPress. UsersWP features front end user profile, users directory, a registration and a login form.
6-
Version: 1.2.34
6+
Version: 1.2.35
77
Author: AyeCode Ltd
88
Author URI: https://userswp.io
99
License: GPL-2.0+
@@ -24,7 +24,7 @@
2424
}
2525

2626
if ( ! defined( 'USERSWP_VERSION' ) ) {
27-
define( 'USERSWP_VERSION', '1.2.34' );
27+
define( 'USERSWP_VERSION', '1.2.35' );
2828
}
2929

3030
if ( ! defined( 'USERSWP_PATH' ) ) {

vendor/ayecode/wp-ayecode-ui/ayecode-ui-loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
add_action('after_setup_theme', function () {
1717
global $ayecode_ui_version,$ayecode_ui_file_key;
18-
$this_version = "0.2.36";
18+
$this_version = "0.2.37";
1919
if(empty($ayecode_ui_version) || version_compare($this_version , $ayecode_ui_version, '>')){
2020
$ayecode_ui_version = $this_version ;
2121
$ayecode_ui_file_key = wp_hash( __FILE__ );

vendor/ayecode/wp-ayecode-ui/change-log.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
= 0.2.37 - 2025-06-12 =
2+
* Prevent running a query on every page load when not required - CHANGED
3+
14
= 0.2.36 - 2025-05-01 =
25
* WP 6.8 changed editor params and scroll page detector not working for fixed menu items color change - FIXED
36

vendor/ayecode/wp-ayecode-ui/example-plugin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
Plugin Name: AyeCode UI
44
Plugin URI: https://ayecode.io/
55
Description: This is an example plugin to test AyeCode UI Quickly.
6-
Version: 0.2.36
6+
Version: 0.2.37
77
Author: AyeCode Ltd
88
Author URI: https://userswp.io
99
License: GPL-2.0+
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1111
Text Domain: ayecode-ui
1212
Domain Path: /languages
13-
Requires at least: 4.9
14-
Tested up to: 6.7
13+
Requires at least: 5.0
14+
Tested up to: 6.8
1515
*/
1616

1717
// If this file is called directly, abort.

vendor/ayecode/wp-ayecode-ui/includes/ayecode-ui-settings.php

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class AyeCode_UI_Settings {
3535
*
3636
* @var string
3737
*/
38-
public $version = '0.2.36';
38+
public $version = '0.2.37';
3939

4040
/**
4141
* Class textdomain.
@@ -855,14 +855,16 @@ public function show_admin_version_notice(){
855855
* @return array The array of settings.
856856
*/
857857
public function get_settings() {
858-
859858
$db_settings = get_option( 'ayecode-ui-settings' );
860859

861-
// Maybe show default version notice
862-
$site_install_date = new DateTime( self::get_site_install_date() );
863-
$switch_over_date = new DateTime("2024-02-01");
864-
if ( empty( $db_settings ) && $site_install_date < $switch_over_date ) {
865-
add_action( 'admin_notices', array( $this, 'show_admin_version_notice' ) );
860+
// Maybe show default version notice
861+
if ( empty( $db_settings ) ) {
862+
$site_install_date = new DateTime( self::get_site_install_date() );
863+
$switch_over_date = new DateTime( "2024-02-01" );
864+
865+
if ( $site_install_date < $switch_over_date ) {
866+
add_action( 'admin_notices', array( $this, 'show_admin_version_notice' ) );
867+
}
866868
}
867869

868870
$js_default = 'core-popper';

0 commit comments

Comments
 (0)