Skip to content

Commit 9b381a3

Browse files
committed
[RELEASE] Version 13.0.0 Compatibility with TYPO3 v13
2 parents b0f971e + 7b526cc commit 9b381a3

File tree

2 files changed

+122
-1
lines changed

2 files changed

+122
-1
lines changed

CHANGELOG.md

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,126 @@
11
# In2publish Core Change Log
22

3+
13.0.0
4+
5+
- [META] Set the EM conf version number to 13.0.0
6+
- [DOCS] Update Changelog.md
7+
- [TEST] Fix RedirectsModuleTest
8+
- [BUGFIX] Display FlashMessages and Footer in RedirectsModule
9+
- [FEATURE] Change Folder PreProcessor
10+
- [WIP] FolderProcessor
11+
- [BUGFIX] Use Module template in PublishRedirects module
12+
- [BUGFIX] Fix exception in ComparisonModule if in2publish is installed
13+
- [TEST] Remove assertion failing in gitlab pipeline
14+
- [CLEANUP] Remove unused imports
15+
- [TEST] Fix DependencyTest
16+
- [TASK] Remove DataHandler from Dependency:isReachable
17+
- [UPGRADE] Replace protected method call of DataHandler
18+
- [TEST] Fix PublishFilesModuleTest
19+
- [CI] Remove task for preparing composer config
20+
- [CI] Use own forks of co-stack packages for testing
21+
- [CI] Remove packages2 path in composer repositories
22+
- [CI] Adjust workflows.yml to remove non-existent path packages2 for ci
23+
- [DEV] Adjust site name to v13
24+
- [TEST] Fix unit tests
25+
- [BUGFIX] Avoid trailing AND when additionalWhere is empty
26+
- [BUGFIX] Fix publishing of deleted related records
27+
- [COMMENT] Add comment to GroupSingleTableResolverTest
28+
- [TEST] Add acceptance test for testcase 1e
29+
- [TEST] Add GroupSingleTableResolverTest
30+
- [BUGFIX] Fix GroupSingleTableResolver for values which are not strings
31+
- [BUGFIX] Fix RecordList layout Content section being wrongly nested
32+
- [BUGFIX] Fix default visibility state not breaking file table layouts
33+
- [TEST] Fix BackendUserPreferencesResetTest
34+
- [TEST] Adjust dumps for RedirectsModuleTest
35+
- [BUGFIX] Remove all additional entries from RecordIndex if there is more than one entry
36+
- [CLEANUP] Remove unused Layout File.html
37+
- [TEST] Fix PublishFilesModuleTest
38+
- [TEST] Adjust dumps for testing
39+
- [DEV] Adjust site name for local development
40+
- [TEST] Fix UidClashTest
41+
- [TASK] Use TYPO3 backend module layout in OverviewModule and PublishFilesModule instead of custom layouts
42+
- [TEST] Eliminate error message Undefined global variable $EXEC_TIME
43+
- [TEST] Eliminate error message Undefined global variable $EXEC_TIME
44+
- [TEST] Fix SingleDatabaseRepositoryTest
45+
- [TEST] Adjust dumps in order to fix functional tests
46+
- [TEST] Fix GroupProcessorTest
47+
- [TEST] Change TYPO3 version number in tests
48+
- [CLEANUP] Remove unused constants.php
49+
- [TEST] Fix PublishTranslationTest
50+
- [TEST] Fix PublishOverviewModuleTest
51+
- [TEST] Fix PublishChangedPagePropertiesTest
52+
- [TEST] Fix PublishChangedContentTest
53+
- [DEV] Adjust host names for local development in .env file
54+
- [DEV] Use forked co-stack packages for in2publish_core testing
55+
- [TEST] Fix Foreign ExecuteCommandTest
56+
- [DEV] Update dumps for local development and testing
57+
- [DEV] Remove cache_treelist from excluded_tables
58+
- [DEV] Adjust ports for local development
59+
- [TEST] Fix RunningRequestServiceTest
60+
- [TEST] Install co-stack packages missing for the functional tests
61+
- [TEST] Mark only failing Unit test as skipped
62+
- [TEST] Fix FunctionalTestsBootstrap
63+
- [WIP] Fix ExecuteCommandTest
64+
- [TEST] Fix FileRecordPublisherTest and FolderRecordPublisherTest
65+
- [TEST] Fix FileRecordPublisherTest
66+
- [TEST] Fix BackendUtilityTest
67+
- [TEST] Fix more UnitTests
68+
- [TEST] Fix DependencyTest and FolderRecordTest
69+
- [TEST] Fix RecordFactoryTest
70+
- [TEST] Fix DatabaseRecordPublisherTest
71+
- [UPGRADE] Replace removed method DataHandler::tableReadOnly by check for TCA configuration
72+
- [BUGFIX] Fix constructor arguments for creation of custom In2publishCoreExceptions
73+
- [TEST] Fix tests in Folder PreProcessing/PreProcessor
74+
- [TEST] Fix ExtNewsRelatedProcessorTest
75+
- [TEST] Fix CategoryProcessorTest
76+
- [CODESTYLE] Fix phpcs violations
77+
- [TEST] Fix AbstractProcessorTest
78+
- [BUGFIX] Fix construction of MissingPreProcessorTypeException
79+
- [TEST] Fix AllCommandTest
80+
- [UPDATE] Restore content of redirects module
81+
- [DEV] Include mysql-loader for dev setup
82+
- [BUGFIX] Fix import for LoadingOverlay in ConfirmationModal.js
83+
- [BUGFIX] Eliminate TypeError in BackendModule.js
84+
- [UPGRADE] Eliminate errors in PublishFiles Module
85+
- [BUGFIX] Fix DatabaseDifferencesTest
86+
- [UPDATE] Update JavaScriptModules and JS files to ES6 syntax
87+
- [UPDATE] Update JavaScriptModules and JS files to ES6 syntax
88+
- [CODESTYLE] Run phpcs fixer
89+
- [COMMENT] Add TODO for reverted pull request 122
90+
- [BUGFIX] Remove changes from pull request 122
91+
- [BUGFIX] Call parent constructor in CompareUriViewHelper
92+
- [BUGFIX] Replace protected where_hide_del with value to elimate exception in Overview Module
93+
- [BUGFIX] Eliminate exception caused by invalid second argument for TaskExecutionFailedException
94+
- [TASK] Eliminate errors caused by calling trimExplode on a non-string value
95+
- [CLEANUP] Remove outdated table cache_treelist from ignored tables
96+
- [BUGFIX] Fix type error when merging Capabilities
97+
- [TASK] Use Doctrine DBAL ParameterType instead of PDO
98+
- [TASK] Call parent constructor in Commands
99+
- [TASK] Assign variables to module template instead of view
100+
- [TASK] Assign variables to module template in ToolsController
101+
- [UPGRADE] Render Response in ModuleTemplates render method
102+
- [UPGRADE] Use standard Module.html from cms-backend for rendering of backend modules
103+
- [UPGRADE] Remove non-existent method connection->close
104+
- [BUGFIX] Eliminate exception in DatabaseDifferencesTest if $propertyValue contains an object instead of a string
105+
- [UPGRADE] Remove DbalConnection
106+
- [UPGRADE] Remove twoLetterIsocode and direction from language in SiteConfigurationTest
107+
- [UPGRADE] Replace removed Database SchemaManager with SchemaInformation
108+
- [BUGFIX] Revert modification of method by TYPO3 rector
109+
- [BUGFIX] Remove exceptions for non-existing methods connect and getEventManager in DatabaseUtility
110+
- [BUGFIX] Use return value of render method instead of renderResponse method in ControllerModuleTemplate
111+
- [BUGFIX] Use SimplifiedExtbackendModuleTemplateAPI in ControllerModuleTemplate
112+
- [BUGFIX] Revert modification of method by TYPO3 rector
113+
- [BUGFIX] Eliminate exception when constructing ConnectionUnavailableException
114+
- [REFACTOR] Run typo3 rector for TYPO3 v13
115+
- [REFACTOR] Run typo3 rector for TYPO3 v12
116+
- [CLEANUP] clean up comment
117+
- [META] Update composer dependencies and php version
118+
- [UPGRADE] Remove constants required for supporting TYPO3_11 and TYPO3_12
119+
- [UPDATE] Remove outdated call of GeneralUtility::_GP and refactor method BackendUtility::getPageIdentifier
120+
- [UPGRADE] Replace removed method pageRenderer->loadRequireJsModule
121+
- [TEST] Change ports for local acceptance testing
122+
- [META] Adjust requirements for v13
123+
3124
12.5.7
4125

5126
- [META] Set the EM conf version number to 12.5.7

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'title' => 'in2publish Core',
1010
'description' => 'Content publishing extension to connect stage and production server',
1111
'category' => 'plugin',
12-
'version' => '12.5.7',
12+
'version' => '13.0.0',
1313
'state' => 'stable',
1414
'author' => 'Alex Kellner, Oliver Eglseder, Thomas Scheibitz, Stefan Busemann',
1515
'author_email' => '[email protected]',

0 commit comments

Comments
 (0)