Skip to content

Commit 56a0ceb

Browse files
authored
Release 4.5.0 (#866)
1 parent f1040a6 commit 56a0ceb

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## [4.5.0](https://github.com/auth0/wp-auth0/tree/4.5.0) (2023-01-29)
4+
5+
[Full Changelog](https://github.com/auth0/wp-auth0/compare/4.4.0...4.5.0)
6+
7+
**Added**
8+
9+
- Cookie domain configuration to Advanced Options. [\#864](https://github.com/auth0/wordpress/pull/864) ([evansims](https://github.com/evansims))
10+
- Option to disable plugin logging. [\#848](https://github.com/auth0/wordpress/pull/848) ([adamstraube](https://github.com/adamstraube))
11+
12+
**Fixed**
13+
14+
- `auth0_update_meta` filter not passing `$value` [\#847](https://github.com/auth0/wp-auth0/pull/847) ([QWp6t](https://github.com/QWp6t))
15+
- `wpa0_should_create_user` filter not registering with correct parameter count [\#843](https://github.com/auth0/wp-auth0/pull/843) ([alyxb](https://github.com/alyxb))
16+
317
## [4.4.0](https://github.com/auth0/wp-auth0/tree/4.4.0) (2021-10-15)
418

519
[Full Changelog](https://github.com/auth0/wp-auth0/compare/4.3.1...4.4.0)

WP_Auth0.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
22
/**
33
* Plugin Name: Login by Auth0
4-
* Plugin URL: https://auth0.com/docs/cms/wordpress
4+
* Plugin URL: https://github.com/auth0/wordpress
55
* Description: Login by Auth0 provides improved username/password login, passwordless login, social login, multi-factor authentication, and single sign-on for all your sites.
6-
* Version: 4.4.0
6+
* Version: 4.5.0
77
* Author: Auth0
88
* Author URI: https://auth0.com
99
* Text Domain: wp-auth0
1010
*/
1111

12-
define( 'WPA0_VERSION', '4.4.0' );
12+
define( 'WPA0_VERSION', '4.5.0' );
1313
define( 'AUTH0_DB_VERSION', 23 );
1414

1515
define( 'WPA0_PLUGIN_FILE', __FILE__ );

readme.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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: 5.8.1
3+
Tested up to: 6.1.1
44
Requires at least: 5.4.2
55
Requires PHP: 7.4
66
License: MIT
7-
License URI: https://github.com/auth0/wp-auth0/blob/master/LICENSE
8-
Stable tag: 4.4.0
7+
License URI: https://github.com/auth0/wp-auth0/blob/4.x/LICENSE
8+
Stable tag: 4.5.0
99
Contributors: auth0, auth0josh, evansims
1010

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

0 commit comments

Comments
 (0)