Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit 49b3bbd

Browse files
committed
Merge branch 'release/2.8.0'
2 parents 6ad1ed5 + 657f85f commit 49b3bbd

File tree

6 files changed

+9
-42
lines changed

6 files changed

+9
-42
lines changed

CHANGELOG.md

+1-23
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 2.8.0 - TBD
5+
## 2.8.0 - 2019-10-19
66

77
### Added
88

@@ -24,28 +24,6 @@ All notable changes to this project will be documented in this file, in reverse
2424

2525
- Nothing.
2626

27-
## 2.7.1 - TBD
28-
29-
### Added
30-
31-
- Nothing.
32-
33-
### Changed
34-
35-
- Nothing.
36-
37-
### Deprecated
38-
39-
- Nothing.
40-
41-
### Removed
42-
43-
- Nothing.
44-
45-
### Fixed
46-
47-
- Nothing.
48-
4927
## 2.7.0 - 2018-05-14
5028

5129
### Added

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2005-2018, Zend Technologies USA, Inc.
1+
Copyright (c) 2005-2019, Zend Technologies USA, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
},
5050
"extra": {
5151
"branch-alias": {
52-
"dev-master": "2.7.x-dev",
53-
"dev-develop": "2.8.x-dev"
52+
"dev-master": "2.8.x-dev",
53+
"dev-develop": "2.9.x-dev"
5454
}
5555
},
5656
"scripts": {

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/book/index.html

-10
This file was deleted.

mkdocs.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
docs_dir: docs/book
22
site_dir: docs/html
3-
pages:
4-
- index.md
5-
- Intro: intro.md
3+
nav:
4+
- Home: index.md
5+
- Introduction: intro.md
66
- Reference:
77
- "XML-RPC Clients": client.md
88
- "XML-RPC Servers": server.md
99
site_name: zend-xmlrpc
10-
site_description: zend-xmlrpc
10+
site_description: "Fully-featured XML-RPC server and client implementations"
1111
repo_url: 'https://github.com/zendframework/zend-xmlrpc'
12-
copyright: 'Copyright (c) 2005-2018 <a href="https://www.zend.com/">Zend Technologies USA Inc.</a>'

0 commit comments

Comments
 (0)