Skip to content

Commit

Permalink
changed versions for 8.1.0 release (#37)
Browse files Browse the repository at this point in the history
* 8.1.0 release
  • Loading branch information
pookmish authored and sherakama committed Oct 31, 2019
1 parent 18081c6 commit abf42a3
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 18 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Stanford Profile

8.x-1.0-alpha1
--------------------------------------------------------------------------------
_Release Date: 2019-10-30_

- Initial Release for Pilot Projects
39 changes: 37 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,37 @@
# stanford_profile
Stanford Profile for Drupal8
# [Stanford Profile](https://github.com/SU-SWS/stanford_profile)
##### Version: 8.x

Maintainers: [Mike Decker](https://github.com/pookmish), [sherakama](https://github.com/sherakama)

Changelog: [Changelog.md](CHANGELOG.md)

Description
---

This is the main installation profile for Stanford Web Services' self service platform and is used as a base for more.

Accessibility
---
[![WCAG Conformance 2.0 AA Badge](https://www.w3.org/WAI/wcag2AA-blue.png)](https://www.w3.org/TR/WCAG20/)
This module conforms to level AA WCAG 2.0 standards as required by the university's accessibility policy. For more information on the policy please visit: [https://ucomm.stanford.edu/policies/accessibility-policy.html](https://ucomm.stanford.edu/policies/accessibility-policy.html).

Installation
---

Install this installation profile like any other profile. [See Drupal Documentation](https://www.drupal.org/docs/7/install/using-an-installation-profile)

Configuration
---

Nothing special needed.


Troubleshooting
---

If you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page.

Contribution / Collaboration
---

You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see [GitHub's article on fork, branch, and pull requests](https://help.github.com/articles/using-pull-requests)
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@
"drupal/webform": "^5.4",
"drupal/xmlsitemap": "~1.0@alpha",
"ext-imagick": "*",
"su-sws/jumpstart_ui": "dev-8.x-1.x",
"su-sws/nobots": "dev-8.x-1.x",
"su-sws/stanford_basic": "dev-8.x-4.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_ssp": "dev-8.x-1.x",
"su-sws/stanford_text_editor": "dev-8.x-1.x"
"su-sws/jumpstart_ui": "^8.1.0@alpha",
"su-sws/nobots": "^8.1.0",
"su-sws/stanford_basic": "^8.4.0@alpha",
"su-sws/stanford_date_formats": "^8.1.0",
"su-sws/stanford_fields": "^8.1.0",
"su-sws/stanford_image_styles": "^8.1.0",
"su-sws/stanford_ssp": "^8.1.1",
"su-sws/stanford_text_editor": "^8.1.0@alpha"
},
"extra": {
"patches": {
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.0-dev
version: 8.x-1.0-alpha1
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 Config Overrides"
description: This can be removed after sites have disabled it.
version: 8.x-1.0-dev
version: 8.x-1.0-alpha1
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 Install"
description: A work around for the missing install hook on profiles with config sync
version: 8.x-1.0-dev
core: 8.x
version: 8.x-1.0-alpha1
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 Styles"
description: A module for theming
version: 8.x-1.0-dev
core: 8.x
version: 8.x-1.0-alpha1
core_version_requirement: ^8 || ^9
type: module
project: Stanford
4 changes: 2 additions & 2 deletions stanford_profile.info.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Stanford Profile
description: Jumpstart Website Profile
version: 8.x-1.0-dev
core: 8.x
version: 8.x-1.0-alpha1
type: profile
project: Jumpstart
core: 8.x

base profile: minimal

Expand Down

0 comments on commit abf42a3

Please sign in to comment.