diff --git a/Documentation/Changelog/1.2.2.rst b/Documentation/Changelog/1.2.2.rst new file mode 100644 index 0000000..fdded11 --- /dev/null +++ b/Documentation/Changelog/1.2.2.rst @@ -0,0 +1,30 @@ +1.2.2 +===== + +Breaking +-------- + +Nothing + +Features +-------- + +Nothing + +Fixes +----- + +Nothing + +Tasks +----- + +* Changed Fluid templates: + + * Improve rendering of opening hours + +Deprecation +----------- + +Nothing + diff --git a/ext_emconf.php b/ext_emconf.php index cb56ac4..63e18b2 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,7 +11,7 @@ $EM_CONF[$_EXTKEY] = [ 'author' => 'Daniel Siepmann', 'author_email' => 'coding@daniel-siepmann.de', 'author_company' => '', - 'version' => '1.2.1', + 'version' => '1.2.2', 'constraints' => [ 'depends' => [ 'core' => '',