Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified languages/userswp-en_US.mo
Binary file not shown.
6 changes: 3 additions & 3 deletions languages/userswp-en_US.po
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
msgid ""
msgstr ""
"Project-Id-Version: UsersWP 1.2.49\n"
"Project-Id-Version: UsersWP 1.2.50\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-26 17:34+0530\n"
"PO-Revision-Date: 2025-11-26 17:34+0530\n"
"POT-Creation-Date: 2025-12-03 12:06+0530\n"
"PO-Revision-Date: 2025-12-03 12:06+0530\n"
"Last-Translator: \n"
"Language-Team: AyeCode Ltd <contact@ayecode.io>\n"
"Language: en_US\n"
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: stiofansisland, paoltaia, ayecode, ismiaini
Donate link: https://www.ko-fi.com/stiofan
Tags: login form, registration, registration form, user profile, user registration, members, membership
Requires at least: 6.1
Tested up to: 6.8
Stable tag: 1.2.49
Tested up to: 6.9
Stable tag: 1.2.50
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.2.50 - 2025-12-03 =
* WordPress v6.9 compatibility check - CHANGED

= 1.2.49 - 2025-11-26 =
* Check nonce while changing the order in register form builder - FIXED/SECURITY

Expand Down
8 changes: 4 additions & 4 deletions userswp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
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.49
Version: 1.2.50
Author: AyeCode Ltd
Author URI: https://userswp.io
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Text Domain: userswp
Domain Path: /languages
Requires at least: 5.0
Tested up to: 6.8
Requires at least: 6.1
Tested up to: 6.9
*/

// If this file is called directly, abort.
Expand All @@ -24,7 +24,7 @@
}

if ( ! defined( 'USERSWP_VERSION' ) ) {
define( 'USERSWP_VERSION', '1.2.49' );
define( 'USERSWP_VERSION', '1.2.50' );
}

if ( ! defined( 'USERSWP_PATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'uswerwp/userswp',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '84526a070fa6b47148a863cd2621937efa32749c',
'reference' => 'ded014d2d3a31b54534b2076e20da34eaa815cdb',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -79,7 +79,7 @@
'uswerwp/userswp' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '84526a070fa6b47148a863cd2621937efa32749c',
'reference' => 'ded014d2d3a31b54534b2076e20da34eaa815cdb',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down