From f7c1b296d09f163a648f0d1c8037d4a09fe116ec Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 4 Aug 2016 10:20:34 +0200 Subject: [PATCH 1/4] Min stability should be stable --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0c04c62..f92c55f 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,5 @@ "branch-alias": { "dev-master": "1.1-dev" } - }, - "prefer-stable": true, - "minimum-stability": "dev" + } } From 91579973374b0a20b0f15f10ba9f6646222b5d79 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 4 Aug 2016 10:22:02 +0200 Subject: [PATCH 2/4] Added version number --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c34009..8acd670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log -## UNRELEASED +## 1.1.0 - 2016-08-04 ### Added From 442c7df3d41637af255ea2e468684ae950e67939 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 4 Aug 2016 10:38:03 +0200 Subject: [PATCH 3/4] Typo --- src/CachePlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CachePlugin.php b/src/CachePlugin.php index c4fb6af..07f9a7b 100644 --- a/src/CachePlugin.php +++ b/src/CachePlugin.php @@ -43,7 +43,7 @@ final class CachePlugin implements Plugin * value * @var string $hash_algo The hashing algorithm to use when generating cache keys * @var int $cache_lifetime (seconds) To support serving a previous stale response when the server answers 304 - * we have to store the cache for a longer time that the server originally says it is valid for. + * we have to store the cache for a longer time than the server originally says it is valid for. * We store a cache item for $cache_lifetime + max age of the response. * } */ From 77acdc192865b3774bc0dec46b53e0fdd6a610f5 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 4 Aug 2016 10:38:59 +0200 Subject: [PATCH 4/4] Reverted --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8acd670..8c34009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log -## 1.1.0 - 2016-08-04 +## UNRELEASED ### Added