Changeset 2995463
- Timestamp:
- 11/14/2023 12:00:54 AM (2 years ago)
- Location:
- hello-login/trunk
- Files:
-
- 3 edited
-
hello-login.php (modified) (2 diffs)
-
languages/hello-login.pot (modified) (1 diff)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hello-login/trunk/hello-login.php
r2995459 r2995463 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. 319 * Version: 1.5.4 20 20 * Requires at least: 4.9 21 21 * Requires PHP: 7.4 … … 83 83 * @var string 84 84 */ 85 const VERSION = '1.5. 3';85 const VERSION = '1.5.4'; 86 86 87 87 /** -
hello-login/trunk/languages/hello-login.pot
r2995459 r2995463 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Hellō Login 1.5. 3\n"5 "Project-Id-Version: Hellō Login 1.5.4\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://github.com/hellocoop/wordpress/issues\n" -
hello-login/trunk/readme.txt
r2995459 r2995463 5 5 Requires at least: 4.9 6 6 Tested up to: 6.4 7 Stable tag: 1.5. 37 Stable tag: 1.5.4 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 22 22 * Hellō Login installs with Hellō Quickstart to get you up and running in 7 clicks. 23 23 * Users manage how they login at [wallet.hello.coop](https://wallet.hello.coop). No need for you to manage how they login or help them recover their account. 24 * Hellō Login is free for users and early adopting sites. See [hello.coop](https://www.hello.coop/) for details.24 * Hellō Login uses the Hellō service, which provides login and verified email for free. See [hello.dev/pricing](https://www.hello.dev/pricing/) for details. 25 25 26 26 Documentation, configuration, and settings can be found in Settings > Hellō Login … … 62 62 = How does Hellō make money? = 63 63 64 The Hellō business model is to charge sites a few cents for each new verified claim the user provides to a site, such as a phone number and in the future claims such as a professional certification. 65 66 = Why is Hellō free to sites now? = 67 68 While we are building out the network, we are not charging sites for verified claims and rewarding early adopters of Hellō with credits for bringing users to Hellō. 64 Hellō has a freemium business model where basic claims such as login, verified email, and profile data is free. In the future we will have premium claims such as verified name, age, citizenship, residency, affiliations, and entitlements. 69 65 70 66 = How can I change the image for my site? = … … 90 86 == Changelog == 91 87 88 = 1.5.4 = 89 90 * Improvement: clarifications regarding business model 91 92 92 = 1.5.3 = 93 93 … … 105 105 = 1.5.0 = 106 106 107 * Improvement: Tabbed Settings page107 * Improvement: tabbed Settings page 108 108 109 109 = 1.4.1 =
Note: See TracChangeset
for help on using the changeset viewer.