File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
2+ # [ 1.6.0] ( https://github.com/bumble-tech/bumble-doc-gen/releases/tag/v1.6.0 )
3+ - Updating composer scripts [ #66 ] ( https://github.com/bumble-tech/bumble-doc-gen/pull/66 )
4+ - Configuration console command [ #54 ] ( https://github.com/bumble-tech/bumble-doc-gen/pull/54 )
25
36# [ 1.5.0] ( https://github.com/bumble-tech/bumble-doc-gen/releases/tag/v1.5.0 )
47- Caching system refactoring [ #62 ] ( https://github.com/bumble-tech/bumble-doc-gen/pull/62 )
Original file line number Diff line number Diff line change @@ -8,12 +8,13 @@ Security updates will be applied to certain versions of our software. Please ref
88
99| Version | Supported | Notes |
1010| ---------| --------------------| ----------------------------------------|
11- | 1.5.x | :white_check_mark : | Current version, fully supported. |
12- | 1.4.x | :x : | Not supported, please upgrade to 1.5.x |
13- | 1.3.x | :x : | Not supported, please upgrade to 1.5.x |
14- | 1.2.x | :x : | Not supported, please upgrade to 1.5.x |
15- | 1.1.x | :x : | Not supported, please upgrade to 1.5.x |
16- | 1.0.x | :x : | Not supported, please upgrade to 1.5.x |
11+ | 1.6.x | :white_check_mark : | Current version, fully supported. |
12+ | 1.5.x | :x : | Not supported, please upgrade to 1.6.x |
13+ | 1.4.x | :x : | Not supported, please upgrade to 1.6.x |
14+ | 1.3.x | :x : | Not supported, please upgrade to 1.6.x |
15+ | 1.2.x | :x : | Not supported, please upgrade to 1.6.x |
16+ | 1.1.x | :x : | Not supported, please upgrade to 1.6.x |
17+ | 1.0.x | :x : | Not supported, please upgrade to 1.6.x |
1718
1819## Reporting a Vulnerability
1920
Original file line number Diff line number Diff line change 4040 */
4141final class DocGenerator
4242{
43- public const VERSION = '1.5 .0 ' ;
43+ public const VERSION = '1.6 .0 ' ;
4444 public const LOG_FILE_NAME = 'last_run.log ' ;
4545
4646 /**
You can’t perform that action at this time.
0 commit comments