Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 21.32 KB
MD5: f899774d77ad257629fb8d1edfc7c521
SHA-1: 83b27b90afafd9355be26fe785a768b194c7b59a
SHA-256: e5a9bfe944c8b6030ec392d102bac4bf69cb7a2879d673f89ce2d732b6032027
Download zip 34.96 KB
MD5: fc00898936a8d60a2e5552a886d9ba96
SHA-1: 5fa6caf278f2a01e67e8eb9169707128eb57c01e
SHA-256: b4e84f2526f092e1388b54bceedf09acf4a00625d412e089481c7d4ca1b9a594

Release notes

Changes since 8.x-2.0-beta2:

  • By TravisCarden: Added shunt labels to shunt-list and shunt-info Drush commands output.
  • By TravisCarden: Changed all shunt enable/disable language to trip/reset. Note: This is a backward-incompatible API change. If you were interacting directly with shunt entities, you must change your code as follows:
    From To
    $shunt->enableShunt() $shunt->trip()
    $shunt->disableShunt() $shunt->reset()
    $shunt->isShuntEnabled() $shunt->isTripped()
  • By TravisCarden: Made shunts delete their state storage item when deleted.
  • By TravisCarden: Added ability to target a single test framework with run-tests.sh.
Created by: traviscarden
Created on: 9 Feb 2015 at 04:33 UTC
Last updated: 19 Jul 2015 at 03:58 UTC
New features
Unsupported

Other releases