Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Commit

Permalink
8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Dec 6, 2017
1 parent 64dddde commit 4f3a3e9
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .scss-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
linters:
SingleLinePerSelector:
enabled: true
exclude:
- '**.css'
EmptyLineBetweenBlocks:
enabled: true
exclude:
- '**.css'
11 changes: 11 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Stanford MRC

Version 8.0.2 2017-11-09
--------------------------------------------------------------------------------
- Set Display settings for news nodes & events nodes.
- New visitor content type in mrc_visitor module.
- Media browser with wysiwyg support and bulk upload page in new module mrc_media.

Version 8.0.1 2017-11-09
--------------------------------------------------------------------------------
- Initial Release
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# [Stanford MRC](https://github.com/SU-HSDO/stanford_mrc)

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

Description
---

Math Research Center installation profile. Contains all the theme and necessary module for the MRC site.


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)
2 changes: 1 addition & 1 deletion stanford_mrc.info.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Stanford MRC
type: profile
description: 'Installation profile for MRC.'
version: 8.0.1
version: 8.0.2
core: 8.x

distribution:
Expand Down

0 comments on commit 4f3a3e9

Please sign in to comment.