|
1 | 1 | # In2publish Core Change Log
|
2 | 2 |
|
| 3 | +9.4.0: |
| 4 | + |
| 5 | +- [META] Set the branch alias version number to 9.4.x-dev |
| 6 | +- [META] Set the EM conf version number to 9.4.0 |
| 7 | +- [BUGFIX] Fix exception when publishing deleted redirects |
| 8 | +- [TASK] remove unused import and use right indent |
| 9 | +- [TASK] enable publish deletion of redirects |
| 10 | +- [BUGFIX] Remove redundant module.m5 option, add docs for redirects support |
| 11 | +- [BUGFIX] Publish redirects which were filtered becasue they are deleted and unpublished |
| 12 | +- [BUGFIX] Add test to identify site config language differences |
| 13 | +- [BUGFIX] Provide missing icons for TYPO3 v9 |
| 14 | +- [BUGFIX] Always publish language originals |
| 15 | +- [TASK] publish default and translated page |
| 16 | +- [BUGFIX] Add missing exception code |
| 17 | +- [TYPO] transission -> transmission |
| 18 | +- [BUGFIX] Never relate redirects by their PID |
| 19 | +- [BUGFIX] Share the RecordFactories runtimeCache between instances |
| 20 | +- [BUGFIX] Skip URL generation for deleted pages |
| 21 | +- [BUGFIX] Publish translation original when publishing via specific record publishing |
| 22 | +- [BUGFIX] Check if the pointer field is set before accessing it |
| 23 | +- [TASK] publish default and translated page |
| 24 | +- [BUGFIX] Do not enable redirects support when EXT:redirects is not loaded |
| 25 | +- [BUGFIX] Typecast properties to be used in str_replace |
| 26 | +- [FEATURE] Support TYPO3 redirects |
| 27 | +- [DOCS] Add known issue for missing icons in publish redirect module in v9 |
| 28 | +- [CODESTYLE] Reformat TypoScript and add editorconfig rules |
| 29 | +- [BUGFIX] Add extbase table mapping for TYPO3 version 9 |
| 30 | +- [BUGFIX] Remove trailing method call comma for PHP 7.2 compat |
| 31 | +- [BUGFIX] Replace Command::SUCCESS constant with 0 for TYPO3 v9 |
| 32 | +- [BUGFIX] Skip constraint for deleted redirects if none are deleted on foreign |
| 33 | +- [FEATURE] Rebuild redirects cache after publishing a redirect |
| 34 | +- [BUGFIX] Hide the edit button for deleted records |
| 35 | +- [FEATURE] Exclude fully deleted redirects from the module |
| 36 | +- [BUGFIX] Include deleted redirects |
| 37 | +- [FEATURE] Remove discarded concepts, add support in simplePublish |
| 38 | +- Wip: [FEATURE] Finish backend module for redirect publishing |
| 39 | +- Wip: [FEATURE] List all redirects with state and publish button |
| 40 | +- Wip: [FEATURE] Add Backend Module to publish redirects |
| 41 | +- [BUGFIX] Ignore pages without sites |
| 42 | +- [BUGFIX] Resolve redirects recursively |
| 43 | +- [FEATURE] Resolve relations to TYPO3 v10 redirects and publish them with changed source_host |
| 44 | +- [BUGFIX] Do not log failed site searches for disconnected pages. |
| 45 | +- [BUGFIX] Output non-breaking space if no preview URL could be rendered. |
| 46 | +- [FEATURE] Show dirty properties for deleted records |
| 47 | +- [BUGFIX] Show foreign properties on dirty properties foreign side |
| 48 | +- [TASK] show properties if deleted on right side |
| 49 | +- [TASK] show deletion state and history button |
| 50 | +- [BUGFIX] Skip DataHandler cmdmap with integer keys in getPageIdentifier |
| 51 | +- [BUGFIX] Detect pid from newly created records |
| 52 | +- [REFACTOR] Move ssh connection debug option to ssh connection definer |
| 53 | +- [BUGFIX] Do not select from sys_domain if table does not exist |
| 54 | +- [GIT] Don't export the Build folder into releases |
| 55 | +- [RELEASE] Version 9.3.1 with fixes for TCA pre proc., empty pointer values and deleted records |
| 56 | + |
3 | 57 | 9.3.1:
|
4 | 58 |
|
5 | 59 | - [META] Set the EM conf version number to 9.3.1
|
|
0 commit comments