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

Commit 7a0b349

Browse files
committed
prepare release v8.0.0
1 parent 41805f7 commit 7a0b349

File tree

5 files changed

+9
-14
lines changed

5 files changed

+9
-14
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
AllCops:
2-
TargetRubyVersion: 2.2
32
Exclude:
43
- 'tmp/**/*'
54
- 'spec/fixtures/application/htdocs/stylesheets/**/config.rb'
65
- 'config/**/*'
76
- 'Vagrantfile'
87
- 'vendor/**/*'
8+
TargetRubyVersion: 2.2
99
ExtraDetails: true
1010
DisplayStyleGuide: true
1111
DisplayCopNames: true

CHANGELOG.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]: https://github.com/dkdeploy/dkdeploy-php/compare/master...develop
6-
7-
### Added
5+
## [8.0.0] - 2017-09-18
6+
### Summary
87

98
- `:ssl_verify_mode` for server properties, which takes SSL verify_mode constants (`OpenSSL::SSL::VERIFY_NONE`)
10-
11-
### Changed
12-
139
- `Dkdeploy::Php::Helpers::Http::http_get_with_redirect` gets arguments as options hash now
1410
- Vagrant 2.0.x support
1511
- rubocop upgrade to 0.50
@@ -19,16 +15,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1915
- dkdeploy-test_environment upgrade to 2.0
2016
- dkdeploy-core upgrade 9.0
2117
- Add dependencies for cucumber, rubocop, aruba and mysql2
22-
23-
### Fixed
24-
2518
- remove SSL certificate bypassing in http helper #5
2619

27-
2820
## [7.0.0] - 2016-07-01
2921
### Summary
3022

3123
- first public release
3224

33-
25+
[Unreleased]: https://github.com/dkdeploy/dkdeploy-php/compare/master...develop
26+
[8.0.0]: https://github.com/dkdeploy/dkdeploy-php/releases/tag/v8.0.0
3427
[7.0.0]: https://github.com/dkdeploy/dkdeploy-php/releases/tag/v7.0.0

CONTRIBUTORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This Rubygem `dkdeploy-php` ruby gem represents the extension of [Capistrano](ht
1313

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

16-
gem 'dkdeploy-php', '~> 7.0'
16+
gem 'dkdeploy-php', '~> 8.0'
1717

1818
and then execute
1919

lib/dkdeploy/php/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Php
33
# Class for version number
44
#
55
class Version
6-
MAJOR = 7
6+
MAJOR = 8
77
MINOR = 0
88
PATCH = 0
99

0 commit comments

Comments
 (0)