File tree 3 files changed +15
-2
lines changed 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# In2publish Core Change Log
2
2
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
+
3
16
5.3.0:
4
17
5
18
- [ FEATURE] Cache all remote files for the Overview module for a vast performance increas
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " in2code/in2publish_core" ,
3
3
"description" : " Content publishing extension to connect stage and production server" ,
4
- "version" : " 5.3.0 " ,
4
+ "version" : " 5.3.1 " ,
5
5
"keywords" : [
6
6
" TYPO3 CMS" ,
7
7
" publishing" ,
Original file line number Diff line number Diff line change 3
3
'title ' => 'in2publish Core ' ,
4
4
'description ' => 'Content publishing extension to connect stage and production server ' ,
5
5
'category ' => 'plugin ' ,
6
- 'version ' => '5.3.0 ' ,
6
+ 'version ' => '5.3.1 ' ,
7
7
'state ' => 'stable ' ,
8
8
'uploadfolder ' => 0 ,
9
9
'createDirs ' => '' ,
You can’t perform that action at this time.
0 commit comments