tamper 8.x-1.0-beta2
Major improvements for the Rewrite plugin; new Twig plugin; translatable categories; attribute support
Highlights in this release:
feeds 8.x-3.2
Wrong cleanup action fix; periodic import per feed; bug fixes
This release contains an important bug fix: when running multiple feed imports in the same request, the wrong cleanup action could be applied if feed types had different "Previously imported items" settings โ potentially causing items to be deleted instead of unpublished.
better_exposed_filters 7.1.0
Contributors (5)
hfernandes, mdranove, mlncn, ritarshi_chakraborty, smustgrave
Changelog
Issues: 5 issues resolved.
group_notify 2.0.0-rc1
Add Drupal 11 compatibility, support both Group V2 and V3 API, bug fixes, better automated tests.
Contributors (5)
@dww, @diaodiallo, @stargayte, @ritarshi_chakraborty, @edvanleeuwen
socialfeed 4.0.0-alpha1
Overview
Social Feed 4.0.0-alpha1 is a major version release targeting Drupal 11 with PHP 8.3+. This release brings improved error handling, enhanced dependency management, and complete modernization for the latest Drupal ecosystem.
drupal_cms_helper 2.0.0-alpha2
This alpha release of Drupal CMS 2.0 includes tighter integration with Canvas, and many bug fixes. This release should be used for testing only and is not suitable for building production websites.
To spin up a Drupal CMS project, use the following commands:
composer create-project drupal/cms:2-alpha2 -s alpha --no-install
cd cms
composer config minimum-stability alpha
composer install
composer drupal:recipe-unpack
If you are using DDEV, run these commands in an empty directory: