Changeset 2995459
- Timestamp:
- 11/13/2023 11:26:03 PM (2 years ago)
- Location:
- hello-login/trunk
- Files:
-
- 1 deleted
- 3 edited
-
CHANGELOG.md (deleted)
-
hello-login.php (modified) (2 diffs)
-
languages/hello-login.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hello-login/trunk/hello-login.php
r2954599 r2995459 17 17 * Plugin URI: https://github.com/hellocoop/wordpress 18 18 * Description: Free and simple to setup plugin provides registration and login with the Hellō Wallet. Users choose from popular social login, email, or phone. 19 * Version: 1.5. 219 * Version: 1.5.3 20 20 * Requires at least: 4.9 21 21 * Requires PHP: 7.4 … … 83 83 * @var string 84 84 */ 85 const VERSION = '1.5. 2';85 const VERSION = '1.5.3'; 86 86 87 87 /** -
hello-login/trunk/languages/hello-login.pot
r2954599 r2995459 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Hellō Login 1.5. 2\n"5 "Project-Id-Version: Hellō Login 1.5.3\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://github.com/hellocoop/wordpress/issues\n" -
hello-login/trunk/readme.txt
r2954599 r2995459 4 4 Tags: security, login, oauth2, openidconnect, apps, authentication, sso 5 5 Requires at least: 4.9 6 Tested up to: 6. 37 Stable tag: 1.5. 26 Tested up to: 6.4 7 Stable tag: 1.5.3 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 89 89 90 90 == Changelog == 91 92 = 1.5.3 = 93 94 * Improvement: WordPress 6.4 support 91 95 92 96 = 1.5.2 =
Note: See TracChangeset
for help on using the changeset viewer.