@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.17.0] - 2022-03-17
8
+
9
+ ### Changed
10
+ - * Breaking change* : Refactor some logic of important methods (` init ` , ` run ` , ` safelyBounce ` , ` getBouncerInstance ` )
11
+ - * Breaking change* : Change the configurations' verification by using ` symfony/config ` logic whenever it is possible
12
+ - * Breaking change* : Change scripts path, name and content (specifically auto-prepend-file' scripts and settings)
13
+ - * Breaking change* : Change ` IBounce ` interface
14
+ - * Breaking change* : Rename ` StandAloneBounce ` class by ` StandaloneBounce `
15
+ - Rewrite documentations
16
+
17
+ ### Fixed
18
+ - Fix ` api_timeout ` configuration
19
+
20
+ ### Removed
21
+ - Remove all unmaintained test and development docker files, sh scripts and associated documentation
22
+ - Remove ` StandaloneBounce::isConfigValid ` method as all is already checked
23
+
7
24
8
25
## [ 0.16.0] - 2022-03-10
9
26
### Added
@@ -26,19 +43,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
26
43
- Add GitHub action for Release process
27
44
- Add ` CHANGELOG.md `
28
45
### Changed
29
- - Remove ` composer.lock ` file
30
46
- Use ` BouncerException ` for some specific errors
31
47
### Fixed
32
48
- Fix auto-prepend script: set ` debug_mode ` and ` display_errors ` values before bouncer init
33
49
- Fix ` gregwar/captcha ` for PHP 8.1
34
50
- Fix BouncerException arguments in ` set_error_handler ` method
35
51
52
+ ### Removed
53
+ - Remove ` composer.lock ` file
54
+
55
+
36
56
## [ 0.14.0] - 2021-11-18
37
57
### Changed
58
+ - * Breaking change* : Fix typo in constant name (` boucing ` => ` bouncing ` )
38
59
- Allow older versions of symfony config and monolog
39
60
- Split debug logic in 2 : debug and display
40
61
- Redirect if captcha is resolved
41
- - Fix typo in constant name (` boucing ` => ` bouncing ` )
42
62
- Update doc and scripts
43
63
44
64
## [ 0.13.3] - 2021-09-21
@@ -152,7 +172,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
152
172
153
173
## [ 0.4.1] - 2020-12-12
154
174
### Added
155
- - Use github flow
175
+ - Use GitHub flow
156
176
157
177
## [ 0.4.0] - 2020-12-12
158
178
### Added
0 commit comments