Skip to content

Commit

Permalink
release: 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Jul 9, 2024
1 parent 0e73efe commit a0a5b02
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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))

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Auth0, Inc. <[email protected]> (https://auth0.com)
Copyright (c) 2024 Auth0, Inc. <[email protected]> (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
Expand Down
4 changes: 2 additions & 2 deletions WP_Auth0.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__);
Expand Down
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit a0a5b02

Please sign in to comment.