Skip to content

Commit badfb61

Browse files
author
ch.ris
committed
1.0.2 - Bugfix case-sensitivity
Fixed case-sensitivity bug in HTMLCachePlugin.php, causing an invisible error that did not enable the plugin
1 parent 38914b4 commit badfb61

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

HTMLCachePlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* @link https://github.com/craftapi
1010
* @package HTMLCache
1111
* @since 1.0.0
12-
* @version 1.0.1
12+
* @version 1.0.2
1313
*/
1414

1515
namespace Craft;
1616

17-
class HtmlcachePlugin extends BasePlugin
17+
class HTMLCachePlugin extends BasePlugin
1818
{
1919
/**
2020
* Call the service to check if we already have a cache file; register events

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ HTML Cache works automatically
3333

3434
## HTML Cache Changelog
3535

36+
### 1.0.2 -- 2016.03.03
37+
38+
* Fixed case-sensitivity bug in HTMLCachePlugin.php, causing an invisible error that did not enable the plugin
39+
3640
### 1.0.1 -- 2016.02.22
3741

3842
* Moved to services instead of plugin file self

releases.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
[
22
{
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"downloadUrl": "https://github.com/craftapi/htmlcache/archive/master.zip",
5+
"date": "2016-03-03T22:19:04.096Z",
6+
"notes": [
7+
"Fixed case-sensitivity bug in HTMLCachePlugin.php, causing an invisible error that did not enable the plugin"
8+
]
9+
},
10+
{
11+
"version": "1.0.1",
12+
"downloadUrl": "https://github.com/craftapi/htmlcache/archive/1.0.1.zip",
513
"date": "2016-02-17T12:29:04.096Z",
614
"notes": [
715
"Moved functionality to services, default cache expires after one hour, disabled for DEV-mode, only caches non-cp GET requests"

0 commit comments

Comments
 (0)