Tags

Tags give the ability to mark specific points in history as being important
  • 1.0.1

    🐛 Bug fixes
    
      - Issue #3465021: Fix Publication plugin to work with entities using any published field name
        - Now supports entities using 'enabled', 'published', or any other field via EntityPublishedInterface
        - Dynamic detection of published key from entity type definition
        - Maintains backward compatibility with 'status' field
      - Issue #3542454: Fix schema definition for field widget and field formatter
      - Issue #3250384: Fix timezone handling in Publication plugin
        - Dates are now correctly compared in UTC regardless of server/user timezone
        - Fixes publication happening too early or too late due to timezone offset
      - Issue #3542445: Fix scheduler field type icon not showing up
    
      ✨ Features
    
      - Issue #3542485: Automatic start date assignment when only end date is set
        - Start date is automatically set to "now" when end date is in the future
        - Default behavior (no longer a configurable option)
    
      🧪 Tests
    
      - Add comprehensive timezone handling tests across multiple timezones (America/New_York, Europe/Paris, Asia/Tokyo, America/Los_Angeles, Europe/London, Australia/Sydney)
      - Add tests for Publication plugin with non-status published fields (entities with 'enabled' field)
      - Add tests for automatic start date assignment in widget
  • 1.0.0-beta1

    Issue #3201753 by stefan.korn: Add ability to hide type selector and end date on widget
    Issue #3249834 by stefan.korn: Make scheduler field work with entities that do not use data table
    Issue #3225394 by joel_osc: Default scheduler type is not used
  • 1.0.0-alpha2

    This module is now compatible with Drupal 10.
    
    Issue #3250808 by stefan.korn: not working correctly with more than one cron...
    Issue #3395131 refactor according PHP8.2 standards
    Add gitlabci
    Apply phpcs fixes
    Issue #3184191 by mckinzie25: scheduler_field_type_publication not working if scheduled on same date
    Issue #3289477: Automated Drupal 10 compatibility fixes
    Issue #3177049 by vensires: Dependency on datetime range module
  • 1.0.0-alpha1

    090ff59b · Initial commit. ·
    First release