File tree Expand file tree Collapse file tree 4 files changed +9
-8645
lines changed Expand file tree Collapse file tree 4 files changed +9
-8645
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# COMPOSER
7
7
/vendor
8
+ composer.lock
8
9
9
10
# BUILD FILES
10
11
/bower_components /*
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## 3.0.0 - 2025-02-04
8
+ ### Added
9
+ - Updated for Craft 5 [ #14 ] ( https://github.com/vigetlabs/craft-videoembed/pull/14 )
10
+
11
+ ### Fixed
12
+ - Fixed PHP Warning with YouTube ID parsing [ #18 ] ( https://github.com/vigetlabs/craft-videoembed/issues/18 )
13
+
7
14
## 2.0.3 - 2024-04-01
8
15
### Added
9
16
- Expand getYouTubeIdFromUrl to allow shortened YouTube URLs
Original file line number Diff line number Diff line change 2
2
"name" : " viget/craft-video-embed" ,
3
3
"description" : " Generate an embed URL from a YouTube or Vimeo URL" ,
4
4
"type" : " craft-plugin" ,
5
- "version" : " 3.0.0" ,
6
5
"keywords" : [
7
6
" craft" ,
8
7
" cms" ,
36
35
"schemaVersion" : " 3.0.0" ,
37
36
"hasCpSettings" : false ,
38
37
"hasCpSection" : false ,
39
- "changelogUrl" : " https://raw.githubusercontent.com/vigetlabs/craft-videoembed/v2 /CHANGELOG.md" ,
38
+ "changelogUrl" : " https://raw.githubusercontent.com/vigetlabs/craft-videoembed/v3 /CHANGELOG.md" ,
40
39
"class" : " viget\\ videoembed\\ VideoEmbed"
41
40
},
42
41
"config" : {
You can’t perform that action at this time.
0 commit comments