From d5ca7203f43bf9614b439a9595867b10e08ba608 Mon Sep 17 00:00:00 2001 From: Daniel Hoffmann Date: Mon, 26 Aug 2024 11:44:42 +0200 Subject: [PATCH 1/2] [META] Set the EM conf version number to 12.5.3 --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 2e97cf9cc..1e8acc85f 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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', From 9c62195010acdce9856d8c013af9eb84c1b37d7e Mon Sep 17 00:00:00 2001 From: Daniel Hoffmann Date: Mon, 26 Aug 2024 11:46:28 +0200 Subject: [PATCH 2/2] [DOCS] Update changelog --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d4d5d2db..aeb7c0c61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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