From 42f9736d772c9ce5a21c34603e1c02e3588296f2 Mon Sep 17 00:00:00 2001 From: Benjamin Ammann <26964239+ammannbe@users.noreply.github.com> Date: Sat, 16 Sep 2023 18:30:00 +0200 Subject: [PATCH] updated CHANGELOG.md & version --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2465974..04386ef 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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/). +## 0.2.4 - 2023-09-16 + +### Fixed + +- fixed invalid owner ID exception +- fixed php 7.4 syntax error + ## 0.2.3 - 2023-08-17 ### Fixed diff --git a/composer.json b/composer.json index e060327..9176a06 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "suhype/craft-pagecache", "description": "Simple HTML Page Cache Plugin", "type": "craft-plugin", - "version": "0.2.3", + "version": "0.2.4", "keywords": [ "craft", "cms",