File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ 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
+ ## 1.2.1 - 2019-01-18
8
+ ### Added
9
+ - Update Craft version in composer.json
10
+
7
11
## 1.2.0 - 2017-09-13
8
12
### Added
9
13
- Updated for Craft 3
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" : " 1.2.0 " ,
5
+ "version" : " 1.2.1 " ,
6
6
"keywords" : [
7
7
" craft" ,
8
8
" cms" ,
22
22
}
23
23
],
24
24
"require" : {
25
- "craftcms/cms" : " ~ 3.0.0-beta.23 "
25
+ "craftcms/cms" : " ^ 3.0.0-RC1 "
26
26
},
27
27
"repositories" : [
28
28
{
38
38
"extra" : {
39
39
"name" : " Video Embed" ,
40
40
"handle" : " video-embed" ,
41
- "schemaVersion" : " 1.2.0 " ,
41
+ "schemaVersion" : " 1.2.1 " ,
42
42
"hasCpSettings" : false ,
43
43
"hasCpSection" : false ,
44
44
"changelogUrl" : " https://raw.githubusercontent.com/vigetlabs/craft-videoembed/master/CHANGELOG.md" ,
You can’t perform that action at this time.
0 commit comments