prepare release 1.4 (#1154)

This commit is contained in:
Kevin Papst
2019-10-04 07:36:59 +02:00
committed by GitHub
parent e8c25d8ac5
commit 32aa209b75
6 changed files with 9 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
unreleased=true unreleased=true
future-release=1.3 future-release=1.4
exclude-labels=duplicate,question,invalid,wontfix,release exclude-labels=duplicate,question,invalid,wontfix,release
enhancement_labels=>enhancement,Enhancement,feature request,translation i18n,technical debt enhancement_labels=>enhancement,Enhancement,feature request,translation i18n,technical debt
issues-wo-labels=false issues-wo-labels=false

View File

@@ -1,5 +1,8 @@
# Change Log # Change Log
## [1.4](https://github.com/kevinpapst/kimai2/tree/1.4) (2019-10-03)
[Full Changelog](https://github.com/kevinpapst/kimai2/compare/1.3...1.4)
## [1.3](https://github.com/kevinpapst/kimai2/tree/1.3) (2019-09-11) ## [1.3](https://github.com/kevinpapst/kimai2/tree/1.3) (2019-09-11)
[Full Changelog](https://github.com/kevinpapst/kimai2/compare/1.2...1.3) [Full Changelog](https://github.com/kevinpapst/kimai2/compare/1.2...1.3)

View File

@@ -61,7 +61,7 @@ It is open for changes and input from the community, your [ideas and questions](
> Kimai 2 uses a rolling release concept for delivering updates. > Kimai 2 uses a rolling release concept for delivering updates.
> You can upgrade Kimai at any time, you don't need to wait for the next official release. > You can upgrade Kimai at any time, you don't need to wait for the next official release.
Release versions will be created on a regular base (approx. every second month) and you can use these tags if you are familiar with git. Release versions will be created on a regular base (approx. one release per month) and you can use these tags if you are familiar with git.
Every code change, whether it's a new feature or a bug fix, will be done on the master branch. Every code change, whether it's a new feature or a bug fix, will be done on the master branch.
I have to do it this way, as I develop Kimai in my free time and want to put my effort into the software instead of backporting changes for old versions. I have to do it this way, as I develop Kimai in my free time and want to put my effort into the software instead of backporting changes for old versions.

View File

@@ -7,8 +7,8 @@ As announced in the [README](README.md) I only support the latest available rele
| Version | Supported | | Version | Supported |
| ------- | ------------------ | | ------- | ------------------ |
| master | :white_check_mark: | | master | :white_check_mark: |
| 1.3 | :white_check_mark: | | 1.4 | :white_check_mark: |
| < 1.3 | :x: | | < 1.4 | :x: |
## Reporting a Vulnerability ## Reporting a Vulnerability

View File

@@ -13,7 +13,7 @@ Perform EACH version specific task between your version and the new one, otherwi
**Attention**: There is a new directory, which needs to be writable by the webserver: `public/avatars/`. **Attention**: There is a new directory, which needs to be writable by the webserver: `public/avatars/`.
New permission (used in new dashboard widget): New permission (used in new dashboard widget):
- `view_team_member` - view the teamlead and members for the teams of the current user - `view_team_member` - display team assignments (names, teamleads and members) for the current user
### Possible BC breaks ### Possible BC breaks

View File

@@ -21,7 +21,7 @@ class Constants
/** /**
* The current release status, either "stable" or "dev" * The current release status, either "stable" or "dev"
*/ */
public const STATUS = 'dev'; public const STATUS = 'stable';
/** /**
* The software name * The software name
*/ */