From 65bf26afe13847b744661c8956dc69aabfa4ce47 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Tue, 19 Mar 2024 15:51:28 -0400 Subject: [PATCH] chore: Version 1.0.18 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a77bde4..58f3164 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 1.0.18 - UNRELEASED +### Fixed +* Fixed an issue that would cause the `SectionShorthandFieldsAutocomplete` to throw an exception if you were running PHP < 8.0 ([#1436](https://github.com/nystudio107/craft-seomatic/issues/1436)) + ## 1.0.17 - 2024.01.29 ### Added * Compatibility with Craft CMS 5 diff --git a/composer.json b/composer.json index 1e7afe1..941c007 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nystudio107/craft-code-editor", "description": "Provides a code editor field with Twig & Craft API autocomplete", "type": "yii2-extension", - "version": "1.0.17", + "version": "1.0.18", "keywords": [ "code", "editor",