Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Klearchos Douvantzis committed Oct 24, 2018
1 parent 7c7d76b commit 3d46bb1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 14 deletions.
39 changes: 26 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,40 @@ 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.2 - 2018-08-21
## 1.0.8 - 2018-10-24

### Fixed
- Fix prefix of tables in migration file

## 1.0.7 - 2018-10-12

### Added
- Initial release
- Added new optimizedContent which removes whitespaces from cached file and therefore less size.

## 1.0.3 - 2018-08-22
### Updated
- Update READ.ME
### Fixed
- Fix updating cache element (thanks [bragle] (https://github.com/bragle))

## 1.0.6 - 2018-10-03

## 1.0.4 - 2018-08-23
### Fixed
Fix error when saving settings under certain scenario's
- Fix error headers already sent when devMode is enabled (thanks [bragle] (https://github.com/bragle))

## 1.0.5 - 2018-09-26

### Fixed
Fix error on craft installations without element-api plugin installed
- Fix error on craft installations without element-api plugin installed

## 1.0.4 - 2018-08-23

## 1.0.6 - 2018-10-03
### Fixed
Fix error headers already sent when devMode is enabled (thanks [bragle] (https://github.com/bragle))
- Fix error when saving settings under certain scenario's

## 1.0.3 - 2018-08-22

## 1.0.7 - 2018-10-12
### Updated
Added new optimizedContent which removes whitespaces from cached file and therefore less size.
Fix updating cache element (thanks [bragle] (https://github.com/bragle))
- Update READ.ME

## 1.0.2 - 2018-08-21

### Added
- Initial release
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.7",
"version": "1.0.8",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 3d46bb1

Please sign in to comment.