Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit e02a109

Browse files
committed
prepare release of v8.1.0
1 parent c57889c commit e02a109

4 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
This 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

CONTRIBUTORS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
The 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dkdeploy-typo3-cms ruby gem represents the extension of [Capistrano](http://capi
1313

1414
Add this line to your application's `Gemfile`
1515

16-
gem 'dkdeploy-typo3-cms', '~> 8.0'
16+
gem 'dkdeploy-typo3-cms', '~> 8.1'
1717

1818
and then execute
1919

lib/dkdeploy/typo3/cms/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)