Skip to content

Commit

Permalink
4.1.0 CHANGELOG, README, and plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed May 22, 2020
1 parent b662dcf commit 51b04b4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# Change Log

## 4.0.0 (master branch)
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.11.3...master)
## [4.1.0](https://github.com/auth0/wp-auth0/tree/4.1.0) (2020-05-20)
[Full Changelog](https://github.com/auth0/wp-auth0/compare/4.0.0...4.1.0)

**Closed issues**
- With a custom domain, JWKs aren't being fetched from the correct domain [\#790](https://github.com/auth0/wp-auth0/issues/790)

**Changed**
- Load ourselves with Composer autoloader [\#787](https://github.com/auth0/wp-auth0/pull/787) ([szepeviktor](https://github.com/szepeviktor))

**Fixed**
- Align the client ID and redirect URI used in the setup wizard [\#794](https://github.com/auth0/wp-auth0/pull/794) ([joshcanhelp](https://github.com/joshcanhelp))
- Fix custom domain not being used in JWKS [\#792](https://github.com/auth0/wp-auth0/pull/792) ([joshcanhelp](https://github.com/joshcanhelp))
- Pass shortcode atts to the handler [\#789](https://github.com/auth0/wp-auth0/pull/789) ([drobin03](https://github.com/drobin03))
- PHPStan Level 2 fixes [\#785](https://github.com/auth0/wp-auth0/pull/785) ([szepeviktor](https://github.com/szepeviktor))

## [4.0.0](https://github.com/auth0/wp-auth0/tree/4.0.0) (2020-03-31)
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.11.3...4.0.0)

**This is a major release with breaking changes!**

Expand Down
4 changes: 2 additions & 2 deletions WP_Auth0.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* Plugin Name: Login by Auth0
* Plugin URL: https://auth0.com/docs/cms/wordpress
* Description: Login by Auth0 provides improved username/password login, Passwordless login, Social login, MFA, and Single Sign On for all your sites.
* Version: 4.0.0
* Version: 4.1.0
* Author: Auth0
* Author URI: https://auth0.com
* Text Domain: wp-auth0
*/

define( 'WPA0_VERSION', '4.0.0' );
define( 'WPA0_VERSION', '4.1.0' );
define( 'AUTH0_DB_VERSION', 23 );

define( 'WPA0_PLUGIN_FILE', __FILE__ );
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Requires at least: 4.9
Requires PHP: 7.0
License: GPLv2
License URI: https://github.com/auth0/wp-auth0/blob/master/LICENSE
Stable tag: 4.0.0
Stable tag: 4.1.0
Contributors: auth0, auth0josh

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 51b04b4

Please sign in to comment.