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

Commit

Permalink
v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thellimist committed Aug 3, 2016
1 parent ad13c1e commit fa780e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.9](#1.0.9) - 2016-08-03
### Changed
- Removed static type checking to support earlier php versions [ad13c1e](https://github.com/cloudflare/cloudflare-plugin-backend/commit/ad13c1ec6edeceae5a85f8912208ce2c80f4a5f2)

## [1.0.8](#1.0.8) - 2016-08-02
### Changed
- Fixed error message bug [61584ca](https://github.com/cloudflare/cloudflare-plugin-backend/commit/61584ca56f8ed6ba76cb321593955e0b57f3c88d)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cloudflare/cloudflare-plugin-backend",
"description": "A PHP backend for CloudFlare plugins.",
"license": "BSD-3-Clause",
"version": "1.0.8",
"version": "1.0.9",
"scripts": {
"test": "vendor/bin/phpunit",
"format": "vendor/bin/phpcs -n --standard=PSR2 --extensions=php,live.php src/"
Expand Down

0 comments on commit fa780e8

Please sign in to comment.