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

@@ -1167,4 +1167,9 @@ class User implements UserInterface, EquatableInterface, \Serializable
{
$this->accountNumber = $accountNumber;
}
public function isSystemAccount(): bool
{
return false;
}
}