Skip to content

Commit

Permalink
Merge pull request #5 from mehrwert/v3.5.4
Browse files Browse the repository at this point in the history
[BUGFIX] Add missing closing bracket in localization file
  • Loading branch information
abeutel authored Sep 8, 2017
2 parents 31ef246 + 5838d49 commit 2e91faf
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Contributing to EXT:mw_keywordlist

All contributions are welcome!

* Bug reports
* Feature requests
* Testing

## How to contribute

Latest code of EXT:mw_keywordlist is hosted on GitHub (https://github.com/mehrwert/TYPO3-mw_keywordlist). The code is organized in branches:

* master: Production release
* develop: Ongoing development
* feature/*: new features
* hotfix/*: all hotfixes

You need

* LAMP/MAMP/MNMP/your favorite Stack - with TYPO3 Versions 4.5 to 8.0

## Links

* https://github.com/mehrwert/TYPO3-mw_keywordlist
* https://www.mehrwert.de
7 changes: 7 additions & 0 deletions Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ Change Log

The following is an overview of the changes in this extension. For more details `read the online log <https://github.com/mehrwert/TYPO3-mw_keywordlist>`_.

Version 3.5.4 - 2017-09-08
^^^^^^^^^^^^^^^^^^^^^^^^^^

- [BUGFIX] Add missing closing bracket in localization file

- Maintenance release - thanks to Matthias Greiling for reporting this bug!

Version 3.5.3 - 2017-04-08
^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ conf.py:
copyright: 2002 - 2017
project: A-Z Keyword List
version: 3.5
release: 3.5.3
release: 3.5.4
latex_documents:
- - Index
- mw_keywordlist.tex
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"license": ["GPL-2.0"],
"version": "3.5.3",
"version": "3.5.4",
"require": {
"typo3/cms-core": ">=4.5.0,<8.1",
"typo3/cms": "dev-master"
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'description' => 'Extracts all keywords from the page\'s keyword field and displays a list of keywords and links the page title to the keyword related page.',
'category' => 'plugin',
'shy' => 0,
'version' => '3.5.3',
'version' => '3.5.4',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
Expand Down
2 changes: 1 addition & 1 deletion locallang_db.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</languageKey>
<languageKey index="it" type="array">
<label index="tt_content.menu_type_pi1" type="integer">226964991</label>
</languageKe
</languageKey>
</orig_hash>
<orig_text type="array">
<languageKey index="default" type="array">
Expand Down

0 comments on commit 2e91faf

Please sign in to comment.