Skip to content

Commit 0ee1252

Browse files
committed
[n/a] Prep for 3.0.0 deploy
Update changelog Remove version from composer.json (this is determined by git tag). Remove composer lock
1 parent 44d57c4 commit 0ee1252

File tree

4 files changed

+9
-8645
lines changed

4 files changed

+9
-8645
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
# COMPOSER
77
/vendor
8+
composer.lock
89

910
# BUILD FILES
1011
/bower_components/*

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

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+
714
## 2.0.3 - 2024-04-01
815
### Added
916
- Expand getYouTubeIdFromUrl to allow shortened YouTube URLs

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "viget/craft-video-embed",
33
"description": "Generate an embed URL from a YouTube or Vimeo URL",
44
"type": "craft-plugin",
5-
"version": "3.0.0",
65
"keywords": [
76
"craft",
87
"cms",
@@ -36,7 +35,7 @@
3635
"schemaVersion": "3.0.0",
3736
"hasCpSettings": false,
3837
"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",
4039
"class": "viget\\videoembed\\VideoEmbed"
4140
},
4241
"config": {

0 commit comments

Comments
 (0)