Skip to content

Commit 696ceb9

Browse files
authored
Merge pull request #866 from wpdev10/master
Releasing update 1.2.50
2 parents 827a977 + 9065fe8 commit 696ceb9

5 files changed

Lines changed: 14 additions & 11 deletions

File tree

languages/userswp-en_US.mo

0 Bytes
Binary file not shown.

languages/userswp-en_US.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
msgid ""
22
msgstr ""
3-
"Project-Id-Version: UsersWP 1.2.49\n"
3+
"Project-Id-Version: UsersWP 1.2.50\n"
44
"Report-Msgid-Bugs-To: \n"
5-
"POT-Creation-Date: 2025-11-26 17:34+0530\n"
6-
"PO-Revision-Date: 2025-11-26 17:34+0530\n"
5+
"POT-Creation-Date: 2025-12-03 12:06+0530\n"
6+
"PO-Revision-Date: 2025-12-03 12:06+0530\n"
77
"Last-Translator: \n"
88
"Language-Team: AyeCode Ltd <contact@ayecode.io>\n"
99
"Language: en_US\n"

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: stiofansisland, paoltaia, ayecode, ismiaini
33
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: 6.1
6-
Tested up to: 6.8
7-
Stable tag: 1.2.49
6+
Tested up to: 6.9
7+
Stable tag: 1.2.50
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -152,6 +152,9 @@ Yes, you can customize it with Elementor, but also with Gutenberg, Divi, Beaver
152152

153153
== Changelog ==
154154

155+
= 1.2.50 - 2025-12-03 =
156+
* WordPress v6.9 compatibility check - CHANGED
157+
155158
= 1.2.49 - 2025-11-26 =
156159
* Check nonce while changing the order in register form builder - FIXED/SECURITY
157160

userswp.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
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.49
6+
Version: 1.2.50
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: userswp
1212
Domain Path: /languages
13-
Requires at least: 5.0
14-
Tested up to: 6.8
13+
Requires at least: 6.1
14+
Tested up to: 6.9
1515
*/
1616

1717
// If this file is called directly, abort.
@@ -24,7 +24,7 @@
2424
}
2525

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

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

vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'uswerwp/userswp',
44
'pretty_version' => 'dev-master',
55
'version' => 'dev-master',
6-
'reference' => '84526a070fa6b47148a863cd2621937efa32749c',
6+
'reference' => 'ded014d2d3a31b54534b2076e20da34eaa815cdb',
77
'type' => 'project',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -79,7 +79,7 @@
7979
'uswerwp/userswp' => array(
8080
'pretty_version' => 'dev-master',
8181
'version' => 'dev-master',
82-
'reference' => '84526a070fa6b47148a863cd2621937efa32749c',
82+
'reference' => 'ded014d2d3a31b54534b2076e20da34eaa815cdb',
8383
'type' => 'project',
8484
'install_path' => __DIR__ . '/../../',
8585
'aliases' => array(),

0 commit comments

Comments
 (0)