Skip to content

Releases: in2code-de/in2publish_core

12.5.7 Bugfixes & Improvements

27 Nov 09:43
12.5.7
4b4c59e
Compare
Choose a tag to compare

🐛 Fixes

  • Fixes problems with publishing of redirects
  • Improves filtering of redirects
  • Improves output of error messages when publishing redirects

Full Changelog: 12.5.6...12.5.7

12.5.6

07 Nov 13:36
9a286fd
Compare
Choose a tag to compare

🐛 Fixes

  • Fixes duplicate key exceptions when publishing relations to tables with uid clashes (thx to @dreistromlandMf )
  • Fixes the publication of page content on nested pages using the cli commands (again, thx to @dreistromlandMf)
  • Restores the output of error messages occurring during publishing of redirects

Full Changelog: 12.5.5...12.5.6

12.5.5 Bugfixes & Improvements

09 Oct 08:17
12.5.5
24df45c
Compare
Choose a tag to compare

⏫ Improvements

  • Search in Publish File Modul is now case-insensitive (thx to @dreistromlandMf )

🐛 Fixes

  • Filters in Publish Files Module work again
  • Cache Clear Task is fixed
  • Relations made in FlexForms are now resolved
  • CompareDatabaseTool produces correct FlashMessages

Full Changelog: 12.5.4...12.5.5

12.5.4 Small Bugfixes

25 Sep 08:22
12.5.4
39748c5
Compare
Choose a tag to compare

🐛 Fixes

  • Log Level for Messages in Backend is evaluated correct
  • Logging in Foreign Commands can be done now

Full Changelog: 12.5.3...12.5.4

12.5.3 MM Records to excluded tables publishing

26 Aug 10:04
12.5.3
1ef0953
Compare
Choose a tag to compare

✨ Features

  • MM records that point to excluded tables are now published, but the excluded table won't be published anyway.

🐛 Fixes

  • Images uploaded with the RTE are now published
  • The Commands on Foreign are using now the correct logger for errors
  • Links in an 'inputLink' field in TCA are now followed and published.

12.5.2 Fix 503 errors in backend

28 May 10:17
12.5.2
9b1829b
Compare
Choose a tag to compare

🐛 Fixes

  • Preview URL in Redirects Support is now correctly rendered
  • If there are orphaned MM records the record will be skipped

Full Changelog: 12.5.1...12.5.2

12.5.1 Fix Redirects Handling

14 May 09:43
12.5.1
2f35546
Compare
Choose a tag to compare

🐛 Fixes

  • Domain of foreign is correctly set to the published redirect
  • Publishing state of redirect is correctly shown in Backend

Full Changelog: 12.5.0...12.5.1

12.5.0 Debug option and publishing logs

02 May 12:40
12.5.0
06ba6e3
Compare
Choose a tag to compare

✨ Features

  • Field information can be displayed in debug mode to obtain details about publishing capabilities in the form engine.
  • With the SiteService, all URLs from foreign can now be retrieved.
  • Publishing events are now logged in the sys_log.

⏫ Improvements

  • Rework the use of RecordIndex & RecordCollection to use less memory.
  • Support of mm tables with primary keys.

🐛 Fixes

  • Fixed some PHP7.4 issues that arose while adding support for PHP8.
  • Use a case-insensitive method in queries (thanks to YKWeyer).
  • Remove page relations from pages.
  • Overview module now correctly shows deleted records.
  • Adds a workaround for a TYPO3 Core Bug in Extbase backend modules.
  • Removes require.js from the frontend.
  • Filter in "Publisher Redirects Module" is working again.
  • Publish record translations with the default language.

12.4.0 Conditional event listener

09 Feb 12:55
12.4.0
2abe731
Compare
Choose a tag to compare

✨ Features

  • Extended the Redirects Module Filter by a filter to select publishable or non-publishable redirects
  • Implemented conditional event listener. This extends TYPO3 event listener by the possibility to register event listeners based on conditions which will be evaluated just once. This reduces the amount of method calls by hundrets to thousands.

🐛 Fixes

  • Moving a file into a new folder and publishing it will ensure that the target folder exists before moving the file into it.
  • Fixed an exception in TYPO3 v12. After a redirect was published, the browser redirect was not returned. The publishing itself was not broken.
  • Fixed the "content injection", where trhe Content Publisher added HTML tags to responses other than text/html
  • Reverted the upgrade to ContextualFeedbackSeverity to repair TYPO3 v11 compatibility
  • Changed formatting of record values to display a human readable value for boolean values and select boxes
  • Added a missing namespace import to fix fluid rendering exception

⏫ Improvements

  • Implemented co-stack/stack-test as acceptance test framework. Moved all codeception acceptance tests from the development environment to the extension and added GitHub Actions configuration to run all tests on each push.
  • Added a lot of Unit, Functional and Acceptance tests.

11.0.9 Legacy file link deetction in RichText

22 Dec 11:56
11.0.9
10507b7
Compare
Choose a tag to compare
  • Parse legacy links to files as strictly as possible, resolves #111, reported by @YKWeyer
  • Do not attach sys_redirects to pages of redirects are excluded from publishing

Full Changelog: 11.0.8...11.0.9