Install
Works with Drupal: ^10.3 || ^11Using dev releases is not recommended, except for testing.
Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
16.07 KB
MD5: 32c366f2ae2e845aacce2a65f236b852
SHA-1: 88451d3bb64808e56addd8bd5eca3ca5db40d354
SHA-256: 00d7145c5fd77636e75845063f75868c2363906391958ed6cba20f06cd6b3a94
Download zip
24.49 KB
MD5: e1fa013e0313ee6db6f692daebfd9b4a
SHA-1: 02b352211fae7d34491ae9741ddcd143eaf88811
SHA-256: ac5857562b43ffbd8421142ad66447ebab1e1469a876fa3c91c82411ded15390
Release notes
Feedbacks 3.3.0
Drupal 11 release. Drupal 10.3 still works. Drupal 8 and 9 do not — stay on 3.2.x if that’s you.
Needs PHP 8.1+ (8.3+ on Drupal 11).
composer require drupal/feedbacks:^3.3
The Feedback tab stays above the theme, the modal fits a phone, and Cancel on the edit form is a normal link so strict CSP doesn’t break it. The admin list paginates at 50.
Users can send five messages per hour per account or IP. The name is set on the server now, and external redirect destinations are rejected.
FeedbackClass still works but is deprecated. Use the feedbacks.repository service before 4.0.0. Clear caches after update.