Skip to content

Commit

Permalink
Finish 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mosnar committed Jul 22, 2019
1 parent 452d129 commit 9f10a0b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Bulk Edit Changelog

## 1.1.1 - 2019-07-22
### Fixed
- Fixed potential issues with merge strategies defaulting to replace

### Changed
- Abstracted field handling

### Added
- `EVENT_REGISTER_FIELD_PROCESSORS`

### Removed
- `EVENT_REGISTER_SUPPORTED_FIELDS` use `EVENT_REGISTER_FIELD_PROCESSORS` instead

## 1.1.0.1 - 2019-07-21
### Fixed
- Fixed an issue with bulkEdit component not being set
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.0.1",
"version": "1.1.1",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 9f10a0b

Please sign in to comment.