Skip to content

Commit

Permalink
bump new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ammannbe committed Aug 13, 2023
1 parent 24ba61c commit 6636dd0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ 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.2.0 - 2023-08-13

### Added

- added rewrite rules in README.md
- added batch job handling

### Fixed

- fixed excludedUrls on all sites
- disabled ElementAction buttons if plugin is disabled

### Changed

- fixed async requests in PageCacheTask
- disable optimize HTML by default
- decode (special characters) in path

## 1.1.0 - 2023-06-03

### 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": "suhype/craft-pagecache",
"description": "Simple HTML Page Cache Plugin",
"type": "craft-plugin",
"version": "1.1.0",
"version": "1.2.0",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/PageCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class PageCache extends Plugin
/**
* @var string
*/
public string $schemaVersion = '0.0.1';
public string $schemaVersion = '1.2.0';

/**
* @var bool
Expand Down

0 comments on commit 6636dd0

Please sign in to comment.