Skip to content

Commit

Permalink
[RELEASE] Version 12.5.3 with some small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoffmann1979 committed Aug 26, 2024
2 parents 9fab273 + 9c62195 commit ded5a1e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,36 @@
# In2publish Core Change Log

12.5.3:

- [CODESTYLE] Make qa happy
- [BUGFIX] Add make target for installing qa tools
- [FEATURE] Adds Support for MM-Records to excluded Tables
- [BUGFIX] Make Processor for inputLink work properly
- [BUGFIX] Fixes finding missing records
- [BUGFIX] Enable Logging in Command on foreign
- [BUGFIX] Resolve images uploaded in RTE
- [TESTING] Harden a test
- [TEST] Align structure of artifacts with in2publish
- [TESTING] Align Tests
- [DEV] Add composer update & install to makefile
- [DEV] Add Cache Clearing Commands to Makefile
- [DEV] Align Makefiles between in2publish and in2publish_core
- [TESTING] Make Sleep Time configurable
- [BUGFIX] Activate Screencasts on Mac
- [TESTING] Make Tests also work on macs
- [TEST] Add workaround for loading pagetree
- [REFACTOR] Adopt new StackTest Structure
- [CODESTYLE] Make qa happy

12.5.2:

- [DOCS] Add known issue to explain missing (orphaned) MM records in the record tree
- [BUGFIX] Discard the table portion of a joined row if the joined record does not exist
- [META] Exclude compile-sass from archive
- [BUGFIX] Cast pageuid to integer to build the preview URL

12.5.1:

- [BUGFIX] Correct evaluation of publishing state
- [BUGFIX] Fixes Databender for Redirects

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.5.2',
'version' => '12.5.3',
'state' => 'stable',
'clearCacheOnLoad' => true,
'author' => 'Alex Kellner, Oliver Eglseder, Thomas Scheibitz, Stefan Busemann',
Expand Down

0 comments on commit ded5a1e

Please sign in to comment.