diff --git a/languages/userswp-en_US.mo b/languages/userswp-en_US.mo index 41f15f6c..c22dbfbc 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 0347f963..aad4a47c 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.16\n" +"Project-Id-Version: UsersWP 1.2.17\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-01 21:50+0530\n" -"PO-Revision-Date: 2024-08-01 21:50+0530\n" +"POT-Creation-Date: 2024-08-29 22:46+0530\n" +"PO-Revision-Date: 2024-08-29 22:46+0530\n" "Last-Translator: \n" "Language-Team: AyeCode Ltd \n" "Language: en_US\n" diff --git a/readme.txt b/readme.txt index 585a462e..aefa23e6 100644 --- a/readme.txt +++ b/readme.txt @@ -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.6 -Stable tag: 1.2.16 +Stable tag: 1.2.17 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -146,7 +146,7 @@ Yes, you can customize it with Elementor, but also with Gutenberg, Divi, Beaver == Changelog == -= 1.2.17 = += 1.2.17 - 2024-08-29 = * Fix warning mb_convert_encoding is deprecated in PHP 8.2 - Fixed = 1.2.16 - 2024-08-01 = diff --git a/userswp.php b/userswp.php index a49011b8..a21e2c8d 100644 --- a/userswp.php +++ b/userswp.php @@ -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.16 +Version: 1.2.17 Author: AyeCode Ltd Author URI: https://userswp.io License: GPL-2.0+ @@ -24,7 +24,7 @@ } if ( ! defined( 'USERSWP_VERSION' ) ) { - define( 'USERSWP_VERSION', '1.2.16' ); + define( 'USERSWP_VERSION', '1.2.17' ); } if ( ! defined( 'USERSWP_PATH' ) ) {