File tree 2 files changed +11
-1
lines changed
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
9
9
10
10
---
11
11
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
+
12
22
13
23
## [ 1.2.0] ( https://github.com/crowdsecurity/php-cs-bouncer/releases/tag/v1.2.0 ) - 2023-03-09
14
24
[ _ 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
39
39
/** @var string Path for html templates folder (e.g. ban and captcha wall) */
40
40
public const TEMPLATES_DIR = __DIR__ . "/templates " ;
41
41
/** @var string The last version of this library */
42
- public const VERSION = 'v1.2 .0 ' ;
42
+ public const VERSION = 'v1.3 .0 ' ;
43
43
/** @var string The "disabled" x-forwarded-for setting */
44
44
public const X_FORWARDED_DISABLED = 'no_forward ' ;
45
45
}
You can’t perform that action at this time.
0 commit comments