Skip to content

Commit a0a5b02

Browse files
committed
release: 4.6.1
1 parent 0e73efe commit a0a5b02

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [4.6.1](https://github.com/auth0/wp-auth0/tree/4.6.1) (2024-07-08)
4+
5+
[Full Changelog](https://github.com/auth0/wp-auth0/compare/4.6.0...4.6.1)
6+
7+
**Changed**
8+
9+
- Tested against WordPress 6.5.5 w/ PHP 8.3.
10+
- Improved translated string handling.
11+
12+
**Fixed**
13+
14+
- Resolved issue with `?wle` parameter handling.
15+
316
## [4.6.0](https://github.com/auth0/wp-auth0/tree/4.6.0) (2024-01-11)
417

518
[Full Changelog](https://github.com/auth0/wp-auth0/compare/4.5.0...4.6.0)
@@ -9,6 +22,7 @@
922
- Add support for Wordpress 'reauth' [\#877](https://github.com/auth0/wordpress/pull/877) ([PeterGFernandez](https://github.com/PeterGFernandez))
1023

1124
**Changed**
25+
1226
- PHP 8.0+ compatibility improvements [\#878](https://github.com/auth0/wordpress/pull/878) ([PeterGFernandez](https://github.com/PeterGFernandez))
1327
- Remove Initial Setup Wizard [\#886](https://github.com/auth0/wordpress/pull/886) ([evansims](https://github.com/evansims))
1428

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2023 Auth0, Inc. <[email protected]> (https://auth0.com)
3+
Copyright (c) 2024 Auth0, Inc. <[email protected]> (https://auth0.com)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

WP_Auth0.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
* Plugin Name: Login by Auth0
55
* Plugin URL: https://github.com/auth0/wordpress
66
* Description: Login by Auth0 provides improved username/password login, passwordless login, social login, multi-factor authentication, and single sign-on for all your sites.
7-
* Version: 4.6.0
7+
* Version: 4.6.1
88
* Author: Auth0
99
* Author URI: https://auth0.com
1010
* Text Domain: wp-auth0
1111
*/
1212

13-
define('WPA0_VERSION', '4.6.0');
13+
define('WPA0_VERSION', '4.6.1');
1414
define('AUTH0_DB_VERSION', 23);
1515

1616
define('WPA0_PLUGIN_FILE', __FILE__);

readme.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
=== Login by Auth0 ===
22
Tags: authentication, security, multi-factor, single sign-on, social, passwordless, mfa, 2fa, sso, oauth2, openid, saml
3-
Tested up to: 6.4.2
4-
Requires at least: 6.4.2
3+
Tested up to: 6.5.5
4+
Requires at least: 6.5.5
55
Requires PHP: 7.4
66
License: MIT
77
License URI: https://github.com/auth0/wp-auth0/blob/4.x/LICENSE
8-
Stable tag: 4.6.0
9-
Contributors: auth0, auth0josh, evansims
8+
Stable tag: 4.6.1
9+
Contributors: auth0, evansims
1010

1111
Login by Auth0 provides improved username/password login, Passwordless login, Social login and Single Sign On for all your sites.
1212

0 commit comments

Comments
 (0)