Skip to content

Commit

Permalink
version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestecker committed Mar 7, 2018
1 parent 6a3eb29 commit 0b6e4bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

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

## 1.0.7 - 2018-03-07
### Changed
- Change `Embed` parameters to `choose_bigger_image` rather than picking it based off pixel dimensions

## 1.0.6 - 2018-02-20
### Changed
- Code cleanup
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mikestecker/craft-videoembedder",
"description": "Craft plugin to generate an embed URL from a YouTube or Vimeo URL.",
"type": "craft-plugin",
"version": "1.0.6",
"version": "1.0.7",
"keywords": [
"craft",
"cms",
Expand All @@ -11,7 +11,7 @@
"video embedder"
],
"support": {
"docs": "https://github.com/mikestecker/craft-videoembedder/blob/master/README.md",
"docs": "https://github.com/mikestecker/craft-videoembedder/blob/v1/README.md",
"issues": "https://github.com/mikestecker/craft-videoembedder/issues"
},
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
"schemaVersion": "1.0.0",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/mikestecker/craft-videoembedder/master/CHANGELOG.md",
"changelogUrl": "https://raw.githubusercontent.com/mikestecker/craft-videoembedder/v1/CHANGELOG.md",
"class": "mikestecker\\videoembedder\\VideoEmbedder"
}
}

0 comments on commit 0b6e4bb

Please sign in to comment.