From 851c4b5b5ae0a0391e80a2d20421f2c17b757f4c Mon Sep 17 00:00:00 2001 From: Prateek Rungta Date: Sat, 13 Apr 2024 12:08:41 +0530 Subject: [PATCH] Finish v1.2.0 --- CHANGELOG.md | 2 +- README.md | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c7e9a..50bcf49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Release notes for the Obfuscator Craft CMS plugin. -## Unreleased +## 1.2.0 - 2024-04-13 ### Added - Added support for Craft 5. ([#9](https://github.com/miranj/craft-obfuscator/issues/9), [#10](https://github.com/miranj/craft-obfuscator/pull/10) by [@lindseydiloreto](https://github.com/lindseydiloreto)) diff --git a/README.md b/README.md index 049569c..2fee0ab 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Open your terminal and run the following commands: Requirements ------------ -This plugin requires Craft CMS 3 or 4. The Craft 2 version is availabe in [the `v0` branch](https://github.com/miranj/craft-obfuscator/tree/v0). +This plugin requires Craft CMS 3, 4, or 5. The Craft 2 version is availabe in [the `v0` branch](https://github.com/miranj/craft-obfuscator/tree/v0). diff --git a/composer.json b/composer.json index 9baf5b7..a579352 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "miranj/craft-obfuscator", "description": "Adds a Twig filter to obfuscate emails using Hivelogic Enkoder.", "type": "craft-plugin", - "version": "1.1.1", + "version": "1.2.0", "keywords": [ "craft-plugin", "craftcms",