diff --git a/CHANGELOG.md b/CHANGELOG.md index 4077749c1..acca5ab80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Stanford Profile +8.x-1.0-alpha2 +-------------------------------------------------------------------------------- +_Release Date: 2019-11-13_ + +- Require new modules: field_validation, layout_builder_restrictions +- Updated version requirement for pathauto +- New basic site settings for google google_analytics +- Changed default layouts for stanford_page to new jumpstart_ui dynamic layouts +- Enabled modules: field_validation, google_analytics, layout_builder_restrictions, path_alias +- Updated primary and secondary navigation settings. + 8.x-1.0-alpha1 -------------------------------------------------------------------------------- _Release Date: 2019-10-30_ diff --git a/modules/stanford_paragraph_card/stanford_paragraph_card.info.yml b/modules/stanford_paragraph_card/stanford_paragraph_card.info.yml index 49f59d336..60f99e67c 100644 --- a/modules/stanford_paragraph_card/stanford_paragraph_card.info.yml +++ b/modules/stanford_paragraph_card/stanford_paragraph_card.info.yml @@ -1,6 +1,6 @@ name: "Stanford Paragraph Card" description: Adds helpers and modifications to the card paragraph type. -version: 8.x-1.0-dev +version: 8.x-1.0-alpha2 core_version_requirement: ^8 || ^9 type: module project: Stanford diff --git a/modules/stanford_profile_config_overrides/stanford_profile_config_overrides.info.yml b/modules/stanford_profile_config_overrides/stanford_profile_config_overrides.info.yml deleted file mode 100644 index 9b6e903d3..000000000 --- a/modules/stanford_profile_config_overrides/stanford_profile_config_overrides.info.yml +++ /dev/null @@ -1,6 +0,0 @@ -name: "Stanford Profile Config Overrides" -description: This can be removed after sites have disabled it. -version: 8.x-1.0-dev -core_version_requirement: ^8 || ^9 -type: module -project: Stanford diff --git a/modules/stanford_profile_install/stanford_profile_install.info.yml b/modules/stanford_profile_install/stanford_profile_install.info.yml index b9494b230..be48baf3f 100644 --- a/modules/stanford_profile_install/stanford_profile_install.info.yml +++ b/modules/stanford_profile_install/stanford_profile_install.info.yml @@ -1,6 +1,6 @@ name: "Stanford Profile Install" description: A work around for the missing install hook on profiles with config sync -version: 8.x-1.0-dev +version: 8.x-1.0-alpha2 core_version_requirement: ^8 || ^9 type: module project: Stanford diff --git a/modules/stanford_profile_styles/stanford_profile_styles.info.yml b/modules/stanford_profile_styles/stanford_profile_styles.info.yml index d6dd45231..e3f7481a2 100644 --- a/modules/stanford_profile_styles/stanford_profile_styles.info.yml +++ b/modules/stanford_profile_styles/stanford_profile_styles.info.yml @@ -1,6 +1,6 @@ name: "Stanford Profile Styles" description: A module for theming -version: 8.x-1.0-dev +version: 8.x-1.0-alpha2 core_version_requirement: ^8 || ^9 type: module project: Stanford diff --git a/stanford_profile.info.yml b/stanford_profile.info.yml index b35e78e35..03a8fd44e 100644 --- a/stanford_profile.info.yml +++ b/stanford_profile.info.yml @@ -1,6 +1,6 @@ name: Stanford Profile description: Jumpstart Website Profile -version: 8.x-1.0-dev +version: 8.x-1.0-alpha2 type: profile project: Jumpstart core: 8.x