Skip to content

Commit

Permalink
8.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
imonroe authored and pookmish committed Jun 11, 2021
1 parent dc4eebc commit d37fd77
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 16 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ version: 2
## Defines images and working directory.
defaults: &defaults
docker:
- image: pookmish/drupal8ci:pcov
- image: selenium/standalone-chrome:3.141.59-neon
- image: mariadb:10.3
- image: pookmish/drupal8ci:latest
- image: selenium/standalone-chrome:latest
- image: circleci/mysql:5.7
environment:
MYSQL_DATABASE: drupal
MYSQL_USER: drupal
MYSQL_PASSWORD: drupal
MYSQL_ALLOW_EMPTY_PASSWORD: 1
working_directory: /var/www/html

Expand Down
20 changes: 14 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,28 @@
- How critical is this PR on a 1-10 scale? Also see [Severity Assessment](https://stanfordits.atlassian.net/browse/D8CORE-1705).
- E.g., it affects one site, or every site and product?

# Urgency
- How urgent is this? (Normal, High)

# Review Tasks

## Setup tasks and/or behavior to test

1. Check out this branch
2. Navigate to...
3. Verify...
2. Rebuild Cache and import config `drush cr ; drush ci`
3. Navigate to...
4. Verify...

### Site Configuration Sync

- Is there a config:export in this PR that changes the config sync directory?

## Front End Validation
- [ ] Is the markup using the appropriate semantic tags and passes HTML validation?
- [ ] Cross-browser testing has been performed?
- [ ] Automated accessibility scans performed?
- [ ] Manual accessibility tests performed?
- [ ] Design is approved by @ user?
- [ ] HTML validation: Is the markup using the appropriate semantic tags and [passes validation](https://validator.w3.org/nu/)? Or, [QA request ticket created](https://github.com/SU-SWS/template_warehouse/blob/master/jira_templates/QA_request_template.txt)?
- [ ] Cross-browser testing: Has been performed? Or, [QA request ticket created](https://github.com/SU-SWS/template_warehouse/blob/master/jira_templates/QA_request_template.txt)?
- [ ] Automated accessibility: Scans performed? Or, [QA request ticket created](https://github.com/SU-SWS/template_warehouse/blob/master/jira_templates/QA_request_template.txt)?
- [ ] Manual accessibility: Manually tested? Or, [QA request ticket created](https://github.com/SU-SWS/template_warehouse/blob/master/jira_templates/QA_request_template.txt)?

## Backend / Functional Validation
### Code
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# SOE Paragraphs

8.x-1.0
--------------------------------------------------------------------------------
_Release Date: 2021-06-11_

- D8CORE-2617: added default icon to stories paragraph (#21) ()

8.x-1.0-alpha
--------------------------------------------------------------------------------
_Release Date: 2020-06-18_
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
"drupal/element_class_formatter": "^1.1",
"drupal/field_formatter_class": "^1.4",
"drupal/allowed_formats": "^1.3",
"su-sws/stanford_fields": "dev-8.x-1.x",
"su-sws/jumpstart_ui": "dev-8.x-1.x",
"su-sws/stanford_text_editor": "dev-8.x-1.x"
"su-sws/stanford_fields": "^8.1",
"su-sws/jumpstart_ui": "^8.1",
"su-sws/stanford_text_editor": "^8.1"
},
"autoload": {
"psr-4": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dependencies:
- paragraphs:paragraphs
- drupal:text
- soe_paragraphs:soe_paragraphs
version: 8.x-1.0-dev
version: 8.x-1.0
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dependencies:
- paragraphs:paragraphs
- drupal:text
- soe_paragraphs:soe_paragraphs
version: 8.x-1.0-dev
version: 8.x-1.0
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dependencies:
- paragraphs:paragraphs
- drupal:text
- soe_paragraphs:soe_paragraphs
version: 8.x-1.0-dev
version: 8.x-1.0
2 changes: 1 addition & 1 deletion soe_paragraphs.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: 'Provides custom paragraph types for SOE'
core_version_requirement: ^8.8 || ^9
package: Stanford
version: 8.x-1.0-dev
version: 8.x-1.0
dependencies:
- paragraphs:paragraphs
- jumpstart_ui:jumpstart_ui
Expand Down

0 comments on commit d37fd77

Please sign in to comment.