diff --git a/Documentation/Changelog/1.2.1.rst b/Documentation/Changelog/1.2.1.rst new file mode 100644 index 0000000..bdb5ca6 --- /dev/null +++ b/Documentation/Changelog/1.2.1.rst @@ -0,0 +1,43 @@ +1.2.1 +===== + +Breaking +-------- + +Nothing + +Features +-------- + +Nothing + +Fixes +----- + +* Use proper extension name for translation within templates. + + This was ``sitepackage`` and was changed to ``Thuecat``. + +Tasks +----- + +* Changed Fluid templates: + + * Add more CSS classes fore better styling + + * Only render services part if services exist + There is a follow up to move the huge condition from template to model: https://github.com/werkraum-media/thuecat/issues/64 + +* Improved composer authors: + + * Added Carlos + + * Added homepages + + * Added roles + +Deprecation +----------- + +Nothing + diff --git a/composer.json b/composer.json index 756f5f8..9c8f3bc 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,15 @@ "authors": [ { "name": "Daniel Siepmann", - "email": "coding@daniel-siepmann.de" + "email": "coding@daniel-siepmann.de", + "homepage": "https://daniel-siepmann.de/", + "role": "Developer" + }, + { + "name": "Carlos Pozo", + "email": "carlosricardo.pozo@hotmail.com", + "homepage": "https://codebycarlos.com/", + "role": "Templater" } ], "autoload": { diff --git a/ext_emconf.php b/ext_emconf.php index a066365..cb56ac4 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.0', + 'version' => '1.2.1', 'constraints' => [ 'depends' => [ 'core' => '',