Skip to content

Commit

Permalink
Release v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pvldigital committed May 24, 2019
1 parent 99ca927 commit 8149d34
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.0.4 - 2019-05-24
### Fixed
- Fix vulnerability issues with tar <4.4.2
- Actually catch the error thrown if the json file doesn't exist - thanks @engram-design

## 2.0.3 - 2019-04-24
### Added
- Add `showThumbnailsInCp` setting - Thanks @ttempleton
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spicyweb/craft-embedded-assets",
"description": "Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets",
"version": "2.0.3",
"version": "2.0.4",
"type": "craft-plugin",
"keywords": [
"cms",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "craft-embedded-assets",
"version": "2.0.3",
"version": "2.0.4",
"description": "Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets",
"main": "src/resources/main.js",
"scripts": {
Expand Down

0 comments on commit 8149d34

Please sign in to comment.