mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-12-04 19:16:13 +01:00
Prepare release of 1.2.1 (#65)
This commit is contained in:
parent
d71e785d8f
commit
2de3a752cb
3 changed files with 53 additions and 2 deletions
43
Documentation/Changelog/1.2.1.rst
Normal file
43
Documentation/Changelog/1.2.1.rst
Normal 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
|
||||
|
|
@ -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": {
|
||||
|
|
|
@ -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' => '',
|
||||
|
|
Loading…
Reference in a new issue