Skip to content

Commit

Permalink
[DOC] Improve upgrade and developer guide
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Dec 4, 2023
1 parent 1a8ff65 commit 4d9f017
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
4 changes: 3 additions & 1 deletion Documentation/DeveloperGuide/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ Testing
-------

This needs to be done for latest supported TYPO3 versions in a multi-language site setup.
It is recommenced to install T3extblog in TYPO3'S default Bootstrap Package.
It is recommenced to install T3extblog in TYPO3's introduction package.

https://extensions.typo3.org/extension/introduction


**What needs to be tested:**
Expand Down
18 changes: 11 additions & 7 deletions Documentation/UpgradeGuide/Version-8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,28 @@ Changelog

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

- Support for TYPO3 12.4 LTS
- Support for TYPO3 12.4 LTS and PHP 8.2

- Improved configuration checks in BE module

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

- Use new backend module registration API
- Use new registration API for upgrade wizards, backend modules and dashboard widgets

- Introduce PSR-14 events

- Lots of bugfixes and other improvements
- Lots of small bugfixes and other improvements

- Code clean-up and quality improvements
- Code clean-up and lots of code quality improvements


**Breaking changes**

- Removed support for TYPO3 11.x
- Removed support for TYPO3 11

- Removed support for PHP 7.x
- Removed support for PHP 7

- Replaced removed core BE user model with custom one

- Signal / Slot functionality has been removed

Expand All @@ -59,4 +61,6 @@ How to upgrade

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

#. Adjust your templates if needed (`FormErrors` and `FlashMessages` partials have changed)

#. Clear all caches

0 comments on commit 4d9f017

Please sign in to comment.