diff --git a/languages/userswp-en_US.mo b/languages/userswp-en_US.mo index 0fb2eba7..bf5cec3b 100755 Binary files a/languages/userswp-en_US.mo and b/languages/userswp-en_US.mo differ diff --git a/languages/userswp-en_US.po b/languages/userswp-en_US.po index 1a7b622a..51e72425 100644 --- a/languages/userswp-en_US.po +++ b/languages/userswp-en_US.po @@ -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 \n" "Language: en_US\n" diff --git a/readme.txt b/readme.txt index 8eca0d96..9b086ce2 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 diff --git a/userswp.php b/userswp.php index 78a38618..85b7d949 100644 --- a/userswp.php +++ b/userswp.php @@ -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. @@ -24,7 +24,7 @@ } if ( ! defined( 'USERSWP_VERSION' ) ) { - define( 'USERSWP_VERSION', '1.2.49' ); + define( 'USERSWP_VERSION', '1.2.50' ); } if ( ! defined( 'USERSWP_PATH' ) ) { diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 112292e8..763bbdb8 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -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(), @@ -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(),