Skip to content

Commit fd11ad2

Browse files
committed
[RELEASE] Publish version 5.1.2
1 parent 315dd47 commit fd11ad2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
5.1.2:
4+
5+
- [BUGFIX] Downgrade array syntax the be PHP 5.3 compatible
6+
- [DOCS] Update default excluded tables list
7+
- [BUGFIX] Ignore assets of extensions simpleOverviewAndAjax
8+
39
5.1.1:
410

511
- [BUGFIX] Use Records property setter to set local and foreign properties

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "in2code/in2publish_core",
33
"description": "Content publishing extension to connect stage and production server",
4-
"version": "5.1.1",
4+
"version": "5.1.2",
55
"keywords": [
66
"TYPO3 CMS",
77
"publishing",

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'title' => 'in2publish Core',
44
'description' => 'Content publishing extension to connect stage and production server',
55
'category' => 'plugin',
6-
'version' => '5.1.1',
6+
'version' => '5.1.2',
77
'state' => 'stable',
88
'uploadfolder' => 0,
99
'createDirs' => '',

0 commit comments

Comments
 (0)