Install
Works with Drupal: ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
91.23 KB
MD5: 4b210999a2ea8c4df459ce36901c398f
SHA-1: b2fa406cee7efe0b53d4237c8dcc91ad2e331fe3
SHA-256: c4846d9d9325b23c14f3c6add8fbfb3696110d8cf9883559cf8c8603eee77288
Download zip
156.15 KB
MD5: 34b44ed307deaee0fe49e0daafdc4b1c
SHA-1: 1cdee11356a25b9f9a10329aec0eeb293e0023de
SHA-256: e8a60650707f39f9140446d5c30e407a86fdc917a1a17c637c4147589609627f
Release notes
Redirects can be disabled and various bugfixes and improvements
Contributors (9)
alexpott, amateescu, anirudhsingh19, ankitv18, berdir, krystalcode, mglaman, samit.310@gmail.com, steven jones
Changelog
Issues: 13 issues resolved.
Changes since 8.x-1.11 (compare):
Bug
- #3540719 by alexpott: Fix PathRedirectSourceTest and RouteNormalizerRequestSubscriberTest on 11.2.x and up
- #3525918 by alexpott, krystalcode: Form validation should return the entity
- #3525917 by alexpott, krystalcode: Invalidate cached responses when new redirects are added
- #3525927 by alexpott, krystalcode: Handle NULL source field value
- #3451531 by alexpott, ankitv18: PHPStan issue report in gitlab
- #3525919 by alexpott, krystalcode: Validate hash using entity constraint instead of form validation
Feature
- #3424962 by amateescu, steven jones, alexpott: Allow redirects to be 'disabled'
Task
- #3539165 by mglaman: Check if site is in maintenance mode before checking if user has access to maintenance mode
- #3525915 by alexpott, krystalcode: Duplicate function call when processing source path
- #3540774 by alexpott: MakingCSpell pass and fail in future
- #3541107 by alexpott: Drop Drupal 9 and PHP 7 support
- #3324524 by alexpott, samit.310@gmail.com: Fix the issues reported by phpcs
- #3542970 by alexpott, anirudhsingh19, berdir: MatchingRouteNotFoundException is deprecated and is not thrown so why are we catching it