Install

Works with Drupal: ^9.1

Using Composer to manage Drupal site dependencies

Alternative installation files

Download static_suite-1.1.0-alpha3.tar.gztar.gz 252.27 KB
MD5: 74d444416d19f772b8dc7145c7893575
SHA-1: 9ecde44bab88eaa6413e06388708460819ee8c85
SHA-256: 86682c0e90fba5d28f9ed2e168903c9fc044458490196db6a23f409f423fdea4
Download static_suite-1.1.0-alpha3.zipzip 546.71 KB
MD5: 5d179ad9df0c303ad73be3364bb98cd7
SHA-1: 963193cff4d16cb870c4ea4773dd692821ba12bf
SHA-256: d697a8396e6f0f0a6c42ecd8d1f2d315ead79cbbe1ee3842c158f57e0f0fd2d0

Release notes

CHANGELOG

  • Add drush command to manage translations (static-suite:string-translation:register and static-suite:string-translation:delete).
  • Add static-export:entity:check-integrity Drush command.
  • Add events to Static Preview.
  • Add an option to enable/disable exporters for entity, config and locale.
  • Add a button to start a live/preview build from Drupal admin.
  • Add a button to start a deployment from Drupal admin.
  • Make Gatsby builder work when .cache and public directories are present.
  • Remove module static_preview_subset_build as it's abandoned and not used anymore.
  • Change default stream wrapper to public://.
  • Replace local benchmark funtions with BenchmarkTrait.
  • Make builders and deployers write their output to console when called from a chained export command with --request-build or --request-deploy
  • Add SignalHandler for static_build and static_deploy commands.
  • Add documentation using docsify.
  • Fix native preview when node is new and hasn't been saved for the first time.
  • Avoid infinite loops in data includes.
  • Add support for subdirectories inside GatsbyStaticBuilder.
  • Add Drupal PHP wrapper functions.
  • Bump minimum PHP version required to PHP 8.0.
  • Add CHAINED_STEP_START and CHAINED_STEP_END events.
  • Make Static Suite lock system independent of the backend in use (RBDMS, Memcached, etc).
  • Add deploy information to build release list.
  • Remove environments variables from build log.
  • Add a service to resolve the URL of the settings page of plugins, modules, etc.
  • Exporter stack executor.
  • Add redirect exporter.
  • Add link to download all exported data.
  • Add links to download releases.
  • Add support for STATIC_EXPORT_REQUEST_BUILD environmental variable var.
  • Add support for hidden_language module.
  • Add build/deploy progress bar in toolbar.
  • Fix errors when installing from scratch and no formatter, wrapper or builder is installed.
  • Add install requirements related to missing output formatters.
Created by: albertosilva
Created on: 5 Oct 2021 at 11:18 UTC
Last updated: 5 Oct 2021 at 11:19 UTC
Bug fixes
New features

Other releases