Install
Works with Drupal: ^8 || ^9Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
17.03 KB
MD5: 111c193780237211a6c90e19b6b55c2a
SHA-1: 50ecab93296a6be23d2b34e1bc87241c011578df
SHA-256: 5e8c4a0770c60d6629b225051254ec2b26c1cb0bd6c77423350c199f0a4217cd
Download zip
24.59 KB
MD5: 4c26a5fa425f34540045934a2d3598cc
SHA-1: 716ec0c3500dfddd824b6abaff951a3c3669b185
SHA-256: 395908b9c98d042818bd3c79292c7d6708e927f9d3e1720f5766fdb678e57803
Release notes
Changes since 8.x-1.0-alpha1:
- #3125514 by Ramya Balasubramanian, dww: Drupal 9 readiness: Clean up composer.json require
- #3125514 by dww: Drupal 9 readiness:
- #3093327 by dww: Better checking for duration_field that handles 8.x-2.x-dev + git checkouts
- #3125514 by karishmaamin, heddn: Drupal 9 readiness
- #3093336 by dww, Mixologic, heddn: Remove deprecated code for passing tests on 8.8.x and above
- #3093320 by dww: Specify the $defaultTheme property in all functional tests
- #3061411 by dww: Hide the daterange_duration widget if the right version of duration_field isn't installed.
- #3064009 by dww: Fix test deprecation notices in datetime_extras for 8.8.x core.
- #3061411 by dww: Update README.md with composer command for the right version of duration_field, mention enabling it.
- #2973035 by dww: Followup to fix examples in CONTRIBUTING.md to match final plugin ID and class name.
- #3033385 by heddn, dww: Add drupalci.yml to test for code quality and deprecations
- #2973035 by heddn, eiriksm, dww: Configurable list widget has a typo in its id
- #3033146 by dww: Fix CS error in daterange_duration test
- #3033141 by dww: Remove bogus version from datetime_extras.info.yml
- #3026314 by dww, mpdonadio: Standardize naming conventions for plugins, config IDs, classes, etc
- #3026456 by dww: Update @see link for @todo to remove the #states hack.