Install
Works with Drupal: ^10.2 || ^11 || ^12Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
85.9 KB
MD5: b368a75643257d91ab9d5c82ec6db131
SHA-1: 9797d04c3e560b3997e402d2a1bfbf748ec2249a
SHA-256: 180fce8076f63fbfdc53e9ca8f0b7024fca1cade57b6dd6829db11b2f69cb0c2
Download zip
153.69 KB
MD5: 884d476c897f6b64c43ba6210f113e44
SHA-1: ed2a18d5fea5e0b4efa923d2d1e2d500f272415e
SHA-256: d7bb8b397148c9a62af10c9f03da27b2932a1657bb4873133a76138f8d32873d
Release notes
Contributors (37)
DieterHolvoet, PaulDinelle, aangel, aayush7, aayushpathak, abdelrahman amer, alphex, amateescu, anicoto, anybody, brunodbo, charly71, chrisvetek@gmail.com, codeelegance, cvetek451, davidwbarratt, dieterholvoet, djschoone, dpi, drupalevangelist, duckydan, jatin.buzz, jatin812, jkopel, jlockhart, joao.ramos.costa, justinchev, krzysiek_kd, lissy, minoroffense, mstrelan, nilesh.addweb, robbt, s_leu, sachin.bansal, steven jones, unstatu
Changelog
Issues: 22 issues resolved.
Changes since 8.x-1.10 (compare):
Bug
- fix: #3581435 After saving an entityqueue 403 with update permissions
- fix: #3466357 Clear views data when adding or deleting queues.
- fix: #3258972 Unable to Remove and Save entity queue items
- fix: #3054631 Error when using Dragtable widget on required field
- fix: #3258972 - followup: Fix various issues found during manual testing.
- fix: #3343208 entityqueue_smartqueue_entity_update can be slow
- fix: #3395293 Support creating entities
- fix: #3055816 Subqueue actions don't appear using IEF
- fix: #3464647 Views filter doesn't work with more than one Entityqueue relationship
- fix: #3606806 Drupal 12 compatibility followup
- fix: #3523352 The "edit" link in the item row in the entity subqueue is pointing always to the default language
Feature
- feat: #3581209 Allow entering a description per queue to show above the queue list
- feat: #3347301 Wonky permissions for editing items in a queue.
- feat: #2746067 Add ability to reference multiple queues in a views relationship
- feat: #2898643 Add a views filter for the queue position
- feat: #3358193 Add useful navigation from the entity representing a smartqueue to the queue
- feat: #3509515 Add configuration and edit items to local task menu
- feat: #2462447 Add the published status to the Draggable Table widget
- feat: #3489180 Support for entityqueue views relationship inside workspaces
Misc
- Add a composer.json file to specify dev dependencies.
- Code cleanup.
- Fix strict_types type errors
- Trim some code comments.