Skip to content

Commit

Permalink
Merge pull request #69 from kprajapatii/master
Browse files Browse the repository at this point in the history
1.4.0
  • Loading branch information
kprajapatii authored Oct 29, 2024
2 parents af57591 + bc85a02 commit 2eead8a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
Binary file modified languages/uwp-social-en_US.mo
Binary file not shown.
10 changes: 5 additions & 5 deletions languages/uwp-social-en_US.po
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
msgid ""
msgstr ""
"Project-Id-Version: UsersWP - Social 1.3.26\n"
"Project-Id-Version: UsersWP - Social 1.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-22 14:36+0530\n"
"PO-Revision-Date: 2024-07-22 14:36+0530\n"
"POT-Creation-Date: 2024-10-29 19:38+0530\n"
"PO-Revision-Date: 2024-10-29 19:38+0530\n"
"Last-Translator: \n"
"Language-Team: AyeCode Ltd <contact@ayecode.io>\n"
"Language: en_US\n"
Expand All @@ -15,7 +15,7 @@ msgstr ""
"_nx:1,2;_x;_ex;esc_attr_e;esc_attr__\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Generator: Poedit 3.3.2\n"
"X-Generator: Poedit 3.5\n"
"X-Poedit-SearchPath-0: .\n"

#: admin/class-uwp-settings-social.php:27
Expand Down Expand Up @@ -647,7 +647,7 @@ msgstr ""
msgid "Back to home"
msgstr ""

#: uwp-social.php:36
#: uwp-social.php:37
#, php-format
msgid "%s requires %sUsersWP%s plugin to be installed and active."
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://userswp.io/
Tags: social login, facebook login, google login, twitter login, linkedIn login, vkontakte login, woocommerce login, facebook, twitter, google, social network login, social plugin, userswp
Requires at least: 4.9
Tested up to: 6.6
Stable tag: 1.3.27
Stable tag: 1.4.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -44,7 +44,7 @@ No questions so far, but don't hesitate to ask!

== Changelog ==

= 1.4.0 - TBD =
= 1.4.0 - 2024-10-29 =
* Login redirect should prompt to choose Google account - CHANGED

= 1.3.27 =
Expand Down
5 changes: 3 additions & 2 deletions uwp-social.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@
Plugin Name: UsersWP - Social Login
Plugin URI: https://userswp.io/
Description: Social login add-on for UsersWP.
Version: 1.3.27
Version: 1.4.0
Author: AyeCode Ltd
Author URI: https://userswp.io
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Requires Plugins: userswp
Text Domain: uwp-social
Domain Path: /languages
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;

define( 'UWP_SOCIAL_VERSION', '1.3.27' );
define( 'UWP_SOCIAL_VERSION', '1.4.0' );

define( 'UWP_SOCIAL_PATH', plugin_dir_path( __FILE__ ) );

Expand Down

0 comments on commit 2eead8a

Please sign in to comment.