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.
- Add missing Composer repository
- Add October CMS 3.x support
- Drop October CMS 1.x support
- PHP 7.4 support
- Update GitHub workflow configuration
- Add .gitattributes file
- Add version constraint for "october/system"
- Fixes type error when using
csrf_token()
Twig function.
- Location of CsrfServiceProvider to comply to internal plugin standards.
- Update Plugin documentation.
- Change version constraint for package
composer/installers
.
- Changelog file.
- Location of plugin config.php file
- Support for PHP 7.4 or higher.
- Update plugin dependencies.
- Prevent error on CSRF token conversion.
- Added configuration to exclude paths from CSRF validation.
- First version of Vdlp.Csrf