diff --git a/CHANGELOG.md b/CHANGELOG.md index bedfebda..faf395e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [4.6.1](https://github.com/auth0/wp-auth0/tree/4.6.1) (2024-07-08) + +[Full Changelog](https://github.com/auth0/wp-auth0/compare/4.6.0...4.6.1) + +**Changed** + +- Tested against WordPress 6.5.5 w/ PHP 8.3. +- Improved translated string handling. + +**Fixed** + +- Resolved issue with `?wle` parameter handling. + ## [4.6.0](https://github.com/auth0/wp-auth0/tree/4.6.0) (2024-01-11) [Full Changelog](https://github.com/auth0/wp-auth0/compare/4.5.0...4.6.0) @@ -9,6 +22,7 @@ - Add support for Wordpress 'reauth' [\#877](https://github.com/auth0/wordpress/pull/877) ([PeterGFernandez](https://github.com/PeterGFernandez)) **Changed** + - PHP 8.0+ compatibility improvements [\#878](https://github.com/auth0/wordpress/pull/878) ([PeterGFernandez](https://github.com/PeterGFernandez)) - Remove Initial Setup Wizard [\#886](https://github.com/auth0/wordpress/pull/886) ([evansims](https://github.com/evansims)) diff --git a/LICENSE b/LICENSE index 153b00b8..49be35ee 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2023 Auth0, Inc. (https://auth0.com) +Copyright (c) 2024 Auth0, Inc. (https://auth0.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/WP_Auth0.php b/WP_Auth0.php index f330785a..aecf46de 100644 --- a/WP_Auth0.php +++ b/WP_Auth0.php @@ -4,13 +4,13 @@ * Plugin Name: Login by Auth0 * Plugin URL: https://github.com/auth0/wordpress * Description: Login by Auth0 provides improved username/password login, passwordless login, social login, multi-factor authentication, and single sign-on for all your sites. - * Version: 4.6.0 + * Version: 4.6.1 * Author: Auth0 * Author URI: https://auth0.com * Text Domain: wp-auth0 */ -define('WPA0_VERSION', '4.6.0'); +define('WPA0_VERSION', '4.6.1'); define('AUTH0_DB_VERSION', 23); define('WPA0_PLUGIN_FILE', __FILE__); diff --git a/readme.txt b/readme.txt index 8cd713d7..434e3121 100644 --- a/readme.txt +++ b/readme.txt @@ -1,12 +1,12 @@ === Login by Auth0 === Tags: authentication, security, multi-factor, single sign-on, social, passwordless, mfa, 2fa, sso, oauth2, openid, saml -Tested up to: 6.4.2 -Requires at least: 6.4.2 +Tested up to: 6.5.5 +Requires at least: 6.5.5 Requires PHP: 7.4 License: MIT License URI: https://github.com/auth0/wp-auth0/blob/4.x/LICENSE -Stable tag: 4.6.0 -Contributors: auth0, auth0josh, evansims +Stable tag: 4.6.1 +Contributors: auth0, evansims Login by Auth0 provides improved username/password login, Passwordless login, Social login and Single Sign On for all your sites.