Releases: in2code-de/in2publish_core
Releases · in2code-de/in2publish_core
12.5.7 Bugfixes & Improvements
🐛 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
🐛 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
⏫ 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
🐛 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
✨ 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
🐛 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
🐛 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
✨ 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
✨ 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
- 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