From af10bf2d7631fefd6c8897b63f24e4cf28f14efb Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Tue, 12 Dec 2023 17:07:23 +1100 Subject: [PATCH] Release 1.4.5 --- CHANGELOG.md | 2 +- composer.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e88c63e..7556f86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 1.4.5 - 2023-12-12 ### Fixed - Fixed a JavaScript error that occurred when editing TinyMCE fields using the 'Full' config when in preview mode diff --git a/composer.json b/composer.json index 669eca1..78f9c63 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-tinymce", "description": "Adds the TinyMCE rich text editor as a Craft CMS field type", - "version": "1.4.4", + "version": "1.4.5", "type": "craft-plugin", "keywords": [ "cms", @@ -21,7 +21,7 @@ "support": { "issues": "https://github.com/spicywebau/craft-tinymce/issues", "source": "https://github.com/spicywebau/craft-tinymce", - "docs": "https://github.com/spicywebau/craft-tinymce/blob/1.4.4/README.md", + "docs": "https://github.com/spicywebau/craft-tinymce/blob/1.4.5/README.md", "rss": "https://github.com/spicywebau/craft-tinymce/commits/1.x.atom" }, "require": { @@ -39,7 +39,7 @@ "name": "TinyMCE Field", "class": "spicyweb\\tinymce\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-tinymce/blob/1.x/CHANGELOG.md", - "downloadUrl": "https://github.com/spicywebau/craft-tinymce/archive/refs/tags/1.4.4.zip" + "downloadUrl": "https://github.com/spicywebau/craft-tinymce/archive/refs/tags/1.4.5.zip" }, "minimum-stability": "dev", "prefer-stable": true, diff --git a/package.json b/package.json index da142db..8da4090 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-tinymce", - "version": "1.4.4", + "version": "1.4.5", "description": "Adds the TinyMCE rich text editor as a Craft CMS field type", "private": true, "main": "client/src/main.ts",