Skip to content

Commit

Permalink
Update readme and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Mosnar committed Feb 20, 2020
1 parent 42f57a3 commit 1d1e0f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!!!

Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1d1e0f8

Please sign in to comment.