Releases: vdlp/oc-basicauthentication-plugin
Releases · vdlp/oc-basicauthentication-plugin
v3.2.1
v3.2.0
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
- Add October CMS 3.x to supported versions.
Full Changelog: 3.0.2...3.1.0
v3.0.2
- Rename migration class (duplicate class name).
Full Changelog: 3.0.1...3.0.2
v3.0.1
- "Update october/system version constraint."
Full Changelog: 3.0.0...3.0.1
v3.0.0
- Improve white-listing of URLs.
Full Changelog: 2.1.0...3.0.0
v2.1.0
- Maintenance update:
- Added
.gitattributes
files - Added composer/installers:^2.0 constraint to composer.json
- Code (readability) improvements
- Moved
Vdlp\BasicAuthentication\ServiceProvider
toVdlp\BasicAuthentication\ServiceProviders\BasicAuthenticationServiceProvider
- Moved boot logic from
Plugin
to its own middleware classVdlp\BasicAuthentication\Http\Middleware\BasicAuthenticationMiddleware
- Moved logic from AuthorizationHelper to
Vdlp\BasicAuthentication\Http\Middleware\BasicAuthenticationMiddleware
- Added