Skip to content

Commit

Permalink
Released v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminf committed Sep 10, 2016
1 parent cc6077c commit a1c6f5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

#### v0.3.4
- `Improved` Getting thumbnails is now more reliable (cheers @mmikkel)
- `Improved` Added logging at all critical points to aid in diagnosing issues
- `Fixed` Fixed issue with PHP 5.4 and below (this plugin supports 5.5+ but if you're bold enough you could use it on 5.4)

#### v0.3.3
- `Fixed` Fixed issue where certain filenames weren't being cleansed properly, resulting in the file not being recognised by the plugin

Expand Down
2 changes: 1 addition & 1 deletion embeddedassets/EmbeddedAssetsPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function getDescription()

public function getVersion()
{
return '0.3.3';
return '0.3.4';
}

public function getSchemaVersion()
Expand Down

0 comments on commit a1c6f5d

Please sign in to comment.