Releases: in2code-de/in2publish_core
8.0.1 Obligatory patch level increase
There is this unwritten rule of software beeing broken in x.0 releases. Let me tell you one thing: Software is always broken, but it tends to be less broken in non-X.0 releases 😂
(This does not mean that i consider this extension broken!)
This bug fix release fixes some major issues with non-composer installations but also adds support for t3:// (TYPO3 URNs), e.g. used in the RTE (CKEditor) to link to other pages, files or folders.
The most part however revolves around autoloading and bin execution when the extension is installed via ZIP.
8.0.0 TYPO3 v8 & v9 support
🎉 LTS upgrade
It has been a long way to the TYPO3 support upgrade. To be precise we started on the 22. Sep. 2018 with testing and bug fixing and switching from ye' olde TYPO3 DatabaseConnection to Doctrine DBAL.
On the way many other problems threatened, but we are proud to finally release this new version.
Although this is a huge release with around 115 commits, I can not say much more than: Have fun!
Olli
BTW: This is a big release and despite many hours of intensive testing by many people, there is still the possibility of a mistake. If you find any mistakes, please do not be mad at us, but please report them as soon as possible.
7.3.0 PHP 7.3, DCE and Flux support
Added extension Support
Two new features found their way into in2publish_core, namely DCE support and flux support. DCE and flux are both extensions that change TYPO3's rendering behaviour in the backend as well as in the frontend. But that's not the only thing they have in common. Both extensions use FlexForm features based on transformations not known from the normal pi_flexform field and FlexForm.xml files.
To support these, a change has been introduces that uses a new Core feature to handle the XML data of these extensions. Unfortunately this core code is only available with TYPO3 v8 and up, so TYPO3 v7 will not profit from this change (psst: v7 is dead already anyway).
Something that is not included in this FlexForm-related change is the support of direct file relations. Flux can utilize direct relations which are handled with prefixes, those are supported now, too.
PHP 7.3
We are proud to announce that this extension is just working fine with PHP 7.3 and we counld expand the range of supported PHP versions, which is now >= 5.5 < 7.4
7.2.0 Maintenance release
This release has a breaking change in the configuration definer.
[!!!][BUGFIX] Change default configuration for pages ignoreFieldsForDifferenceView
Please read upgrade instruction (see https://github.com/in2code-de/in2publish_core/tree/develop/Documentation/Upgrade)
7.1.1 maintenance release
- [TASK] branch alias for develop
- [Docs] added change log for 7.1.0
7.1.0 Feature release
- [FEATURE] Allow usage of nav_title in Record Index View. [32521]
- [BUGFIX] Avoid error on activating the extension: A cache with identifier "in2publish_core" does not exist. [32392]
- [BUGFIX] Add possibility to rename workflow state "Ready to Publish" [30991]
7.0.5 maintenance release
[BUGFIX] Reset collected cache clear entries after writing the task
[BUGFIX] Use first registered controller actions when creating a link
7.0.4 One bug fix
- Avoid endless loop resulting in unsuccessful publishing.
7.0.3 Clearing caches in MySQL Strict Mode
7.0.2 Cleanup changelog file
no message