Install
Works with Drupal: ^8.8 || ^9 || ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
14.19 KB
MD5: f62a73235daf319f1617c2d31064593c
SHA-1: 12b190a5039b60100ade095ac32b2d08fccf5ff4
SHA-256: ffb92a3104a943ce38667ddd0f555168f6729cc99998602b5c4a6b573baa4036
Download zip
19.21 KB
MD5: ab25dbb225c6bfbf67aac00f0798f326
SHA-1: c265d142ab3fdaaf82ca569ff9a539b8ceba197e
SHA-256: 50ad58bddb054bd55b49994446030b38d078e1272d7adf8447ef294574cd93a3
Release notes
Initial stable release for the Drupal 11 compatible version of Block Class, tagging branch 8.x-1.x.
Maintenance release of module's legacy branch (ported from D7), still supported and tested automatically for D9, D10 and D11, mostly:
- Core compatibility support, deprecated code/bug fixes and minor documentation clean-up.
- Fixed automated tests and moved to GitLab CI: 8.x-1.x build pipelines.
- Support for D7 block_class migration upgrade.
Detailed list of issues committed in this release:
- #3463832 by DYdave: Disabled Migrate D7 block_class Kernel tests for D11.
- #3225653 by DYdave, kunal_sahu, huzooka, amarlata: Added support for migrating D7 block_class values to Drupal 8/9/10.
- #3369204 by DYdave: Added support for Drupal 11.
- #3457953 by DYdave: Added support for automated testing on GitLab CI, see 8.x-1.x build pipelines, with broader test coverage. Also ported PHPUnit test class
BlockClassTestfrom 2.0.x. Fixed CSpell/PHPCS validation errors and required all jobs to pass. - #3370129 by Harshita mehna, sakthi_dev, renatog, bharath-kondeti, Priya_Degwekar, avpaderno: Removed legacy
"core: 8.x"from the.info.ymlfile and dropped support for 8.7 and below. - #3314701 by Chris Matthews, Pallavi1620, _pratik_, renatog, avpaderno: Updated module's package name (group) on modules administration page.
- #3319379 by Manoj Raj.R, gowthami reddy, renatog: Replaced README.txt with README.md.
- #3262073 by paulocs, renatog: Added support for Drupal 10.
- #3134230 by guilhermevp, Chris Burge, Neslee Canil Pinto: Updated module's documentation to list 'Layout Builder Component Attributes' as a related module.
- #3211930 by tvalimaa, guilhermevp: Fixed PHPStan validation error
Call to an undefined method Drupal\Core\Form\FormInterface::getEntity(). - #3092135 by pifagor, Neslee Canil Pinto, berenddeboer, Berdir, renatog: Fixed PHPUnit tests by replacing deprecated call to
assertRaw.