Skip to content

Commit

Permalink
[RELEASE] Version 12.5.5 Fixes & Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoffmann1979 committed Oct 9, 2024
2 parents d21ef74 + b44a095 commit dcaa090
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# In2publish Core Change Log

15.5.4:
12.5.5:
- [BUGFIX] Correct Response of Compare Tool
- [BUGFIX] Make ResolverService public
- [BUGFIX] Fix cache clear task
- [BUGFIX] Fix filters in file module
- [TASK] Make search in file module case-insensitive

12.5.4:
- [BUGFIX] Enable Logging in Command on foreign
- [BUGFIX] LogLevel is evaluated correctly

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

0 comments on commit dcaa090

Please sign in to comment.