Skip to content

Commit

Permalink
[DOC] Improve upgrade guide for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Jan 25, 2016
1 parent b3b82ae commit 2f81c0e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

---
conf.py:
copyright: 2015
copyright: 2016
project: T3Blog Extbase
version: 2.0.0
release: 2.0.0
version: 2.0.1
release: 2.0.1
latex_documents:
- - Index
- t3extblog.tex
Expand Down
32 changes: 32 additions & 0 deletions Documentation/UpgradeGuide/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,38 @@ How to upgrade



Upgrade from 2.0.0 to 2.0.1
^^^^^^^^^^^^^^^^^^^^^^^^^^^


Changelog
"""""""""

https://github.com/fnagel/t3extblog/compare/2.0.0...2.0.1

- Bugfix for broken flash message caching in TYPO3 >= 7.3, see https://github.com/fnagel/t3extblog/issues/112

- Bugfix for hidden or deleted BE users (author field)

- Respect current post filter when using paginator

- TYPO3 Link validator support


How to upgrade
""""""""""""""

Make sure to add `addQueryStringMethod = GET` to all `paginate` TypoScript config arrays and to
adopt the changes in `Resources/Private/Templates/ViewHelpers/Widget/Paginate/Index.html` if needed.
Your RealUrl configuration needs to be updated if you're not using the auto configuration feature.


#. "Clear all cache" in Install Tool (including Opcode caches!)

#. Make sure to adopt TypoScript and Template changes!



Upgrade from 1.1.x to 1.2.x
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 2f81c0e

Please sign in to comment.