From 5f0b5c00ae570d2a422779921ff4fb6c21c34021 Mon Sep 17 00:00:00 2001 From: Bec White Date: Wed, 12 Feb 2020 10:50:45 -0600 Subject: [PATCH] Prep changelog and readme for 2.0.0 release. --- drupalbox/CHANGELOG-0.0.md | 6 +----- drupalbox/README.md | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/drupalbox/CHANGELOG-0.0.md b/drupalbox/CHANGELOG-0.0.md index ba6f2e6..60df84e 100644 --- a/drupalbox/CHANGELOG-0.0.md +++ b/drupalbox/CHANGELOG-0.0.md @@ -2,11 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [UNRELEASED] - -### Added - -### Fixed +## [2.0.0] - 2020-02-12 ### Changed diff --git a/drupalbox/README.md b/drupalbox/README.md index 12e0650..c5dac5e 100644 --- a/drupalbox/README.md +++ b/drupalbox/README.md @@ -18,8 +18,8 @@ Mailhog's smtp service listens on port `1025`, and its http service listens on p ### Solr -This box runs Solr v7.7, to match one of the versions available on [Acquia](https://docs.acquia.com/acquia-search/modules/move-to-solr7/). Note that there is no Solr 7 support for Drupal 7 at this time. +This box runs Solr v7.7, to match one of the versions available on [Acquia](https://docs.acquia.com/acquia-search/modules/move-to-solr7/). -Solr is installed to `/opt/solr` with one default core, `drupal8`. Solr runs on port `8983`, and the web UI can be found at `http://yoursite.local:8983/solr`. +Solr is installed to `/opt/solr` with three default cores, `example`, `drupal7`, and `drupal8`. Solr runs on port `8983`, and the web UI can be found at `http://yoursite.local:8983/solr`. The Solr service runs by default; when you're using [palantirnet/the-vagrant](https://github.com/palantirnet/the-vagrant), this can be managed in the `Vagrantfile`.