GetSimple Support Forum
GetSimple 3.3.14 released - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Announcements (http://get-simple.info/forums/forumdisplay.php?fid=15)
+--- Thread: GetSimple 3.3.14 released (/showthread.php?tid=10577)



GetSimple 3.3.14 released - Carlos - 2018-09-01

Changes:
- By default, extensions of uploaded files are now converted to lowercase, e.g. .jpg instead of .JPG (unless GSUPLOADSLC is set to false in gsconfig.php)
- Improved security of salted passwords in PHP 5.3+ (CVE 2017-8081)
- Fixed issues with PHP 7 (sites with scripts or plugins that use function menu_data())


RE: GetSimple 3.3.14 released - Oleg06 - 2018-09-01

I did not find a line with this GSUPLOADSLC parameter in the file gsconfig.php


RE: GetSimple 3.3.14 released - Carlos - 2018-09-01

If you need to disable this setting, simply add this to your gsconfig file:
Code:
define("GSUPLOADSLC", false);



RE: GetSimple 3.3.14 released - Hypertexter - 2020-04-02

GetSimple 3.3.16 released Smile


Hi,

thank you for releasing a new version of GetSimple! 

Hypertexter