Skip to content

Releases: in2code-de/in2publish_core

8.0.1 Obligatory patch level increase

26 Mar 23:15
3b0303a
Compare
Choose a tag to compare

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

07 Mar 18:32
0767267
Compare
Choose a tag to compare

🎉 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

28 Feb 15:58
9dff3c3
Compare
Choose a tag to compare

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

12 Dec 09:58
Compare
Choose a tag to compare

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

15 Nov 12:00
Compare
Choose a tag to compare
  • [TASK] branch alias for develop
  • [Docs] added change log for 7.1.0

7.1.0 Feature release

26 Sep 18:53
Compare
Choose a tag to compare
  • [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

09 Jul 12:45
Compare
Choose a tag to compare

[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

08 May 11:46
Compare
Choose a tag to compare
  • Avoid endless loop resulting in unsuccessful publishing.

7.0.3 Clearing caches in MySQL Strict Mode

25 Apr 08:46
Compare
Choose a tag to compare

7.0.2 Cleanup changelog file

12 Apr 09:44
Compare
Choose a tag to compare