File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77
8+ ## [ 0.19.0] - 2022-03-24
9+
10+ ### Added
11+
12+ - Add ` excluded_uris ` configuration to exclude some uris (was hardcoded to ` /favicon.ico ` )
13+
14+ ### Changed
15+ - Change the redirection after captcha resolution to ` / ` (was ` $_SERVER['REQUEST_URI']' ` )
16+
17+ ### Fixed
18+ - Fix Standalone bouncer session handling
19+
20+
821## [ 0.18.0] - 2022-03-18
922### Changed
1023- * Breaking change* : Change ` trust_ip_forward_array ` symfony configuration node to an array of array.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class Constants
2020 public const DEFAULT_LAPI_URL = 'http://localhost:8080 ' ;
2121
2222 /** @var string The last version of this library */
23- public const VERSION = 'v0.18 .0 ' ;
23+ public const VERSION = 'v0.19 .0 ' ;
2424
2525 /** @var string The user agent used to send request to LAPI */
2626 public const BASE_USER_AGENT = 'PHP CrowdSec Bouncer/ ' .self ::VERSION ;
You can’t perform that action at this time.
0 commit comments