Skip to content

Commit

Permalink
8.1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Mar 17, 2022
1 parent a5c6330 commit e81d601
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 12 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Stanford Profile Helper


8.x-1.34
--------------------------------------------------------------------------------
_Release Date: 2022-03-17_

- Changed order of module & theme enabling
- Enable minimally branded theme for easier switching (#185)
- D8CORE-3345 Update hook to update paths for terms and content. (#183)
- D8CORE-5574 D8CORE-5575 D8CORE-5576 Adjustments to the schedule module form displays (#184)
- D8CORE-5583 Improve menu tree cache tags (#179)
- Switch to conditional fields instead of form alter (#182)


8.x-1.33
--------------------------------------------------------------------------------
_Release Date: 2022-03-08_
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@
"drupal/ui_patterns": "~1.0",
"drupal/views_custom_cache_tag": "^1.2",
"drupal/xmlsitemap": "~1.0",
"su-sws/jumpstart_ui": "dev-8.x-1.x",
"su-sws/react_paragraphs": "dev-8.x-2.x",
"su-sws/stanford_date_formats": "dev-8.x-1.x",
"su-sws/stanford_fields": "dev-8.x-1.x",
"su-sws/stanford_image_styles": "dev-8.x-1.x",
"su-sws/stanford_text_editor": "dev-8.x-1.x"
"su-sws/jumpstart_ui": "^8.1",
"su-sws/react_paragraphs": "^8.2",
"su-sws/stanford_date_formats": "^8.1",
"su-sws/stanford_fields": "^8.1",
"su-sws/stanford_image_styles": "^8.1",
"su-sws/stanford_text_editor": "^8.1"
},
"autoload": {
"psr-4": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Stanford Basic Page Types'
description: 'Provides support for basic page types in stanford_page nodes'
version: 8.x-1.34-dev
version: 8.x-1.34
core_version_requirement: '^8.8 || ^9'
type: module
project: Stanford
Expand Down
2 changes: 1 addition & 1 deletion modules/stanford_intranet/stanford_intranet.info.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Stanford Intranet'
description: 'Locks down access to the entire site if configured.'
version: 8.x-1.34-dev
version: 8.x-1.34
core_version_requirement: '^8.8 || ^9'
type: module
project: Stanford
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Stanford Paragraph Card'
description: 'Adds helpers and modifications to the card paragraph type.'
version: 8.x-1.34-dev
version: 8.x-1.34
core_version_requirement: '^8 || ^9'
type: module
project: Stanford
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Stanford Profile Drush'
description: 'A collection of Drush commands since commands in the profile are not discoverable.'
version: 8.x-1.34-dev
version: 8.x-1.34
core_version_requirement: '^8 || ^9'
type: module
project: Stanford
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Stanford Profile Styles'
description: 'A module for theming'
version: 8.x-1.34-dev
version: 8.x-1.34
core_version_requirement: '^8 || ^9'
type: module
project: Stanford
2 changes: 1 addition & 1 deletion stanford_profile_helper.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: 'Stanford Profile Helper Module.'
core_version_requirement: ^8.8 || ^9
package: Stanford
version: 8.x-1.34-dev
version: 8.x-1.34
dependencies:
- 'admin_toolbar:admin_toolbar'
- 'admin_toolbar:admin_toolbar_tools'
Expand Down

0 comments on commit e81d601

Please sign in to comment.