Version 2.0.1

June 9, 2025
  • Updating new condition controller action and template to support allowAdminChanges config setting.

Version 2.0.2

June 10, 2025
  • Enhanced domain validation pattern to support wildcards in different positions (e.g., staging.*.com)

Version 2.0.3

June 10, 2025
  • Bug fix in domain pattern matching when checking active conditions against the current request domain.
  • Updating authentication check to bypass subsequent matching conditions if any preceding conditions are met.

Version 2.0.4

June 11, 2025
  • Refactoring condition matching logic to improve performance and maintainability.

Version 2.0.5

June 11, 2025
  • Fixed a bug where the Auth service property was being accessed before initialization.

Version 2.0.6

June 11, 2025
  • Fixed a bug in private class method being passed as a callable.

Version 2.0.7

June 18, 2025
  • Simplified request and response handling for matching conditions.