Skip to content

Commit

Permalink
skip cache if request is an ajax request
Browse files Browse the repository at this point in the history
  • Loading branch information
Klearchos Douvantzis committed Dec 27, 2018
1 parent a1ab75c commit 71a7c27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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",
Expand Down

0 comments on commit 71a7c27

Please sign in to comment.