Release 1.27.0 (#3571)

* bump version
* ignore .disabled for plugins
* simplify gitignore
* prevent duration field from showing up in the API
* change release template wording
* prepare method for later usage
* add 8.2 to issue template
This commit is contained in:
Kevin Papst
2022-10-19 08:55:42 +02:00
committed by GitHub
parent 4549d826dd
commit 6d7054c18c
8 changed files with 27 additions and 27 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '1.26.0';
public const VERSION = '1.27.0';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 12600;
public const VERSION_ID = 12700;
/**
* The current release status, either "stable" or "dev"
*/