Skip to content

v6.2.15

Compare
Choose a tag to compare
@benjaminkott benjaminkott released this 27 Dec 03:08
· 1829 commits to master since this release

TASK

  • [TASK] Add travis-ci build status image 3e5f00f
  • [TASK] Remove unused coverage from travis f0ef2c5
  • [TASK] Add phpcs as dev dependency to composer.json 50d372c
  • [TASK] Remove TYPO3 dependencies and conflicts from composer.json 3dc0c1d
  • [TASK] Add travis-ci support b103871
  • [TASK] Unify license comment 1737339
  • [TASK] Static declaration should come after the visibility declaration aaad7a4
  • [TASK] Apply PSR-2 a8a589e
  • [TASK] Add scrutinizer code style fixer for psr-2 023b985
  • [TASK] Convert tabs to spaces 2 42381a0
  • [TASK] Convert tabs to spaces 82ee78a
  • [TASK] Add scrutinizer psr-2 settings 4dac59f
  • [TASK] Add braces in condition ab4dcaf
  • [TASK] Add code quality section to readme e4e3e9b
  • [TASK] Add YML to editorconfig 82bae49
  • [TASK] Add scrutinizer configuration 756f96a
  • [TASK] Change TYPO3 composer dependency to typo3-cms 6c9570f
  • [TASK] Update less.php to 1.7.0.5 d359261

BUGFIX

  • [BUGFIX] Ignore PSR-2 check for legacy core classes aa58782
  • [BUGFIX] Use camel caps format for functions in external media utility d176687
  • [BUGFIX] PSR-2 Violations f15a896
  • [BUGFIX] Add composer self-update to travis 914a425
  • [BUGFIX] Correct indention da8c97d
  • [BUGFIX] Use correct assignment for TypoScript value 1e79873
  • [BUGFIX] Make class.ext_update.php work on PHP b8d89b1
  • [BUGFIX] There is no boostrap package 1cf9b92

MISC