Prepare release of 1.2.1 (#65)

This commit is contained in:
Daniel Siepmann 2022-04-11 09:57:51 +02:00 committed by GitHub
parent d71e785d8f
commit 2de3a752cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 53 additions and 2 deletions

View file

@ -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

View file

@ -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": {

View file

@ -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' => '',