All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix Basic Authentication Middleware registration.
- Minor changes to plugin documentation.
- Fix Migration file.
- Basic Authentication added to October CMS backend routes.
- Removed support for October CMS 1.0
- Removed support for PHP 7.4
- Add October CMS 3.x to supported versions.
- Rename migration class (duplicate class name).
- Update
october/systemversion constraint.
- !! Dropped logic for "Excluded URLs". Please add whitelisted paths after upgrading to this version.
- !! Passwords are now stored as hashed values and you should change the passwords after upgrading.
- Add whitelisting for specific paths (two match types;
exactandstarts_with). - Add composer requirement
october/system:>=1.0. - Old (plain text stored) password do still work.
- Maintenance update:
- Added
.gitattributesfiles - Added composer/installers:^2.0 constraint to composer.json
- Code (readability) improvements
- Moved
Vdlp\BasicAuthentication\ServiceProvidertoVdlp\BasicAuthentication\ServiceProviders\BasicAuthenticationServiceProvider - Moved boot logic from
Pluginto its own middleware classVdlp\BasicAuthentication\Http\Middleware\BasicAuthenticationMiddleware - Moved logic from AuthorizationHelper to
Vdlp\BasicAuthentication\Http\Middleware\BasicAuthenticationMiddleware
- Added
- Add support for PHP 7.4 and higher
- Add console command for adding credentials
- Add notification to settings view when basic authentication is disabled