Plugin Directory

Changeset 2995459


Ignore:
Timestamp:
11/13/2023 11:26:03 PM (2 years ago)
Author:
marius1hello
Message:

adding version 1.5.3 with support for WordPress 6.4

Location:
hello-login/trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • hello-login/trunk/hello-login.php

    r2954599 r2995459  
    1717 * Plugin URI:        https://github.com/hellocoop/wordpress
    1818 * 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.2
     19 * Version:           1.5.3
    2020 * Requires at least: 4.9
    2121 * Requires PHP:      7.4
     
    8383     * @var string
    8484     */
    85     const VERSION = '1.5.2';
     85    const VERSION = '1.5.3';
    8686
    8787    /**
  • hello-login/trunk/languages/hello-login.pot

    r2954599 r2995459  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Hellō Login 1.5.2\n"
     5"Project-Id-Version: Hellō Login 1.5.3\n"
    66"Report-Msgid-Bugs-To: "
    77"https://github.com/hellocoop/wordpress/issues\n"
  • hello-login/trunk/readme.txt

    r2954599 r2995459  
    44Tags: security, login, oauth2, openidconnect, apps, authentication, sso
    55Requires at least: 4.9
    6 Tested up to: 6.3
    7 Stable tag: 1.5.2
     6Tested up to: 6.4
     7Stable tag: 1.5.3
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    8989
    9090== Changelog ==
     91
     92= 1.5.3 =
     93
     94* Improvement: WordPress 6.4 support
    9195
    9296= 1.5.2 =
Note: See TracChangeset for help on using the changeset viewer.