Chevereto 3.14.0.beta.2 (2019-12-26)
- Added support for APNG
- Fixed bug in image viewer [11775]
- Fixed bug in not working SEO URLs for images [11784]
- Fixed bug in not working "Upload to album" button [11774]
- Updated Chinese Simplified, Dutch, German, Italian and Spanish translations
Check README.txt file and http://chevereto.com/docs for install or update instructions. If you edited some or part of the affected files merge your changes.
MUST READ
Previous beta broke the
For those running SSH, you can do something like this:
(keep in mind that this will change your permissions if the
- Added support for APNG
- Fixed bug in image viewer [11775]
- Fixed bug in not working SEO URLs for images [11784]
- Fixed bug in not working "Upload to album" button [11774]
- Updated Chinese Simplified, Dutch, German, Italian and Spanish translations
Check README.txt file and http://chevereto.com/docs for install or update instructions. If you edited some or part of the affected files merge your changes.
MUST READ
Previous beta broke the
/update
functionality and you won't be able to one click update from the previous beta. To update, simply replace all the files in the chevereto
folder from the .zip download to your target website.For those running SSH, you can do something like this:
Bash:
rsync -r -I --info=progress2 <source> <user>@<hostname>:<website path>
user
isn't the same of the web server.