Skip to content

Commit

Permalink
8.1.8
Browse files Browse the repository at this point in the history
	- D8CORE-2499 Updated composer license (#38) (d1ad34f)
- DEVGUIDE-000 Added html pre tag to allowed html tags. (#37) (5a807e5)
  • Loading branch information
pookmish authored Sep 9, 2020
2 parents 4aab064 + 6f58b77 commit f9ca2ce
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Stanford Text Editor

8.x-1.8
--------------------------------------------------------------------------------
_Release Date: 2020-09-09_

- D8CORE-2499 Updated composer license (#38) (d1ad34f)
- DEVGUIDE-000 Added html pre tag to allowed html tags. (#37) (5a807e5)

8.x-1.7
--------------------------------------------------------------------------------
_Release Date: 2020-07-13_
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "su-sws/stanford_text_editor",
"description": "Input format and WYSIWYG settings for Drupal.",
"type": "drupal-custom-module",
"license": "GPL-2.0+",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"repositories": [
{
Expand Down Expand Up @@ -78,7 +78,7 @@
"drupal/editor_advanced_link": "^1.4",
"drupal/embed": "~1.0",
"drupal/linkit": "~5.0@beta",
"su-sws/stanford_media": "^8.2.1"
"su-sws/stanford_media": "dev-8.x-2.x"
},
"extra": {
"patches": {
Expand Down
2 changes: 1 addition & 1 deletion config/install/filter.format.stanford_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ filters:
status: true
weight: -50
settings:
allowed_html: '<br> <em> <strong> <cite> <blockquote cite> <code> <ul type class> <ol start type class> <li class> <dl class> <dt> <dd class> <h2 id class> <h3 id class> <h4 id class> <h5 id class> <a class href hreflang data-entity-substitution data-entity-type data-entity-uuid title name> <div class> <p class> <table> <caption> <tbody class> <thead> <tfoot> <th scope class> <td class> <tr> <sup> <sub> <i class> <hr> <drupal-media data-entity-type data-entity-uuid data-align data-caption data-* alt>'
allowed_html: '<br> <em> <strong> <cite> <blockquote cite> <pre class> <code data-* class> <ul type class> <ol start type class> <li class> <dl class> <dt> <dd class> <h2 id class> <h3 id class> <h4 id class> <h5 id class> <a class href hreflang data-entity-substitution data-entity-type data-entity-uuid title name> <div class> <p class> <table> <caption> <tbody class> <thead> <tfoot> <th scope class> <td class> <tr> <sup> <sub> <i class> <hr> <drupal-media data-entity-type data-entity-uuid data-align data-caption data-* alt>'
filter_html_help: true
filter_html_nofollow: false
filter_htmlcorrector:
Expand Down
2 changes: 1 addition & 1 deletion stanford_text_editor.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
- ckeditor_a11ychecker:ckeditor_balloonpanel
- linkit:linkit
- stanford_media:stanford_media
version: 8.x-1.7
version: 8.x-1.8
package: Stanford

0 comments on commit f9ca2ce

Please sign in to comment.