-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
55 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [2.0.2] - 2021-09-14 | ||
|
||
### Changed | ||
- Location of CsrfServiceProvider to comply to internal plugin standards. | ||
- Update Plugin documentation. | ||
- Change version constraint for package `composer/installers`. | ||
|
||
### Added | ||
- Changelog file. | ||
|
||
## [2.0.1] - 2021-07-13 | ||
|
||
### Fixes | ||
- Location of plugin config.php file | ||
|
||
## [2.0.0] - 2021-07-13 | ||
|
||
### Added | ||
- Support for PHP 7.4 or higher. | ||
|
||
## [1.1.2] - 2021-05-28 | ||
|
||
### Changed | ||
- Update plugin dependencies. | ||
|
||
## [1.1.1] - 2020-06-08 | ||
|
||
### Fixes | ||
- Prevent error on CSRF token conversion. | ||
|
||
## [1.1.0] - 2019-10-09 | ||
|
||
### Added | ||
- Added configuration to exclude paths from CSRF validation. | ||
|
||
## [1.0.0] - 2019-07-19 | ||
|
||
- First version of Vdlp.Csrf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,6 @@ | |
], | ||
"require": { | ||
"php": "^7.4 || ^8.0", | ||
"composer/installers": "^1.0" | ||
"composer/installers": "^1.0 || ^2.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters