views_bulk_operations 4.4.3

  • Extended phpstan test coverage
  • Removed final and private to maintain BC

views_bulk_operations 4.4.1

Bug fixes

Changes

This release fixes issue #3553007 so other modules can extend various classes of VBO again.

views_bulk_operations 4.4.0

First stable 4.4.x release

Please upgrade to the latest 4.3.x before upgrading to this version (composer update 'drupal/views_bulk_operations:^4.3').

This release fixes all code quality checks and adds additional ones, it includes major cleanup and bringing up to recent standards work.

Full changelog since the previous stable release:

views_bulk_operations 4.4.0-rc1

Since there are no issues a week after the first 4.4.x beta..

This release fixes all code quality checks and adds additional ones, it includes major cleanup and bringing up to recent standards work.

Full changelog since the previous stable release:

#3549282: Improved code quality checks
#3479950: Config schema fixes
#3109367: Provide a way to disable "select all on all pages"
If there are no regressions or BC issues found we'll have a stable 4.4.0 in 1 week with 4.3.x no longer supported.

views_bulk_operations 4.4.0-beta1

This release fixes all code quality checks and adds additional ones, it includes major cleanup and bring up to standards work.

Full changelog:

views_bulk_operations 4.4.x-dev

Nothing big, just tidying up, improving code quality and applying latest standards. No BC issues expected but previous update hooks will be removed so please update to latest 4.3.x before going here.

views_bulk_operations 4.3.4

Bug fixes
New features

Changelog:

  1. #3453636: Added description text for the default confirmation step
  2. #3498977: Fixed issues with multiple views on a single page

views_bulk_operations 4.3.2

Bug fixes
New features

Changelog:

  • Restored Actions Permissions sub module (Issue #3482519).
  • Fixed issue with AJAX on action configuration form (Issue #3482226).

views_bulk_operations 4.3.1

Bug fixes

Fixed Issue 3482490: Cancel user action doesn't produce an error anymore.

If planning an upgrade from 4.2.x, please mind:

Action Permissions sub module has been removed, if it was used on your project, you need to uninstall it and find an alternative solution.
Action processing messages changed a bit, you may need to reconfigure those (4.3.x comes with a lot more possibilities of customizing those so it should be enough to configure the VBO field on your views a bit).

views_bulk_operations 4.3.0

New features

First stable release for 4.3.x branch.

If planning an upgrade from 4.2.x, please mind:

  1. Action Permissions sub module has been removed, if it was used on your project, you need to uninstall it and find an alternative solution.
  2. Action processing messages changed a bit, you may need to reconfigure those (4.3.x comes with a lot more possibilities of customizing those so it should be enough to configure the VBO field on your views a bit).

views_bulk_operations 4.2.7

Bug fixes
New features
Unsupported

Changelog:

views_bulk_operations 4.2.3

Bug fixes
Unsupported

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
Unsupported

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
Unsupported

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
Unsupported

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

views_bulk_operations 4.2.0

Unsupported

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
Unsupported

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

Unsupported

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

views_bulk_operations 4.1.0

Bug fixes
New features
Unsupported

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
Unsupported

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

Unsupported

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
Unsupported

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
Unsupported

Changelog:

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

views_bulk_operations 8.x-3.12

Bug fixes
Unsupported

Adds a hotfix to a bug causing an infinite loop that was introduced in #3187079.

views_bulk_operations 8.x-3.8

Unsupported

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
Unsupported

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
Unsupported

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
Unsupported

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-2.6

Security update
Unsupported

Fixes possible access bypass when displaying actions selectable to users on the VBO Views forms.

See Views Bulk Operations (VBO) - Less critical - Acce - SA-CONTRIB-2020-003.

Pages

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