Fix a typo
This commit is contained in:
parent
d9b3e801ea
commit
1cf8746bab
2 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Version 0.12.6 (2017-11-13)
|
## Version 0.12.6 (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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue