Skip to content

Commit

Permalink
[DOC] Add upgrade guide for the upcoming version
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Nov 30, 2023
1 parent e8246a6 commit 70982ad
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ T3Blog Extbase
blog, blogsystem, t3blog

:Copyright:
2022
2023

:Author:
Christoph Werner, Felix Nagel
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Introduction/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Currently implemented features:
* Default HTML markup matches Twitter Bootstrap 3.x or 4.x
* Using official TYPO3 localization tools (Crowdin, see https://crowdin.com/project/typo3-extension-t3extblog)
* Using interfaces and signal / slot for easy extending
* Supports migration from EXT:t3blog and is tested in TYPO3 6-11
* Supports migration from EXT:t3blog and is tested in TYPO3 6-12
* CGL and code quality tests


Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[general]
copyright = 2022
copyright = 2023
project = T3Blog Extbase
release = latest

Expand Down
1 change: 1 addition & 0 deletions Documentation/UpgradeGuide/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ Upgrade Guide
Version-5
Version-6
Version-7
Version-8
56 changes: 56 additions & 0 deletions Documentation/UpgradeGuide/Version-8.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: ../Includes.txt


.. _upgrade-guide-v8:

Version 8.x
-----------

.. contents:: Within this page
:local:
:depth: 3


Upgrade to 8.0.0
^^^^^^^^^^^^^^^^

*"TYPO3 12 LTS support"*

Changelog
"""""""""

https://github.com/fnagel/t3extblog/compare/7.x.x...8.0.0

- Support for TYPO3 12.4 LTS

- Improved configuration checks in BE module

- Make use of new datetime, email and number TCA types

- Lots of bugfixes and other improvements

- Code clean-up and quality improvements


**Breaking changes**

- Removed support for TYPO3 11.x

- Removed support for PHP 7.x

- Singal / Slot extension points have been removed, please migrate to PSR-14 events (be careful when extending EXT:t3extblog)


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

#. "Change fields" in DB using "Analyze Database" in Install tool / Maintenance module

#. Adjust your TypoScript configuration (RSS configuration has changed)

#. Clear all caches

0 comments on commit 70982ad

Please sign in to comment.