Skip to content

Commit df602a8

Browse files
committed
Update Craft version in composer.json
1 parent e6124ad commit df602a8

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.craftplugin

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## 1.2.1 - 2019-01-18
8+
### Added
9+
- Update Craft version in composer.json
10+
711
## 1.2.0 - 2017-09-13
812
### Added
913
- Updated for Craft 3

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "viget/craft-video-embed",
33
"description": "Generate an embed URL from a YouTube or Vimeo URL",
44
"type": "craft-plugin",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"keywords": [
77
"craft",
88
"cms",
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"require": {
25-
"craftcms/cms": "~3.0.0-beta.23"
25+
"craftcms/cms": "^3.0.0-RC1"
2626
},
2727
"repositories": [
2828
{
@@ -38,7 +38,7 @@
3838
"extra": {
3939
"name": "Video Embed",
4040
"handle": "video-embed",
41-
"schemaVersion": "1.2.0",
41+
"schemaVersion": "1.2.1",
4242
"hasCpSettings": false,
4343
"hasCpSection": false,
4444
"changelogUrl": "https://raw.githubusercontent.com/vigetlabs/craft-videoembed/master/CHANGELOG.md",

0 commit comments

Comments
 (0)