File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,16 @@ The [public API](https://semver.org/spec/v2.0.0.html#spec-item-1) of this librar
99
1010---
1111
12+ ## [ 1.3.0] ( https://github.com/crowdsecurity/php-cs-bouncer/releases/tag/v1.3.0 ) - 2023-03-24
13+ [ _ Compare with previous release_ ] ( https://github.com/crowdsecurity/php-cs-bouncer/compare/v1.2.0...v1.3.0 )
14+
15+
16+ ### Changed
17+ - Use ` crowdsec/remediation-engine ` ` ^3.1.1 ` instead of ` ^3.0.0 `
18+ - Use Redis and PhpFiles cache without cache tags
19+
20+ ---
21+
1222
1323## [ 1.2.0] ( https://github.com/crowdsecurity/php-cs-bouncer/releases/tag/v1.2.0 ) - 2023-03-09
1424[ _ Compare with previous release_ ] ( https://github.com/crowdsecurity/php-cs-bouncer/compare/v1.1.1...v1.2.0 )
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class Constants extends RemConstants
3939 /** @var string Path for html templates folder (e.g. ban and captcha wall) */
4040 public const TEMPLATES_DIR = __DIR__ . "/templates " ;
4141 /** @var string The last version of this library */
42- public const VERSION = 'v1.2 .0 ' ;
42+ public const VERSION = 'v1.3 .0 ' ;
4343 /** @var string The "disabled" x-forwarded-for setting */
4444 public const X_FORWARDED_DISABLED = 'no_forward ' ;
4545}
You can’t perform that action at this time.
0 commit comments