Skip to content

Commit f61ccc8

Browse files
committed
[RELEASE] Version 5.3.1 with 6.2 compat and Travis CI integration
1 parent 2ae751a commit f61ccc8

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
5.3.1:
4+
5+
- [TESTS] Integrate Travis CI testing
6+
- [TESTS] Purge manual autoload configuration
7+
- [REFACTOR] Remove code doublet by merging them into single methods
8+
- [STYLE] Add editor config file and fix all codestyle issues
9+
- [TESTS] Set correct @covers annotations in unit tests for code coverage
10+
- [DOCS] Add short developer explanation for JavaScript files
11+
- [PURGE] Remove unused PageModule fluid layout
12+
- [TASK] Add WFSA feature dependency of the enterprise version
13+
- [BUGFIX] Fix version incompatibility with TYPO3 6.2 where a FFS-PreCaching requires a specific method
14+
- [TASK] Require the existence of the RPC/Envelope table in the backend tests
15+
316
5.3.0:
417

518
- [FEATURE] Cache all remote files for the Overview module for a vast performance increas

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.3.0",
4+
"version": "5.3.1",
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.3.0',
6+
'version' => '5.3.1',
77
'state' => 'stable',
88
'uploadfolder' => 0,
99
'createDirs' => '',

0 commit comments

Comments
 (0)