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

Commit 3137a5e

Browse files
committed
prepare release v8.0.0
1 parent 8ae8fbb commit 3137a5e

4 files changed

Lines changed: 12 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,28 @@
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-
## [7.0.0] - 2017-01-16
6+
## [8.0.0] - 2018-02-09
77
### Summary
88

9-
- first public release
10-
11-
### Changed
12-
139
- rubocop upgrade to 0.50
1410
- ruby upgrade to 2.2
1511
- bundler upgrade
1612
- rake upgrade
1713
- dkdeploy-test_environment upgrade to 2.0
1814
- dkdeploy-core upgrade 9.0
1915
- dkdeploy-php upgrade 8.0
20-
- Add dependencies for `cucumber`, `rubocop`, `aruba` and `mysql2
16+
- Add dependencies for `cucumber`, `rubocop`, `aruba` and `mysql2`
2117
- upgrade vagrant box to `ubuntu/xenial64`
2218
- update TYPO3 8.7
19+
- dropped support for TYPO3 7.6
2320
- moving deploy tasks from step_definitions/typo3.rb to deploy.rb for the testing
2421
- Add TYPO3 specific configuration for assets and database
2522

23+
## [7.0.0] - 2017-01-16
24+
### Summary
25+
26+
- first public release
27+
2628
[Unreleased]: https://github.com/dkdeploy/dkdeploy-typo3-cms/compare/master...develop
29+
[8.0.0]: https://github.com/dkdeploy/dkdeploy-typo3-cms/releases/tag/v8.0.0
2730
[7.0.0]: https://github.com/dkdeploy/dkdeploy-typo3-cms/releases/tag/v7.0.0

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2017 dkd Internet Service GmbH, Frankfurt am Main (Germany), https://dkd.de
1+
Copyright (c) 2014-2018 dkd Internet Service GmbH, Frankfurt am Main (Germany), https://dkd.de
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

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', '~> 7.0'
16+
gem 'dkdeploy-typo3-cms', '~> 8.0'
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
@@ -3,7 +3,7 @@ module Typo3
33
module Cms
44
# Class for version number
55
class Version
6-
MAJOR = 7
6+
MAJOR = 8
77
MINOR = 0
88
PATCH = 0
99

0 commit comments

Comments
 (0)