From 1d1e0f8c3729bc31bf7ab542c0416b5094978427 Mon Sep 17 00:00:00 2001 From: Ransom Date: Thu, 20 Feb 2020 16:55:42 -0500 Subject: [PATCH] Update readme and stuff --- CHANGELOG.md | 2 +- README.md | 6 +----- composer.json | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a1aa5..6659717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Bulk Edit Changelog -## Unreleased +## 2.0.2 - 2020-02-20 ### Added - All field types (including custom ones and Matrix) now support bulk replacement!!! diff --git a/README.md b/README.md index f936518..ea6a946 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Bulk Edit plugin for Craft CMS 3.2 +# Bulk Edit plugin for Craft CMS 3.2+ ## Overview The Bulk Edit plugin adds an action to supported element index pages that allows you to edit fields on a large number of @@ -24,10 +24,6 @@ Additionally, some fields support different strategies for the edit process. At Craft to pick it up. After the queue has finished, you may reload the page and see your changes. ## Limitation & Issues -* Custom fields and Matrix fields are not currently supported due to issues that arise when a field is rendered without -single entry selected. -* Currently, there isn't a way to edit properties on elements that are not custom fields (for example, title, slug, -post date, etc) * Validation is not enforced when you're editing these fields, this means you can end up with elements with fields in potentially erroneous states (for example, removing all content on a required field) * After the queue finishes running, make sure you refresh the page to see the updates in the element index diff --git a/composer.json b/composer.json index dc73667..0a1f2ec 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "venveo/craft-bulkedit", "description": "Bulk edit entries", "type": "craft-plugin", - "version": "2.0.1", + "version": "2.0.2", "keywords": [ "craft", "cms",