Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 4 deletions.
74 changes: 74 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,79 @@
# In2publish Core Change Log

12.5.0:

- [BUGFIX] Pass correct record to edit and history links for changed records on the page
- [BUGFIX] Remove edit and history links from page properties
- [META] Set the branch alias version number to 12.5.x-dev
- [META] Set the EM conf version number to 12.5.0
- [BUGFIX] Pass includeChildPages options on to child record publishing
- [BUGFIX] Record the creation of new records to process all relevant records for the buildRecordTree request
- [BUGFIX] Use the record index to search for records globally
- [TEST] Fix Unit Tests
- [DEV] Always enable xdebug
- [CODESTYLE] Make QA happy
- [BUGFIX] Do not resolve relations to pages from TCA
- [META] Add branch alias
- [BUGFIX] Do not resolve TCA defined relations to pages
- [BUGFIX] Omit default argument of RootlineUtility constructor
- [BUGFIX] Publish record translations when the default language records is published
- [BUGFIX] Make qa happy
- [TESTS] Put logs also in the seed folder
- [TESTS] Restructure artifacts paths
- [TESTS] Fix expectation that after publishing, the page is still publishable
- [TESTS] Fix list of expected images in the CE of the news
- [TESTS] Always close the foreign session to record the active window
- [DEV] Rebuild the php dockerfile if possible
- [DEV] Upgrade to PHP 8.1 to test TYPO3 v12 (v11 is not officially supported anymore by CPv12)
- [DEV] Remove obsolete version field from docker compose files
- [BUGFIX] Fix eventthrowing for unchanged records
- [BUGFIX] Translations are now published again
- [BUGFIX] Pass the record index to the collection instead of statically retrieving it
- [BUGFIX] Serve records to fulfill dependencies from the record index
- [META] Remove branch alias for feature/reset-record-index
- [BUGFIX] Always make a fresh record collection to build record trees
- [META] Add branch alias
- [BUGFIX] Use a local object with defined state to finish the record tree
- [BUGFIX] Fixes support of mm tables with primary key
- [BUGFIX] Check if the enable field exists before accessing it
- [BUGFIX] Call the RedirectsSupport DataBender before publishing a redirect
- [BUGFIX] Corrects menu position of redirects module
- [BUGFIX] Makes filter in redirect module work again
- [FEATURE] CacheInvalidator will no longer try to invalidate on pid 0
- [CODESTYLE] Remove double quotes
- [DOCUMENTATION] Add Documentation for Advanced Debug Information
- [FEATURE] Add field information provider to show if fields can be published
- [BUGFIX] Rename parameter id to identifier to mitigate extbase bugs
- [CODESTYLE] Makes qa happy
- [BUGFIX] Corrects middleware Handling of combined identifier
- [BUGFIX] Prevent exceptions for non existing tables
- [BUGFIX] Align use identifiers for files
- [BUGFIX] Typecast parameter for marker replacement
- [FEATURE] Add check if envelope data is filled
- [BUGFIX] Backendstuff is not used when frontend is called
- [BUGFIX] Adds a middleware to work around a bug in TYPO3 Core
- [FEATURE] Extend SiteService
- [BUGFIX] Correct RecordTreeBuilder Behaviour
- [DOCUMENTATION] Add documentation for new redirect fields
- [BUGFIX] Rewrite task execution to return one task response per line and log exceptions
- [DOCUMENTATION] Add some information of dealing with inconsistency
- [CODESTYLE] Make qa happy
- [BUGFIX] Strip logical operator separated by space
- [FIX] Removes unneeded dependency in publish tools test
- [BUGFIX] Fixes Upload of Systeminformation in Publisher Tools
- [BUGFIX] show/hide deleted records correct again
- [BUGFIX] Readd red color to deleted pages in overview module
- [BUGFIX] Do not respect page children from current page for state
- [FEATURE] Add logger to log publishing events into sys_log
- [BUGFIX] Replace array unpacking by string keys with reflection for PHP 7.4 support
- [TEST] Downgrade PHP to 7.4 for the test environment
- [CLEANUP] Remove old test files
- [BUGFIX] Use case-insensitive method to remove AND/OR from queries
- [BUGFIX] Wire configuration values for FileInfo constructor as PHP 7.4 does not support array key argument mapping
- [BUGFIX] Wire configuration values for resolves as PHP 7.4 does not support array key argument mapping
- [CLEANUP] Remove workflow tables from test data
- [META] Exclude new test files from git archive

12.4.0: (includes 11.0.9)

- [META] Set the branch alias version number to 12.4.x-dev
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@
},
"extra": {
"branch-alias": {
"dev-develop": "12.4.x-dev",
"dev-master": "12.4.x-dev",
"dev-feature/ignore-pages-relation": "12.4.x-dev"
"dev-develop": "12.5.x-dev",
"dev-master": "12.5.x-dev"
},
"typo3/cms": {
"extension-key": "in2publish_core"
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'title' => 'in2publish Core',
'description' => 'Content publishing extension to connect stage and production server',
'category' => 'plugin',
'version' => '12.4.0',
'version' => '12.5.0',
'state' => 'stable',
'clearCacheOnLoad' => true,
'author' => 'Alex Kellner, Oliver Eglseder, Thomas Scheibitz, Stefan Busemann',
Expand Down

0 comments on commit 63cf257

Please sign in to comment.