prepare release 0.9 (#730)

This commit is contained in:
Kevin Papst
2019-04-29 01:48:27 +02:00
committed by GitHub
parent b8811924c3
commit fb17af1afd
13 changed files with 189 additions and 36 deletions

View File

@@ -29,7 +29,7 @@ class Constants
/**
* The current release status, either "stable" or "dev"
*/
public const STATUS = 'dev';
public const STATUS = 'stable';
/**
* Used in multiple views
*/

View File

@@ -74,7 +74,6 @@ class Configuration implements ConfigurationInterface
$node
->children()
->booleanNode('duration_only')
->defaultValue(false)
->setDeprecated()
->end()
->scalarNode('mode')