Skip to content

Commit

Permalink
[TASK] Prepare release of EXT:mw_keywordlist 3.5.2
Browse files Browse the repository at this point in the history
- Maintenance release to replace spaces in jumpmenu by CSS paddings.
- Render jumpmenu links with padding for more clickable area
  Thanks to Philipp Rönsch - https://github.com/theorak - for this contribution!
- Update composer.json
- Update documentation and settings
  • Loading branch information
abeutel committed Apr 20, 2016
1 parent dfca74c commit 0b67a2d
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 6 deletions.
9 changes: 9 additions & 0 deletions Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ 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.2 - 2016-04-20
^^^^^^^^^^^^^^^^^^^^^^^^^^

- [CHANGE] Render jumpmenu links with padding for more clickable area

- Maintenance release to replace spaces in jumpmenu by CSS paddings.
Thanks to Philipp Rönsch - https://github.com/theorak - for this contribution!
- Update composer.json

Version 3.5.1 - 2016-04-08
^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
4 changes: 3 additions & 1 deletion Documentation/Configuration/Reference/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,9 @@ Screenshot
""""""""""

#. The jump menu. It is wrapped in a <div> and can be formatted
individually. It is marked by the green dotted border.
individually. It is marked by the green dotted border. The padding of the
characters may be adjusted by CSS padding in .tx-mwkeywordlist-pi1-activeLink
and .tx-mwkeywordlist-pi1-inactiveLink

#. The section header. A section consists of the header [2], the
keyword(s) [3] and the links [4]. The section is marked by the red
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 - 2016
project: A-Z Keyword List
version: 3.5
release: 3.5.0
release: 3.5.2
latex_documents:
- - Index
- mw_keywordlist.tex
Expand Down
20 changes: 17 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
{
"name": "mehrwert/mw_keywordlist",
"name": "mehrwert/ext-mw_keywordlist",
"type": "typo3-cms-extension",
"description": "This extension extends the Menu/Sitemapcontent elements and inserts an A-Z index with Links to the related pages.",
"keywords": [
"TYPO3",
"extension",
"mw_keywordlist"
],
"homepage": "https://www.mehrwert.de",
"authors": [
{
"name": "Andreas Beutel",
"email": "[email protected]",
"role": "Developer",
"homepage": "https://www.mehrwert.de"
}
],
"license": ["GPL-2.0+"],
"version": "3.5.0",
"version": "3.5.2",
"require": {
"typo3/cms-core": ">=4.5.0,<8.1"
"typo3/cms-core": ">=4.5.0,<8.1",
"typo3/cms": "dev-master"
},
"replace": {
"mw_keywordlist": "*"
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.1',
'version' => '3.5.2',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
Expand Down

0 comments on commit 0b67a2d

Please sign in to comment.