Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Fully backward compatible - run update.php after upgrading to migrate existing configurations.
Overview
This release represents a complete architectural overhaul of the Countdown module while maintaining full backward compatibility. The module now features a powerful dual-mode rendering system with an advanced JavaScript countdown library and extensive customization options.
This release makes the included example module, scanner_fixer_api_example, more internally consistent.
It also introduces a \Drupal\scanner_fixer_api\Scanner\ScannerBase and \Drupal\scanner_fixer_api\Fixer\FixerBase to remove roughly 23 lines of boilerplate if you use dependency injection in Scanners or Fixers.