Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download scheduler-8.x-1.1.tar.gztar.gz 75.79 KB
MD5: ea5e8443c4b0575188ddc5a0aacdbb64
SHA-1: 10101b0e51e47203190d7f67b24d42908cdd09b7
SHA-256: 080561cae9e461174e89fc78b0434087996c78fd4cccdd58423f5fe9150bb3f1
Download scheduler-8.x-1.1.zipzip 132.38 KB
MD5: 1d2fd218473c6857135684515e9b3f55
SHA-1: 52ff9c778f183d970ec2d57dfc1ba45282054e97
SHA-256: 16cca999a2bbd7194319266386c001eba9354d8e1c30942020ffd6b5ee8021e9

Release notes

Scheduler 8.x-1.1 contains the following changes made since the release of Scheduler 8.x-1.0 on 14th November 2017

    New features

  1. #2798689: Scheduler integration with core Content moderation
  2. #2951072: Provide Scheduler drush commands for Drush 9
  3. #3007266: New revision timestamp should be set explicitly to avoid duplicates
  4. #3021005: Scheduler view should be based on the latest revision
  5. Bug fixes

  6. #2708957: SchedulerManager throws exception on receiving EntityManagerWrapper from web profiler
  7. #2941947: Date only "default time" display toggle not working on admin form.
  8. #2983667: Disabling a scheduler field gives undefined index: unpublish_on in scheduler_form_node_form_alter()
  9. #2989100: Scheduled time lost when users without 'Schedule content publication' permission edit & save scheduled content
  10. #3049070: Load latest revision of node when publishing and unpublishing
  11. #3064360: Do not call hook_scheduler_hide_publish_on_field if the field is already hidden
  12. Usability improvements

  13. #2824015: Inconsistency in "changed" timestamp when publishing in the past
  14. Standards and code improvements

  15. #2868553: Fix the code to adhere to Drupal Best Practice
  16. #2924353: Tag rules_integration tests with @group legacy
  17. #2957490: Default time tests fail in run-up to Daylight Saving clock change
  18. #3030962: Add validation for user profile tab scheduled view contextual filter
  19. #3033108: Miscellaneous changes before Scheduler 8.x-1.1
  20. #3033376: Add drupalci.yml test file to configure d.o. testing
  21. #3033783: Remove unused statements, use EntityTypeManager, fix annotations and other tidy-up
  22. #3039398: Upgrade to PHPUnit 6 when running PHP7
  23. #3055414: Use PHPCS/Coder 8.3.3 in d.o. testing and travis builds
  24. #3059382: scheduler_handler_field_scheduler_countdown.inc is no longer needed
  25. Deprecated code changes

  26. #2705499: Replace drupal_set_message() with an injectible service
  27. #2867271: assertEqual() is deprecated in Drupal 9. Replace with assertEquals()
  28. #2867272: Replace all usages of deprecated EntityManager
  29. #3031199: Replace assertRaw(t()) with assertText()
  30. #3032131: Replace deprecated REQUEST_TIME
  31. #3032132: Replace \Drupal::entityQuery with OOP methods
  32. #3033944: Replace deprecated entity_manager service in SchedulerRequiredTest
  33. #3034805: Using setPublished() with a $published parameter is deprecated in 8.3
  34. #3034986: Replace deprecated SafeMarkup::checkPlain()
  35. #3035911: EntityInterface::link() is deprecated, replace with EntityInterface::toLink()
  36. #3038746: Remove deprecated EntityDefinitionUpdateManagerInterface::applyUpdates() from hook_install and hook_uninstall
  37. #3048600: Drupal::url() is deprecated, replace with \Drupal\Core\Url object
  38. #3049266: Call to deprecated function node_type_get_types()
  39. #3049638: Replace call to deprecated function format_date
  40. #3054372: Replace Drupal::service('date.formatter') with $this->dateFormatter in tests
  41. #3059164: Replace t() in classes with $this->t()
  42. #3059741: Replace deprecated entityManager() with entityTypeManager()
Created by: jonathan1055
Created on: 23 Aug 2019 at 13:27 UTC
Last updated: 23 Aug 2019 at 16:42 UTC
Bug fixes
New features

Other releases