Merge branch 'release/0.12.6.1'

This commit is contained in:
Jonny Barnes 2017-11-13 09:51:30 +00:00
commit 586733b83e
2 changed files with 3 additions and 2 deletions

View file

@ -81,7 +81,7 @@ class Media extends Model
return $basename; return $basename;
} }
public function getExtension($path); public function getExtension($path)
{ {
$parts = explode('.', $path); $parts = explode('.', $path);

View file

@ -1,6 +1,7 @@
# Changelog # Changelog
## Version 0.12.6 (2017-11-13) ## Version 0.12.6.1 (2017-11-13)
- `.1` fixes a typo
- Fix issue with generating image links from images uploaded to `/api/media` - Fix issue with generating image links from images uploaded to `/api/media`
## Version 0.12.5 (2017-11-09) ## Version 0.12.5 (2017-11-09)