Install

Works with Drupal: ^8 || ^9

Using Composer to manage Drupal site dependencies

Alternative installation files

Download scheduler-8.x-1.2.tar.gztar.gz 81.55 KB
MD5: cb087022fe1cffdcf088074cd1e216ef
SHA-1: 616883a685c512d1060066d6ddba47b02ab31447
SHA-256: 814f702b2b4e7087dadf322b64ac4fe112557d48bc9aaeb4ce03271317ebfce4
Download scheduler-8.x-1.2.zipzip 143.03 KB
MD5: f4dce077eb882397186b82e08961f06f
SHA-1: d29fdb5c4d26c129b818402e75fdfc2faab500d2
SHA-256: 46db95e48110441ebe39784bdfdf0d26456948ab1f086b0bff5e04b1ab6e80bb

Release notes

Scheduler 8.x-1.2, released 29 May 2020, contains the following changes made since the release of Scheduler 8.x-1.1 on 23 August 2019

    New features

  1. #3024686: Provide a configuration option to show or hide the confirmation message
  2. #3107980: Document "Scheduler content moderation integration"
  3. #3128187: Content List View for a user - change theme to admin not front-end default theme
  4. Bug fixes

  5. #2824038: Node is saved twice
  6. #3078674: Call to function runLightweightCron() on null in SchedulerCommands->cron()
  7. Usability improvements

  8. #2913829: Conflict between allowing default time and requiring the scheduled date
  9. #2871164: Ensure Scheduler dates and status field have consistent translatable settings
  10. Standards and code improvements

  11. #2985051: Patching composer.json shows we need to add module dependencies
  12. #3079133: Add Phpunit test to check Drush commands
  13. #3079645: Miscellaneous changes before Scheduler 8.x-1.2
  14. #3079913: Add new 'core_version_requirement' key to .info.yml
  15. #3126644: Create SchedulerSetupTrait for common test start-up processing
  16. Deprecated code changes

  17. #3050086: Replace deprecated function assertText() with pageTextContains()
  18. #3055616: Replace deprecated assertResponse() with assertSession()->statusCodeEquals()
  19. #3055644: Replace calls to assertFieldById()
  20. #3084931: Remove calls to deprecated method assertEqual() and replace with assertEquals()
  21. #3086762: Change scheduler_api_test uid from entity_reference_autocomplete to number to avoid match_limit deprecation
  22. #3085798: Replace deprecated drupal::l() with Link::fromTextAndUrl()
  23. #3093399: Deprecation: add $defaultTheme to BrowserTestBase
  24. #3097919: Deprecations: Replace non-boolean use of assertTrue() and assertFalse()
  25. #3102092: Replace deprecated function assertNoText() with pageTextNotContains()
  26. #3105354: Replace deprecated entity_delete_multiple()
  27. #3136744: Replace assertContains() with assertStringContainsString() and add trait for core 8.7
Created by: jonathan1055
Created on: 29 May 2020 at 09:12 UTC
Last updated: 30 May 2020 at 07:44 UTC
Bug fixes
New features

Other releases