Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit bc6daee

Browse files
authored
Merge pull request #40 from cloudflare/v2.2.0
Updated 2.1.1 -> 2.2.0
2 parents bee2efe + 3e62078 commit bc6daee

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
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+
## [2.2.0](#2.2.0) - 2017-07-10
6+
### Added
7+
- Added a new route to get config. Returns an empty array by default. [#39](https://github.com/cloudflare/cloudflare-plugin-backend/pull/39)
8+
59
## [2.1.1](#2.1.1) - 2017-04-05
610
### Changed
711
- DefaultConfig has a default empty JSON config as the constructor argument now. [#38](https://github.com/cloudflare/cloudflare-plugin-backend/pull/38)
812

9-
## [2.1.0](#2.1.0) - 2017-13-08
13+
## [2.1.0](#2.1.0) - 2017-03-08
1014
### Changed
1115
- `CF\API\AbstractAPIClient` depends on `CF\API\HttpClientInterface` and uses `CF\API\DefaultHttpClient` (Guzzle 5) [#37](https://github.com/cloudflare/cloudflare-plugin-backend/pull/37)
1216

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cloudflare/cloudflare-plugin-backend",
33
"description": "A PHP backend for Cloudflare plugins.",
44
"license": "BSD-3-Clause",
5-
"version": "2.1.1",
5+
"version": "2.2.0",
66
"scripts": {
77
"test": "vendor/bin/phpunit",
88
"lint": "vendor/bin/phpcs -n --standard=PSR2 --extensions=php src/",

0 commit comments

Comments
 (0)