diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-10-21 20:45:53 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-10-21 20:45:53 +0200 |
commit | ba671a7c0880f8154a7b86d4cb172b0171e84021 (patch) | |
tree | 4f7c457293783f66bbf565494e6bc8be9b1fcb45 /composer.json | |
parent | 21f100fc6f965663f07095882170cec3984b1f59 (diff) | |
download | wcms-ba671a7c0880f8154a7b86d4cb172b0171e84021.tar.gz wcms-ba671a7c0880f8154a7b86d4cb172b0171e84021.zip |
fix : thumbnail folder creation check at upload
fix issue#5 https://github.com/vincent-peugnet/wcms/issues/5
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 8e73134..19d36e9 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "w-cms", "description": "point'n think", - "version": "1.7.3", + "version": "1.7.4", "require": { "michelf/php-markdown": "^1.8", "league/plates": "3.*", |