Skip to content

Releases: venveo/craft-bulkedit

2.0.1

13 Feb 20:27
368f7fb
Compare
Choose a tag to compare

2.0.1 - 2020-02-13

Fixed

  • Fixed problem with saving bulk edit jobs in Firefox

Math Merge Strategies & Compatibility

24 Jan 13:51
a366fae
Compare
Choose a tag to compare

2.0.0 - 2020-01-24

Added

  • Add support for new strategies: ADD, MULTIPLY, DIVIDE
  • Number fields now have the following strategies: REPLACE, ADD, SUBTRACT, MULTIPLY, DIVIDE

Changed

  • Changed FieldProcessorInterface to remove void declaration

Fixed

  • Improved compatibility with older versions of php

Merge Strategy Improvements

22 Jul 16:48
c85fbcd
Compare
Choose a tag to compare

Fixed

  • Fixed 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

v1.1.0.1: Merge pull request #8 from venveo/develop

22 Jul 11:25
6b3fbf1
Compare
Choose a tag to compare
Fixed bulk edit component not getting set (#7)

Strategies, more element types, permissions, and abstraction

21 Jul 22:27
08bcc5a
Compare
Choose a tag to compare

Added

  • Strategy selection: replace, merge, or subtract
  • Added support for bulk editing custom fields on Categories
  • Added support for bulk editing custom fields on Users
  • Added support for bulk editing custom fields on Assets
  • Added support for bulk editing custom fields on Commerce Products
  • Added EVENT_REGISTER_ELEMENT_PROCESSORS to allow modules/plugins an opportunity to register an element processor
  • Added EVENT_REGISTER_SUPPORTED_FIELDS to allow modules/plugins an opportunity to register a supported field
  • Added a progress message to queue job
  • Added permissions for each element type
  • Edit contexts now ensure the element types match that of the original request

Changed

  • Refactored much of the modal form structure to accommodate strategies
  • Code cleaning & abstraction
  • The queue now runs automatically after saving a job
  • The queue jobs now batch elements properly

Removed

  • Don't save revisions of entries anymore

Bug Fix

08 Apr 18:33
3744b08
Compare
Choose a tag to compare

Fixed issue with HTML in field instructions

Maintenance release

08 Apr 18:03
4a078eb
Compare
Choose a tag to compare
v1.0.4

Update CHANGELOG.md

Bug Fixes

17 Nov 19:50
Compare
Choose a tag to compare
  • Increased column size for historical field values
  • Changed element saving scenario to more efficient ESSENTIALS
  • Cleaned up some old code

Added scrollbar to field selection modal

08 Oct 15:56
Compare
Choose a tag to compare

Added scrollbar to allow for larger field layouts

Changed plugin handle

01 Oct 14:58
Compare
Choose a tag to compare
v1.0.1

Adjsuted plugin handle