Skip to content

Releases: indieweb/wordpress-indieauth

4.5.3

03 Jan 04:51
4a4aaf6
Compare
Choose a tag to compare

What's Changed

  • Update yoast/phpunit-polyfills requirement from ^2.0 to ^3.0 by @dependabot in #277
  • Add Variable Analysis and Fix Results by @dshanske in #280
  • Remove Grunt as a dependency for the build by @dshanske in #281
  • Add CP Unit Testing and updated plugin header and readme header by @dshanske in #282

Full Changelog: 4.5.2...4.5.3

Version 4.5.1

14 Aug 00:35
de208bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.5.0...4.5.1

Version 4.5.0

07 Jul 13:21
ec12fcf
Compare
Choose a tag to compare
  • Add Support for Client JSON metadata discovery
  • Deprecate Manifest Client discovery as experimental feature superseded by permanent one
  • Fix declaration error

4.4.2

12 Jan 20:19
Compare
Choose a tag to compare

What's Changed

  • Prevent returning 401 for other successful OAuth2 plugins by @akirk in #263

Full Changelog: 4.4.1...4.4.2

Version 4.4.1

22 Dec 04:34
b9d63a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.4.0...4.4.1

4.4.0

02 Dec 19:49
7bf0ee1
Compare
Choose a tag to compare

What's Changed

  • Remove remote endpoint functionality already disabled
  • Rearrange so each endpoint is more independent and registers its own parameters
  • Add way to register new grant types.
  • Rewrite Web Signin to support latest version of flow.
  • Add PKCE support to websignin flow
  • Fix issue with PKCE support where it would not actually verify PKCE for token flow because PKCE is optional
  • Invert PKCE message to highlight when PKCE is not being used over it being used.
  • Do not do client discovery on a non-retrievable URL
  • Validate identifiers to IndieAuth Spec
  • Remove URL plus password login as part of effort to simplify code.
  • Fix error message surfacing in websignin form
  • Fix CSS on websignin and authorization forms to not misrender the language bar.
  • Fix deprecation notice by @janboddez in #254
  • Update Web Sign In and PKCE by @dshanske in #257
  • Remove Remote Endpoint Code and Refactor Code by @dshanske in #255
  • Add Validation Functions and Fix CSS by @dshanske in #258

4.3.0

25 Sep 18:36
9ce31d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.1...4.3.0

4.2.1

21 Dec 19:53
Compare
Choose a tag to compare
Bump version to release

Version 4.2.0

11 Dec 23:42
d0a2106
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.1...4.2.0

Version 4.1.0

20 Sep 04:40
58b6ebf
Compare
Choose a tag to compare
  • Add experimental ticket auth endpoint
  • Bug fix on endpoint discovery discovered during ticket auth development
  • Introduce Token Introspection Endpoint as per proposal to integrate RFC7662. For now, will exist concurrently with the older token verification response until it is deprecated.
  • Ensure profile responses are returned when appropriate.
  • Misc Bug Fixes discovered in unit testing
  • Updating of settings configuration
  • Improved default for user who gets to identify as root of site.
  • Introduce Refresh Token Functionality
  • Create was not pre-checked in new selections when offered as an option.