Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

11.1.1 #155

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Stanford Media

11.1.1
--------------------------------------------------------------------------------
_Release Date: 2024-08-28_

- Improve message when editing media that is used in some location.

11.1.0
--------------------------------------------------------------------------------
_Release Date: 2024-06-26_
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"drupal/core": "^10.3 || ^11",
"drupal/dropzonejs": "^2.7",
"drupal/entity_usage": "^2.0@beta",
"drupal/focal_point": "^2.0@alpha",
"drupal/focal_point": "^2.0",
"drupal/inline_entity_form": "^3.0",
"drupal/oembed_providers": "^2.1",
"enyo/dropzone": "^5.9"
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: ^10.2 || ^11
package: media
type: module
version: 11.1.0
version: 11.1.1
dependencies:
- dropzonejs:dropzonejs
- drupal:breakpoint
Expand Down
Loading