Skip to content

Commit f8dfeeb

Browse files
committed
Release 5.4.4
1 parent fd09bdf commit f8dfeeb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 5.4.4 - 2025-08-21
44

55
### Fixed
66
- Fixed an error that occurred when trying to create a YouTube embedded asset using the `youtu.be` domain

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spicyweb/craft-embedded-assets",
33
"description": "Manage YouTube videos, Instagram photos and more as first class assets",
4-
"version": "5.4.3",
4+
"version": "5.4.4",
55
"type": "craft-plugin",
66
"keywords": [
77
"cms",
@@ -23,7 +23,7 @@
2323
"support": {
2424
"issues": "https://github.com/spicywebau/craft-embedded-assets/issues",
2525
"source": "https://github.com/spicywebau/craft-embedded-assets",
26-
"docs": "https://github.com/spicywebau/craft-embedded-assets/blob/5.4.3/README.md",
26+
"docs": "https://github.com/spicywebau/craft-embedded-assets/blob/5.4.4/README.md",
2727
"rss": "https://github.com/spicywebau/craft-embedded-assets/commits/5.x.atom"
2828
},
2929
"require": {
@@ -48,7 +48,7 @@
4848
"schemaVersion": "1.0.0",
4949
"class": "spicyweb\\embeddedassets\\Plugin",
5050
"changelogUrl": "https://github.com/spicywebau/craft-embedded-assets/blob/5.x/CHANGELOG.md",
51-
"downloadUrl": "https://github.com/spicywebau/craft-embedded-assets/archive/5.4.3.zip"
51+
"downloadUrl": "https://github.com/spicywebau/craft-embedded-assets/archive/5.4.4.zip"
5252
},
5353
"config": {
5454
"allow-plugins": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "craft-embedded-assets",
3-
"version": "5.4.3",
3+
"version": "5.4.4",
44
"description": "Manage YouTube videos, Instagram photos and more as first class assets",
55
"private": true,
66
"main": "webpack.config.js",

0 commit comments

Comments
 (0)