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.
Alpha2 adds the concept of periodic availability - bookable content types may now be specified as "periodically available", meaning that they will default to unavailable and be available only when explicitly made so. This is generally useful for use cases such as offering tours or lessons at fixed time slots.
- Fixed missing box-sizing on page-info div
- Added readme.md
- Fixed white screen of death bug on Drupal 8.5.1
- Introduced themes for adminic toolbar
- Added first version of configurator for adding links
- Introduced compact mode
* 4fa404d Let EntitiesListFormat_SimpleTable use StaticHub functionality, and make it context-aware.
* 9316ed8 + EntityDisplay_SequenceWithListFormat.
* 8ebd6f5 Improve sanity check in EntityDisplay_Sequence::__construct().
* 80c450c Make EntityDisplay_Sequence::$displayHandlers private.
* d5d71bb Let EntityDisplay_Sequence use StaticHubBase functionality.
* eef6f7d + StaticHubBase sub-classes for EntityDisplay and ListFormat.
* 9ea553d + StaticHubBase.
* 19b4fd1 + Configurator_Passthru.
* 5ac42e9 + EntityToEntities_EntityReferenceField.