Skip to content

Commit d0058ac

Browse files
committed
[DOCS] Update changelog
1 parent f7c48b9 commit d0058ac

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

CHANGELOG.md

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

3+
9.5.0:
4+
5+
- [META] Set the branch alias version number to 9.5.x-dev
6+
- [META] Set the EM conf version number to 9.5.0
7+
- [CLEANUP] Remove superfluous empty lines and add ones where appropriate
8+
- [CLEANUP] Remove unused imports and superfluous lines in import sections
9+
- [BUGFIX] Always create the additional redirects fields if the extension is installed
10+
- [BUGFIX] Allow null as return value in FalIndexPostProcessor::getStorage
11+
- [BUGFIX] Register the RedirectsSupport SQL slot in all TYPO3 modes
12+
- [BUGFIX] Use the deprecated Connection::fetchAll for TYPO3 v9 compatibility
13+
- [FEATURE] Include the sites config in the sysinfo export
14+
- [FEATURE] Respect rootLevel, allowedTables and skip empty tables or missing PIDs
15+
- [BUGFIX] Respect TCA rootLevel and PAGES_TYPES allowedTables when searching for related records by PID
16+
- [FEATURE] Move the rootLevel decision to the TcaService, merge all SkipTableVoters
17+
- [FEATURE] Create SkipRootLevelVoter to skip searching for records in tables not allowed on that page
18+
- [FEATURE] Lazy register SkipTableByPidVoter, lazy init tables
19+
- [FEATURE] Add Signal to skip searching for records by pid if no such PID exists
20+
- [BUGFIX] Skip post processing of sys_file records which do not exist
21+
- [BUGFIX] Return the DatabaseFields slot arguments as array
22+
- [BUGFIX] Add SQL and TCA for sys_redirects only when EXT:redirects is loaded
23+
- [CODESTYLE] Add empty line before multi-line condition
24+
- [BUGFIX] Add missing return type hints commands
25+
- [FEATURE] Lazily inspect if tables are empty, log query stats
26+
- [FEATURE] Lazy register the SkipTableVoter and use an object instead of class name
27+
- [BUGFIX] Remove spamming debug logger
28+
- [REFACTOR] Use a single method to set the rows index
29+
- [FEATURE] Add a SkipTableVoter to skip querying empty tables
30+
- [BUGFIX] Try to get a cached record when searching by an identifier
31+
- [CLEANUP] Remove useless logging of relation recursion
32+
- [CODESTYLE] Remove blank line between import groups in BaseRepo
33+
- [BUGFIX] Use eq() instead of like() for int values (fixes #84 closes #85)
34+
- [BUGFIX] Set the parent record of translated records
35+
- [FEATURE] Add feature "publishSorting" to publish the sortings of all affected records
36+
- [REFACTOR] Simplify the sorting collecting and publishing
37+
- [CODESTYLE] Indent the config definer on the "chop level"
38+
- [BUGFIX] Respect the publishSorting enable setting
39+
- [CODESTYLE] Reformat code
40+
- [REFACTOR] Get name of sorting field from tca
41+
- [REFACTOR] Add return type hints
42+
- [CLEANUP] Remove unused use statements and initialization of variables
43+
- [CLEANUP] Remove unused variable
44+
- [BUGFIX] Fix field name for enable field in PublishSortingDefiner
45+
- [COMMENT] Adjust comments
46+
- [BUGFIX] Remove static pid used for testing
47+
- [TASK] Enable publishing of changes on sorting
48+
- [BUGFIX] Removed duplicate file name (closes #83)
49+
- [RELEASE] Version 9.4.0 with redirects support
50+
51+
352
9.4.0:
453

554
- [META] Set the branch alias version number to 9.4.x-dev

0 commit comments

Comments
 (0)