Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
28.68 KB
MD5: c060893fcd65d2ac6e0abea4f4b9da22
SHA-1: a3915a5c7293486ffd54cb1a17bb6d9072222ead
SHA-256: 9ffe214981322a220b4a016d194f4c1c33b5eb5b53a9160fa433f0aa86066e4c
Download zip
52.87 KB
MD5: 37f07f8712f1c0736388cb1a0b284157
SHA-1: f1c38c19f4dae53b1ee32c9b339d11f2109af172
SHA-256: 3318b40d9bc99b5bfbe2bffba95065410be4a5982c022d6f7c3458097f2a48f3
Release notes
This release contains bugfixes, replace of deprecated methods usage and code style fixes.
The list of changes are:
- Issue #3033666 by Anicky: Fix deprecated methods
- Issue #3040622 by oknate, shumer: Double semicolons
- Issue #3036763 by vasil.kletsko: Remove dublicate title parameter in entity.config_pages.collection route
- Issue #3035531 by Roman Dyn: Add module overview page
- Fix warning if pagetype is null (no functional changes)
- Issue #3025378 by oknate: Config page visibility on blocks shouldn't be required to save block
- Issue #2990904 by Eli-T: Users without permission to clear values from a config page are offered the option to do that
- Issue #2944143 by dima.iluschenko, Prashant.c, shumer: Set config page value with drush or from code
- Issue #3000294 by chipway: Composer Namespace Dependencies in .info.yml
- Condition to check against CP field values
- Issue #2981849 by rodrigoaguilera, shumer: Assert exception because config_pages_context is not a valid cache context
- Issue #2960511 by zanvidmar, shumer: Default value of Context -> Language in edit form must return keys only (without array values)
- Issue #2960511 by zanvidmar, shumer: Default value of Context -> Language in edit form must return keys only (without array values)
- Issue #2960232 by shumer: Operations on entity.config_pages.collection should have access check
- Issue #2960303 by Vidushi Mehta: Convert module to use short array syntax (new coding standard)
- Issue #2960177 by oknate: Add permission for accessing Overview page
- Issue #2960224 by oknate, Disha.addweb: Grammar fix
- Issue #2959251 by daniel_rose, volkswagenchick: Module name should be capitalized per Drupal standards
- permission misstype fix that disallow anyone except superadmin to manage config pages
- added shortcut method in loader service to get field view array + field existance check in getValue method of loader service