Skip to content

Commit

Permalink
D8CORE-2428 Patch drupal core for media library validation (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Nov 10, 2020
1 parent ae25236 commit 101f2e7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.11
--------------------------------------------------------------------------------
_Release Date: 2020-11-09_

- D8CORE-2428 Add patch for for core to fix media library cardinality validation.

8.x-2.10
--------------------------------------------------------------------------------
_Release Date: 2020-11-06_
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
},
"patches": {
"drupal/core": {
"https://www.drupal.org/project/drupal/issues/3064751": "https://www.drupal.org/files/issues/2019-07-02/3064751-5.patch"
"https://www.drupal.org/project/drupal/issues/3064751": "https://www.drupal.org/files/issues/2019-07-02/3064751-5.patch",
"https://www.drupal.org/project/drupal/issues/3059955": "https://www.drupal.org/files/issues/2019-12-28/3082690-80.patch"
},
"drupal/focal_point": {
"https://www.drupal.org/project/focal_point/issues/3094478": "https://www.drupal.org/files/issues/2020-01-09/3094478-10.patch"
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.10
version: 8.x-2.11
package: media
dependencies:
- drupal:media
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.10
version: 8.x-2.11
dependencies:
- dropzonejs:dropzonejs
- drupal:breakpoint
Expand Down

0 comments on commit 101f2e7

Please sign in to comment.