Skip to content

Commit f86e874

Browse files
committed
Release 5.4.3
1 parent bf4e4ee commit f86e874

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 5.4.3 - 2025-02-11
4+
5+
### Changed
6+
- Embedded assets for external images now save the image width and height in the JSON file
7+
38
## 5.4.2 - 2025-02-04
49

510
### Fixed

composer.json

+3-3
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.2",
4+
"version": "5.4.3",
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.2/README.md",
26+
"docs": "https://github.com/spicywebau/craft-embedded-assets/blob/5.4.3/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.2.zip"
51+
"downloadUrl": "https://github.com/spicywebau/craft-embedded-assets/archive/5.4.3.zip"
5252
},
5353
"config": {
5454
"allow-plugins": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "craft-embedded-assets",
3-
"version": "5.4.2",
3+
"version": "5.4.3",
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)