== Changelog ==

= 1.5.13 =

* Fix the `WooCommerce Account Details Link Wallet Form` setting availability
* Fix CSS files loading and display
* Fix settings usage

= 1.5.12 =

* The `[ethpress_link_button]` shortcode is added
* Buttons labels text settings is added
* WooCommerce Account Details show Link Wallet button setting is added
* The `Redirect URL` setting is added to set an URL of a page to redirect after a successful login

= 1.5.11 =

* Add-ons prices display fix

= 1.5.10 =

* Fix standard settings saving

= 1.5.9 =

* Settings update hook extended for better addons support

= 1.5.8 =

* Options page logic refactored for better addons support

= 1.5.7 =

* The `ethpress_options_update` filter added to update settings in addons

= 1.5.6 =

* Fix tab switching

= 1.5.5 =

* Settings tabs support for addons settings integration

= 1.5.4 =

* Default Role other that “subscriber” in multisite
* The Ledger wallet connect fix

= 1.5.3 =

* The “Register” buttons are not offered if the Administration > Settings > General > Membership: Anyone can register box is not checked.
* Warning on the settings page is also shown in this case.
* Security fixes

= 1.5.2 =

* Fix for the address access error when the address was not found

= 1.5.1 =

* New freemius.com library version

= 1.5.0 =

* The `ethpress_linked` hook is added.

= 1.4.0 =

* Managed WalletConnect bridge used
* `wp_usermeta` table usage instead of the `wp_ethpress_addresses`
* The `[ethpress_account]` shortcode is added

= 1.3.0 =

* EthPress register button on a WooCommerce Register Form
* EthPress register button on a WooCommerce Checkout page

= 1.2.2 =

* Affiliation program enabled

= 1.2.1 =

* Activation hook namespace usage fix

= 1.2.0 =

* freemius.com based licensing
* New Managed Verification Service API URL
* EthPress login button on a WooCommerce Login Form

= 1.1.1 =

Released 8/2021.

No longer taking the minimum of nonce lifetimes for the login nonce, instead the lifetime is static 5min.

= 1.1.0 =

Released 8/2021.

Updated WalletConnect libraries.

No longer removing database table on plugin uninstall.

Added Spanish translations (made by a contributor, forgot who).

= 1.0.3 =

Released 10/2020.

Another css fix on the z-index.

= 1.0.2 =

Released 9/2020.

Updated z-index and font color on modal.

= 1.0.1 =

Released 9/2020.

Little bug fix with address deletion.

The dialog now holds a span element instead of h2.

= 1.0.0 =

Released 8/2020.

Removed trust wallet deep link.

Changed walletconnect to show QR in the Account Linker, every time.

Releasing premium plugins, to fund development! Visit [ethpress.imlynn.xyz](https://ethpress.imlynn.xyz).

= 0.7.0 =

Released 8/2020.

Added a Widget.

The widget has an extra feature compared to the shortcode. The widget allows users to link more addresses to their account. You should prefer the widget over the shortcode now.

The new EthPress widget was added to the profile.php landing page.

If you've disabled registration by unchecking Settings->General->"Anyone can register", then EthPress will no longer register new users automatically. This was not the case before.

= 0.6.0 =

Released 4/2020.

Added PHP versions for signature recovery. It requires one of php-gmp or php-bcmath extensions. The JavaScript way still exists, but the PHP way is now preferred.

Added method for telling which login method user used.

= 0.5.0 =

Released 2/2020.

Added WalletConnect support.

Added shortcode `[ethpress_login_button]`.

Changed the login flow. Login button now opens a modal.

Removed events from javascript. Since the modal, events are quite useless.

= 0.4.0 =

Released 11/2019.

Added Trust Wallet support and a deep link. Deeplinks can be printed with `echo \losnappas\Ethpress\TrustWallet::get_deeplink();`.

= 0.3.0 =

Released 9/2019.

Added events to javascript. You can now use `ethpress.on('status', console.log)`.

Added options page and changed from wp_options to wp_site_meta for multisite, so all sites use same options.

= 0.2.4 =

Released 7/2019.

Added multisite support.

Added better instructions for wp_login_form.

Modified database table from `{$wpdb->prefix}` to `{$wpdb->base_prefix}` for multisite support. Single site should see no difference here.

= 0.1.0 =

Initial release 6/2019.

== Upgrade Notice ==

= 0.7.0 =

Breaking: style changes to dialog, disabled registration now prevents EthPress registrations.

= 0.6.0 =

There is now a PHP version of signature verifications, which is preferred over the JavaScript version, where possible. If you modified and had relied on JavaScript to do something *besides* the verification, you might need to take action. Otherwise, as you were.

= 0.5.0 =

The login button now pops open a modal, causing changes to UX, be sure to check.

JavaScript events `ethpress.on` have been REMOVED.

= 0.4.0 =

* Added Trust Wallet support and a deep link to login screen.
* Multisite: EthPress options are now shared between all sites. Make sure you re-check them before/after if you've changed them.
