This repository was archived by the owner on Jan 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6+ ## [ 8.1.0] - 2018-12-06
7+ ### Summary
8+
9+ - support for Ruby 2.5
10+ - add support for typo3_console task "extension: setupactive "
11+ - adjust typo3 variable for TYPO3 8.7 compatibility
12+ - use remote_web_root_path for path construction
13+
614## [ 8.0.0] - 2018-02-09
715### Summary
816
@@ -26,5 +34,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2634- first public release
2735
2836[ Unreleased ] : https://github.com/dkdeploy/dkdeploy-typo3-cms/compare/master...develop
37+ [ 8.1.0 ] : https://github.com/dkdeploy/dkdeploy-typo3-cms/releases/tag/v8.1.0
2938[ 8.0.0 ] : https://github.com/dkdeploy/dkdeploy-typo3-cms/releases/tag/v8.0.0
3039[ 7.0.0 ] : https://github.com/dkdeploy/dkdeploy-typo3-cms/releases/tag/v7.0.0
Original file line number Diff line number Diff line change 22
33The dkdeploy core maintainers would like to recognize following contributors (in alphabetic order):
44
5+ - Jan Bergmann
6+ - Dimitri Ebert
57- Sascha Egerer
68- Christoph Gerold
79- Johannes Goslar
10+ - Kai Harder
811- Kieran Hayes
912- Wilfried Irßlinger
1013- Thomas Jahnke
1114- Gleb Levitin
1215- Luka Lüdicke
16+ - Minh-Thien Nhan
1317- Nicolai Reuschling
1418- Lars Tode
1519- Timo Webler
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dkdeploy-typo3-cms ruby gem represents the extension of [Capistrano](http://capi
1313
1414Add this line to your application's ` Gemfile `
1515
16- gem 'dkdeploy-typo3-cms', '~> 8.0 '
16+ gem 'dkdeploy-typo3-cms', '~> 8.1 '
1717
1818and then execute
1919
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module Cms
44 # Class for version number
55 class Version
66 MAJOR = 8
7- MINOR = 0
7+ MINOR = 1
88 PATCH = 0
99
1010 def self . to_s
You can’t perform that action at this time.
0 commit comments