Skip to content

Commit

Permalink
8.2.9
Browse files Browse the repository at this point in the history
- D8CORE-2514: Added div to the list of allowed tags in unstructured embeds (#69) (50b0b94)
  • Loading branch information
pookmish authored Oct 5, 2020
2 parents 02247c3 + 11804de commit 584cf47
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Stanford Media

8.x-2.9
--------------------------------------------------------------------------------
_Release Date: 2020-10-05_

- D8CORE-2514: Added div to the list of allowed tags in unstructured embeds (#69) (50b0b94)

8.x-2.8
--------------------------------------------------------------------------------
_Release Date: 2020-09-14_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Media Duplicate Validation'
type: module
description: 'Media Validation plugins to help prevent duplication of media items'
core_version_requirement: ^8.8 || ^9
version: 8.x-2.8
version: 8.x-2.9
package: media
dependencies:
- drupal:media
1 change: 1 addition & 0 deletions src/Plugin/Field/FieldFormatter/EmbeddableFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ protected function viewUnstructuredElements(FieldItemListInterface $items, $lang
'source',
'embed',
'script',
'div',
],
'#prefix' => '<div class="embeddable-content">',
'#suffix' => '</div>',
Expand Down
2 changes: 1 addition & 1 deletion stanford_media.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Provides media module configuration and plugins.
core_version_requirement: ^8.8 || ^9
package: media
type: module
version: 8.x-2.8
version: 8.x-2.9
dependencies:
- dropzonejs:dropzonejs
- drupal:breakpoint
Expand Down

0 comments on commit 584cf47

Please sign in to comment.