- GH-103 - Replace
drupal/core-recommended
withdrupal/core
as this must be a project-level decision
- GH-101 - Add missing dependency on drupal/core-recommended to the composer.json and support Drupal 8.8
- GH-96 - Made the project D9 compatible, updated the following vendor packages:
- Configuration Split (drupal/config_split: ^1.5)
- GH-95 - Replaced Adminimal contrib theme with Claro core theme, thus removed the following vendor packages:
- Adminimal - Responsive Administration Theme (drupal/adminimal_theme)
- Adminimal Admin Toolbar (drupal/adminimal_admin_toolbar)
- GH-92 - Updated vendor libraries:
- Admin Toolbar (drupal/admin_toolbar: ^2.2)
- Adminimal - Responsive Administration Theme (drupal/adminimal_theme: ^1.5)
- Adminimal Admin Toolbar (drupal/adminimal_admin_toolbar: ^1.10)
- Configuration Split (drupal/config_split: ^1.4)
- GH-80 - Replaced deprecated
file_prepare_directory()
with\Drupal::service('file_system')->prepareDirectory()
- GH-79 - Replaced
hook_install()
withhook_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)
- Add integration with Travis CI
- Fixed issue with prefixed dependencies for profile, see this issue on drupal.org.
- 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
- Added dependencies on:
- Block (drupal:block)
- Internal Dynamic Page Cache (drupal:dynamic_page_cache)
- Internal Page Cache (drupal:page_cache)
- Initial release, nothing fancy