From 71a7c27eaef3614e1cdee25cea099f14084ff8e3 Mon Sep 17 00:00:00 2001 From: Klearchos Douvantzis Date: Thu, 27 Dec 2018 10:09:47 +0100 Subject: [PATCH] skip cache if request is an ajax request --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 824a500..3e07982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.12 - 2018-12-27 + +### Updated +- Skip cache if request is an ajax request. + ## 1.0.11 - 2018-12-05 ### Added diff --git a/composer.json b/composer.json index e5e4fcb..0ead46b 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "bolden/htmlcache", "description": "Craft CMS plugin. Cache pages to HTML and boost website performance.", "type": "craft-plugin", - "version": "1.0.11", + "version": "1.0.12", "keywords": [ "craft", "cms",