Skip to content

Releases: vdlp/oc-basicauthentication-plugin

v3.2.1

28 Nov 09:04
Compare
Choose a tag to compare

Full Changelog: 3.2.0...3.2.1

v3.2.0

23 Sep 10:08
Compare
Choose a tag to compare

Added

  • Basic Authentication added to October CMS backend routes.

Removed

  • Removed support for October CMS 1.0
  • Removed support for PHP 7.4

Full Changelog: 3.1.0...3.2.0

v3.1.0

23 Sep 10:08
Compare
Choose a tag to compare
  • Add October CMS 3.x to supported versions.

Full Changelog: 3.0.2...3.1.0

v3.0.2

22 Mar 09:11
Compare
Choose a tag to compare
  • Rename migration class (duplicate class name).

Full Changelog: 3.0.1...3.0.2

v3.0.1

15 Mar 11:56
Compare
Choose a tag to compare
  • "Update october/system version constraint."

Full Changelog: 3.0.0...3.0.1

v3.0.0

15 Mar 11:55
Compare
Choose a tag to compare
  • Improve white-listing of URLs.

Full Changelog: 2.1.0...3.0.0

v2.1.0

15 Feb 13:45
Compare
Choose a tag to compare
  • Maintenance update:
    • Added .gitattributes files
    • Added composer/installers:^2.0 constraint to composer.json
    • Code (readability) improvements
    • Moved Vdlp\BasicAuthentication\ServiceProvider to Vdlp\BasicAuthentication\ServiceProviders\BasicAuthenticationServiceProvider
    • Moved boot logic from Plugin to its own middleware class Vdlp\BasicAuthentication\Http\Middleware\BasicAuthenticationMiddleware
    • Moved logic from AuthorizationHelper to Vdlp\BasicAuthentication\Http\Middleware\BasicAuthenticationMiddleware