Skip to content

Commit

Permalink
Merge pull request #726 from wpdev10/master
Browse files Browse the repository at this point in the history
Releasing update 1.2.3.24
  • Loading branch information
wpdev10 committed Nov 8, 2023
2 parents 626faa9 + a1d04d4 commit a001e9a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
Binary file modified languages/userswp-en_US.mo
Binary file not shown.
4 changes: 2 additions & 2 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.3.23\n"
"Project-Id-Version: UsersWP 1.2.3.24\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-01 13:13+0530\n"
"PO-Revision-Date: 2023-11-01 13:13+0530\n"
"PO-Revision-Date: 2023-11-08 17:02+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: 4.9
Tested up to: 6.3
Stable tag: 1.2.3.23
Tested up to: 6.4
Stable tag: 1.2.3.24
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.2.3.24 =
* Tested up to WP version 6.4 - CHANGED

= 1.2.3.23 =
* Super Duper updated to v1.1.28 - UPDATED
* FontAwesome package updated to v1.1.6 - UPDATED
Expand Down
6 changes: 3 additions & 3 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.3.23
Version: 1.2.3.24
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: 4.9
Tested up to: 6.3
Tested up to: 6.4
*/

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

if ( ! defined( 'USERSWP_VERSION' ) ) {
define( 'USERSWP_VERSION', '1.2.3.23' );
define( 'USERSWP_VERSION', '1.2.3.24' );
}

if ( ! defined( 'USERSWP_PATH' ) ) {
Expand Down

0 comments on commit a001e9a

Please sign in to comment.