Skip to content

Commit

Permalink
[DOC] Added upgrade guide for upcoming release, add todo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Mar 10, 2016
1 parent 8735782 commit 83e52ad
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Documentation/UpgradeGuide/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,29 @@ Upgrade Guide



Update from 1.4.0 to 1.4.1
^^^^^^^^^^^^^^^^^^^^^^^^^^

**Overview**

- Bugfix for multiple plugins on one page (when using item detail action)

- Improved TCA and extension configuration (adjusted to match latest TYPO3 API, thanks to Markus Klein!)

- Fixed composer.json and added correct PHP dependency (thanks to Markus Klein!)

- Small improvements to built in templates


**How to upgrade**

Just clear the cache and check your templates. You may need to clear cache in install tool or even re-install the
extension in case you experiencing issues with backend forms!

Make sure to use new detail action link argument `contentElement`:
:code:`<f:link.action action="show" controller="GalleryItem" arguments="{item: item.uid, contentElement: uid}"></f:link>`


Update from 1.3.x to 1.4.0
^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ToDo
* Improve and add more unit tests
* Fix inline @ToDo's
* Move custom link fields to sys_file_reference link field
* Add RealUrl config


Future ideas
Expand Down

0 comments on commit 83e52ad

Please sign in to comment.