Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Latest commit

 

History

History
65 lines (50 loc) · 3.5 KB

CHANGELOG.md

File metadata and controls

65 lines (50 loc) · 3.5 KB

Draft 1.4.2, 2020-06-05

  • GH-103 - Replace drupal/core-recommended with drupal/core as this must be a project-level decision

Draft 1.4.1, 2020-06-05

  • GH-101 - Add missing dependency on drupal/core-recommended to the composer.json and support Drupal 8.8

Draft 1.4.0, 2020-06-04

Draft 1.3.0, 2020-04-28

  • GH-92 - Updated vendor libraries:
  • GH-80 - Replaced deprecated file_prepare_directory() with \Drupal::service('file_system')->prepareDirectory()
  • GH-79 - Replaced hook_install() with hook_install_tasks() so profile can be installed from the configuration
  • Modernize Travis configuration
  • Updated composer.json to remove a drupal-support_project_module_format_dependencies-2855026-49.patch because it's already merged in the drupal core.
  • Disable anonymous account creation by default
  • Removed Administration Links Access Filter module as it has been merged into Admin Toolbar as a submodule as of version 1.21.0
  • Updated vendor libraries:
    • Admin Toolbar (drupal/admin_toolbar: ^1.21)
  • Removed dev vendor libraries:
    • Devel (drupal/devel)
    • Drupal Console (drupal/console)
    • Drush (drush/drush)

Draft 1.2.1, 2017-06-28

Draft 1.2.0, 2017-06-22

  • Added empty Develop configuration split
  • Added dependencies on:
    • Administration Links Access Filter (admin_links_access_filter:admin_links_access_filter)
    • Configuration Split (config_split:config_split)
  • Added vendor libraries:
    • Administration Links Access Filter (drupal/admin_links_access_filter: ^1.0)
    • Configuration Split (drupal/config_split: ^1.0)
    • Drupal Console (drupal/console: ^1.0)
    • Drush (drush/drush: ^8.1)
  • Make sure that all dependencies are prefixed with the project name
  • Added this file

Draft 1.1.0, 2017-02-08

  • Added dependencies on:
    • Block (drupal:block)
    • Internal Dynamic Page Cache (drupal:dynamic_page_cache)
    • Internal Page Cache (drupal:page_cache)

Draft 1.0.0, 2017-02-07

  • Initial release, nothing fancy