views_bulk_operations 4.2.3

Bug fixes

Changelog:

  • #3331291: Implement a primary button in Action confirm form.
  • Return type hints backwards compatibility issue in ViewsBulkOperationsActionBase fixed.

views_bulk_operations 4.2.2

Bug fixes

Changelog:

  • Issue #3328293: Fixed PHP 8.2 deprecated code.
  • Issue #3317188: Implement a primary button in Action configuration form
  • Issue #3311881: Fix Javascript syntax error when using Advagg

Merry Christmas Drupal community!

views_bulk_operations 4.2.1

Bug fixes
New features

Changelog:

  • Coding standard fixes.
  • Allowed non Batch API operations to use context as well, unified non-batch API and Batch API logic in general.
  • Automated tests improvements.
  • Issue #3216584: Fixed cancel user action for users having more than 10 content items.
  • Issue #3312889: composer.json fix: require php version >=7.4.0.
  • PHP 7.4 compatibility fix.

views_bulk_operations 7.x-3.7

Bug fixes
New features

PHP 8 support and option to hide "Select all items on this page"

views_bulk_operations 4.2.0

Differences between 4.2.0 and 4.1.6:

  • PHP 7.3 no longer supported.
  • Requires Drupal 9.4 or newer.
  • Automated tests improvements.
  • Added eslint config.

In terms of functionality it's the same but the 4.2.x branch will get most of the support now so it should be the best choice for actively maintained and updated projects.

views_bulk_operations 4.1.6

Bug fixes

This release fixes PHP 7.3 compatibility issues.

For PHP >= 7.4, 4.2.x branch is recommended, new release coming soon.

views_bulk_operations 4.1.4

Added view arguments in ViewsBulkOperationsAccess to be available in other Views access plugins.

views_bulk_operations 4.1.0

Bug fixes
New features

Changelog:

  1. Drupal 8 is no longer supported.
  2. #3261870: Fixed Drupal 9 deprecations.
  3. #3265074: Added vbo-list drush command (list all available actions), fixed a PHP warning.

views_bulk_operations 4.1.x-dev

New features

Development release for 4.1.x branch.

Drupal 8 no longer supported.

views_bulk_operations 4.0.1

Bug fixes

Changelog:

  • #3248186 Symfony 4.4 event dispatcher parameter order change
  • #3211494 follow-up: Use statement fix.
  • #3217543, #3216144: Pager issues fixed.
  • Coding standards & readability fixes.

views_bulk_operations 4.0.0

To make this official, here's the first stable for the 4.x branch.

No changes since the RC.

views_bulk_operations 4.0.0-rc1

Bug fixes
New features

This is the first release candidate for the 4.0.x branch. If no new issues are found, we'll have a stable release in 2-3 weeks.

The only backwards compatibility loss with this is that automated tests with complimentary modules containing custom actions with preliminary configuration (Views admin VBO field action settings) will fail on config schema validation due to missing schema. This missing schema needs to be added (see the example module and test module config/schema/*.schema.yml for working examples).

views_bulk_operations 4.0.x-dev

New features

A new major branch, released due to lost backwards compatibility for schema checkers (like during automated tests).
Reason: #3067460: Make action button label overrides translatable

views_bulk_operations 8.x-3.13

Bug fixes

Changelog:

  • Added guard for empty pager id. (#3208483)
  • Added missing config schema.

views_bulk_operations 8.x-3.8

Automated tests now pass with Drupal 9.

Other than that there are no changes comparing to 3.7.

views_bulk_operations 8.x-3.7

Bug fixes

Changelog:

  • Issue #3133476: Add explicit Drush 10 support (since Drush 9 isn't supported by Drupal 9)
  • entity:delete_action:node action will not be selectable now as it's incompatible.
  • Issue #3131516: Use core_version_requirement for D9
  • Issue #3020922: Overcome nondeterministic behaviour in mysql ORDER BY

views_bulk_operations 8.x-3.6

Bug fixes

This release fixes update path from 8.x-3.4 as in (for those that haven't updated yet) that was dropping set action preliminary configurations. If someone already updated, there are a couple of possible ways to fix it, including:

  • import the old config for views that use Views Bulk Operations (if available) and execute the views_bulk_operations_update_8034 function
  • or just manually recreate the config

Other changes:

views_bulk_operations 8.x-3.5

Bug fixes
New features

NOTE: Due to introduction of pager manager in Drupal core 8.8 (The pager has now a backend changeable service) that caused malfunction of pagers when VBO was enabled on views (lack of core API backwards compatibility), this version of VBO will require Drupal core >= 8.8. If for some reason 8.7 or lower is used on your project - don't update.

views_bulk_operations 8.x-3.3

Bug fixes
Insecure

Changelog:

  • #3084741: Arguments are lost when views total results are counted
  • #2929872: Fix typo in README
  • #3056119: Save current data of a pager
  • #3065377: Select All is not stable

views_bulk_operations 8.x-3.2

Bug fixes
Insecure

Changelog:

  • No issue: Updated clear_on_exposed description.
  • Issue #3056675: Incorrect count of additional items on confirmation page.
  • Issue #3055739: Fixed unintended selection clearing.

views_bulk_operations 8.x-3.1

Bug fixes
New features
Insecure

Changelog:

  • Issue #3053362: Visibility of action can now be controlled with the customAccess action class method.
  • Issue #3056119: Fixed pager bug.

views_bulk_operations 8.x-3.0

Bug fixes
New features
Insecure

This is the first stable release for the 3.x branch. Now 3.x is the officially recommended release branch that'll be mostly supported so all sites still using 2.x are advised to upgrade to 3.x (99.9% of actions working with 2.x should work with 3.x without any issues).

Changelog:

views_bulk_operations 8.x-3.0-rc1

Insecure

This is the first stable release candidate for the 8.x-3.x branch. The API seems stable, there are no changes since the alpha-3 release.

views_bulk_operations 8.x-3.0-alpha3

Bug fixes
New features
Insecure

Changelog:

  • Implemented additional logic for the "Clear selection when exposed filters change" setting to make it work better, added suitable description on the checkbox.
  • Added extra batch processing safeguards so batch will always end.
  • Resolved issue #3038648: Memory Error for large views with exposed filters.

views_bulk_operations 8.x-3.0-alpha2

Bug fixes
Insecure

Changelog:

  • Fixed getting of view rows in exclude mode when actions alter entity properties or delete entities.
  • Select all checkbox is now always displayed on display plugins other than core table.
  • Extended automated tests
  • Minor improvements and cleanup

views_bulk_operations 8.x-3.0-alpha1

Bug fixes
New features
Insecure

The first alpha release for the 3.x branch.

Changes in the 3.x branch:

  • Includes exclude mode selection (when all view results are selected, user can switch pages and deselect some of the rows)
  • Different method for generating selected entity list (loading entities and getting their labels limited to 50)

All actions working with the 2.x branch should work with 3.x branch as well, for API change details please see the 3.x dev release notes.

views_bulk_operations 8.x-2.5

Bug fixes
Insecure

Changelog:

  • Issue #3034023: Missing schema
  • Issue #3030554: Fix 8.7 compatibility problems in ViewsBulkOperationsBulkForm
  • Issue #3000714: Views exposed input lost after executing bulk operation
  • Issue #2952498: Fatal error when executing simple actions on Adminimal theme - temporary fix

views_bulk_operations 8.x-3.x-dev

Bug fixes
New features

The 3.x release branch's purpose is to enable the "exclude" mode of selection to solve the #2986820: Select all results in this view and manually exclude some issue by extending the "Select all results on all pages" and allowing exclusion of certain results. This will make UI completely intuitive and will add an additional API functionality.

views_bulk_operations 8.x-2.2

Bug fixes
Insecure

Changes:

  1. Fixed issue #2957823: Error after updating to Drupal 8.5.1
  2. Fixed issue #2954568: Impossible to drop selection when going back from config / confirm form

views_bulk_operations 8.x-2.1

Insecure

This release doesn't contain any new features or bug fixes, but only automated testing improvements, providing a base kernel test class that can be used in other contrib modules to test custom actions. Recommended for module developers, otherwise no update from 2.0 is required.

views_bulk_operations 8.x-2.0

New features
Insecure

This is the first stable release for the 8.x-2.x branch.

With this release the 1.x branch is no longer supported and site administrators should update to the latest 2.x release. All known core & contrib actions working with 1.x will also work with 2.x (please see the 2.x-dev release notes for more information).

Changes since 8.x-2.0-rc4:

Pages

Subscribe with RSS Subscribe to Releases for Views Bulk Operations (VBO)