Install
Works with Drupal: ^9 || ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
9.77 KB
MD5: ded167996faf6e7728bfec17ed6e2877
SHA-1: 03af8b6a80b62100ffeb3ba29ffc84f05746359e
SHA-256: 09e0c1674a1f3cc07f19c89b23e6a8c44b7b01b3bb13560a1af4263f9ce23374
Download zip
11.45 KB
MD5: 9d95741567deff76941ff2c6f807ee01
SHA-1: dafd65ccd95132c336a57beb22a94d5334d2a0f9
SHA-256: 15f9d6503217ac3e7def9f0cf4d580f9415088564973628ae1592fb1339754a4
Release notes
Replace legacy .drush.inc implementation with annotated Drush command
class. Update module structure to meet current Drupal standards.
- Add file_permissions.info.yml replacing file_permissions.info
- Add composer.json with drupal-module type and semantic versioning
- Add drush.services.yml service definition
- Add src/Commands/FilePermissionsCommands.php replacing .drush.inc
- Replace variable_get() with config API
- Replace drush_shell_exec() with Symfony Process
- Remove file_permissions.drush.inc and file_permissions.info