Skip to content

Releases: wp-media/mcp-oauth

1.1.1

Choose a tag to compare

@hellofromahmed hellofromahmed released this 24 Aug 17:44
0b07f76

What's Changed

  • Update wp-media/phpunit to v3.3 by @remyperona in #52
  • Downgrade .well-known Site Health failure from critical to recommended by @remyperona in #53

Full Changelog: v1.1...v1.1.1

1.1

1.1

Choose a tag to compare

@remyperona remyperona released this 13 Aug 13:35
0d17054

What's Changed

  • ci: run PHPUnit across a PHP 7.4–8.5 matrix by @remyperona in #34
  • chore: document project config in AGENTS.md + commit knowledge graph by @remyperona in #33
  • Add delivery-pipeline agents and WordPress skills to .claude/ by @remyperona in #37
  • Pipeline reliability: agent output contracts and cost reduction by @remyperona in #39
  • Closes #23: Add Site Health diagnostic for .well-known discovery documents by @remyperona in #38
  • Add RFC 9207 issuer parameter to authorization responses by @remyperona in #41
  • Update PHPStan and extensions to v2 by @remyperona in #49
  • Closes #50: Default MCP observability to the null handler by @Miraeld in #51

New Contributors

Full Changelog: v1.0.3...v1.0.4

1.0.3

Choose a tag to compare

@remyperona remyperona released this 21 Jul 19:14
c19fc9e

What's Changed

Full Changelog: v1.0.2...v1.0.3

1.0.2

Choose a tag to compare

@remyperona remyperona released this 20 Jul 19:36
9bb52f4

What's Changed

Full Changelog: v1.0.1...v1.0.2

1.0.1

Choose a tag to compare

@remyperona remyperona released this 17 Jul 18:47
62346e9

What's Changed

Full Changelog: v1.0...v1.0.1

1.0

1.0

Choose a tag to compare

@remyperona remyperona released this 16 Jul 14:45
91588a6

What's Changed

  • Make the library standalone and self-initialize by @remyperona in #1
  • Add unit and integration tests for the discovery endpoints by @remyperona in #2
  • Add integration tests for Context::is_enabled() by @remyperona in #3
  • Add unit tests for JWT::encode and JWT::decode by @remyperona in #4
  • Add unit tests for ClaudeClientVerifier by @remyperona in #5
  • Add unit and integration tests for SecretManager by @remyperona in #6
  • Add unit and integration tests for CimdResolver by @remyperona in #7
  • Add unit and integration tests for Rewrite by @remyperona in #8
  • Add unit tests for Router by @remyperona in #9
  • Add integration tests for AuthorizeEndpoint by @remyperona in #11
  • Add integration tests for ConsentEndpoint by @remyperona in #12
  • Add integration tests for AuthorizeCallback::handle_request by @remyperona in #13
  • Add integration tests for OAuthHttpTransport by @remyperona in #14
  • Add integration tests for RevokeEndpoint by @remyperona in #15
  • Add integration tests for TokenEndpoint by @remyperona in #16
  • Closes #17: Fix McpLogger gating on WP_DEBUG_LOG and move to inc/Logging/ by @remyperona in #18
  • Closes #19: Extract consent screen HTML into a Render view by @remyperona in #20
  • Closes #25: Fix AuthorizeEndpoint routing for already-logged-in users by @remyperona in #26

New Contributors

Full Changelog: https://github.com/wp-media/mcp-oauth/commits/v1.0