Skip to content

Commit

Permalink
Merge pull request #69 from bumble-tech/1.x.x
Browse files Browse the repository at this point in the history
v1.6.0
  • Loading branch information
seanmcn authored Dec 5, 2023
2 parents 45c80c1 + 6324031 commit d0ee8d3
Show file tree
Hide file tree
Showing 17 changed files with 1,814 additions and 31 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
# [1.6.0](https://github.com/bumble-tech/bumble-doc-gen/releases/tag/v1.6.0)
- Updating composer scripts [#66](https://github.com/bumble-tech/bumble-doc-gen/pull/66)
- Configuration console command [#54](https://github.com/bumble-tech/bumble-doc-gen/pull/54)

# [1.5.0](https://github.com/bumble-tech/bumble-doc-gen/releases/tag/v1.5.0)
- Caching system refactoring [#62](https://github.com/bumble-tech/bumble-doc-gen/pull/62)
Expand Down
13 changes: 7 additions & 6 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ Security updates will be applied to certain versions of our software. Please ref

| Version | Supported | Notes |
|---------|--------------------|----------------------------------------|
| 1.5.x | :white_check_mark: | Current version, fully supported. |
| 1.4.x | :x: | Not supported, please upgrade to 1.5.x |
| 1.3.x | :x: | Not supported, please upgrade to 1.5.x |
| 1.2.x | :x: | Not supported, please upgrade to 1.5.x |
| 1.1.x | :x: | Not supported, please upgrade to 1.5.x |
| 1.0.x | :x: | Not supported, please upgrade to 1.5.x |
| 1.6.x | :white_check_mark: | Current version, fully supported. |
| 1.5.x | :x: | Not supported, please upgrade to 1.6.x |
| 1.4.x | :x: | Not supported, please upgrade to 1.6.x |
| 1.3.x | :x: | Not supported, please upgrade to 1.6.x |
| 1.2.x | :x: | Not supported, please upgrade to 1.6.x |
| 1.1.x | :x: | Not supported, please upgrade to 1.6.x |
| 1.0.x | :x: | Not supported, please upgrade to 1.6.x |

## Reporting a Vulnerability

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
],
"scripts": {
"test": "vendor/bin/phpunit",
"phpcs": "vendor/bin/phpcs --standard=psr12 src --warning-severity=0 --error-severity=1"
"phpcs": "vendor/bin/phpcs --standard=psr12 src demo tests --warning-severity=0 --error-severity=1",
"phpcbf": "vendor/bin/phpcbf --standard=psr12 src demo tests"
}
}
2 changes: 1 addition & 1 deletion docs/shared_c.cache

Large diffs are not rendered by default.

Loading

0 comments on commit d0ee8d3

Please sign in to comment.