Skip to content

Commit

Permalink
Release 4.5.0 (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Jan 30, 2023
1 parent f1040a6 commit 56a0ceb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [4.5.0](https://github.com/auth0/wp-auth0/tree/4.5.0) (2023-01-29)

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

**Added**

- Cookie domain configuration to Advanced Options. [\#864](https://github.com/auth0/wordpress/pull/864) ([evansims](https://github.com/evansims))
- Option to disable plugin logging. [\#848](https://github.com/auth0/wordpress/pull/848) ([adamstraube](https://github.com/adamstraube))

**Fixed**

- `auth0_update_meta` filter not passing `$value` [\#847](https://github.com/auth0/wp-auth0/pull/847) ([QWp6t](https://github.com/QWp6t))
- `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))

## [4.4.0](https://github.com/auth0/wp-auth0/tree/4.4.0) (2021-10-15)

[Full Changelog](https://github.com/auth0/wp-auth0/compare/4.3.1...4.4.0)
Expand Down
6 changes: 3 additions & 3 deletions WP_Auth0.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php
/**
* Plugin Name: Login by Auth0
* Plugin URL: https://auth0.com/docs/cms/wordpress
* 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.4.0
* Version: 4.5.0
* Author: Auth0
* Author URI: https://auth0.com
* Text Domain: wp-auth0
*/

define( 'WPA0_VERSION', '4.4.0' );
define( 'WPA0_VERSION', '4.5.0' );
define( 'AUTH0_DB_VERSION', 23 );

define( 'WPA0_PLUGIN_FILE', __FILE__ );
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
=== Login by Auth0 ===
Tags: authentication, security, multi-factor, single sign-on, social, passwordless, mfa, 2fa, sso, oauth2, openid, saml
Tested up to: 5.8.1
Tested up to: 6.1.1
Requires at least: 5.4.2
Requires PHP: 7.4
License: MIT
License URI: https://github.com/auth0/wp-auth0/blob/master/LICENSE
Stable tag: 4.4.0
License URI: https://github.com/auth0/wp-auth0/blob/4.x/LICENSE
Stable tag: 4.5.0
Contributors: auth0, auth0josh, 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 56a0ceb

Please sign in to comment.