Skip to content

Commit 80c938a

Browse files
feat(*): Prepare release 0.19.0
1 parent 342acdb commit 80c938a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/)
55
and 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.

src/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)