Changelog History
Page 1
-
v1.7.9 Changes
April 21, 2020๐ This release fixes an upgrade issue introduced in v1.7.8, and improves PHP 7.4 compatibility.
Thanks to @charisma2 for reporting the compatibility issue!
-
v1.7.8 Changes
April 20, 2020๐ This security release fixes an issue allowing users with file upload permissions to upload and execute malicious files. It introduces a new configuration option,
security.file_blacklist
, which is a regular expression used to filter uploaded files by name. It also restricts access to uploaded files at the web server level, where supported.๐ง Users on nginx should add a new location block to their configuration:
location ~ ^/uploads/ { deny all; }
Big thanks to @niebardzo for reporting this issue, with an example of the exploit on our demo environment, and for responsible disclosure.
๐ See the Advisory
-
v1.7.7 Changes
November 20, 2019โก๏ธ Phproject 1.7.7 adds a number of fixes and improvements, and updates some of the core code to make better use of modern PHP standards and features.
โก๏ธ Also included are a number of updated translations:
- Spanish additions by Alan Hardman
- ๐ Polish additions from Piotrek Icikowski
- Chinese additions from CuanPo Lee
-
v1.7.6 Changes
December 24, 2018๐ Phproject 1.7.6 adds support for PHP 7.3 and includes a variety of bug fixes.
๐ Also, this may be the last release for some time, as I am not currently able to dedicate significant time to this project. If anyone is interested in contributor access to keep Phproject maintained, let me know via email ([email protected]).
-
v1.7.5 Changes
September 05, 2018๐ Phproject v1.7.5 includes several bug fixes and new translations, including a complete Estonian translation from bss on Crowdin.
-
v1.7.5.a Changes
September 05, 2018๐ Includes most bug fixes and changes up to v1.7.5
-
v1.7.4 Changes
May 01, 2018๐ Version 1.7.4 includes a bug fix for v1.7.3 and earlier's session management on PHP 7, as well as the latest version of the Fat-free framework, which includes several bug fixes and feature enhancements. Upgrading directly to this release instead of v1.7.3 is recommended to avoid session errors.
-
v1.7.3 Changes
February 19, 2018๐ Release 1.7.3 fixes an issue with updating older versions to 1.7.2.
-
v1.7.2 Changes
February 08, 2018๐ Phproject 1.7.2 includes several bug fixes primarily focused on PHP 7.2 compatibility.
-
v1.7.1 Changes
January 03, 2018๐ Phproject 1.7.1 fixes a critical bug in Phproject 1.7. All 1.7 users should upgrade immediately.