Skip to content

Commit

Permalink
Finish 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mosnar committed Jan 24, 2020
1 parent 64d467f commit 6f21bdb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Bulk Edit Changelog

## Unreleased
## 2.0.0 - 2020-01-24
{warning} The FieldProcessorInterface has slightly changed to better
support old versions of PHP. If you wrote your own FieldProcessor,
ensure it has been updates prior to updating to 2.0.0

### Added
- Add support for new strategies: ADD, MULTIPLY, DIVIDE
- Number fields now have the following strategies: REPLACE, ADD, SUBTRACT, MULTIPLY, DIVIDE
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": "1.1.1",
"version": "2.0.0",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 6f21bdb

Please sign in to comment.