release 1.11 (#2063)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
unreleased=true
|
||||
future-release=1.10.2
|
||||
exclude-labels=duplicate,question,invalid,wontfix,release
|
||||
enhancement_labels=>enhancement,Enhancement,feature request,translation i18n,technical debt
|
||||
future-release=1.11
|
||||
exclude-labels=duplicate,support,question,invalid,wontfix,release
|
||||
enhancement_labels=>enhancement,Enhancement,feature request,translation i18n,technical debt,documentation
|
||||
issues-wo-labels=false
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## [1.11](https://github.com/kevinpapst/kimai2/tree/1.11)
|
||||
[Full Changelog](https://github.com/kevinpapst/kimai2/compare/1.10.2...1.11)
|
||||
|
||||
Release notes including the changelog can be found [here](https://github.com/kevinpapst/kimai2/releases/tag/1.11)
|
||||
|
||||
## [1.10.2](https://github.com/kevinpapst/kimai2/tree/1.10.2)
|
||||
[Full Changelog](https://github.com/kevinpapst/kimai2/compare/1.9...1.10.2)
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ As announced in the [README](README.md) I only support the latest available rele
|
||||
| Version | Supported |
|
||||
| ------- | ------------------ |
|
||||
| master | :white_check_mark: |
|
||||
| 1.10 | :white_check_mark: |
|
||||
| < 1.10 | :x: |
|
||||
| 1.11 | :white_check_mark: |
|
||||
| < 1.11 | :x: |
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ class Constants
|
||||
/**
|
||||
* The current release status, either "stable" or "dev"
|
||||
*/
|
||||
public const STATUS = 'dev';
|
||||
public const STATUS = 'stable';
|
||||
/**
|
||||
* The software name
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user