Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Alanaktion/phproject

v1.8.3

20 Aug 18:40

Choose a tag to compare

Phproject 1.8.3 includes important security fixes for users on SQLite databases.

v1.8.2

11 Aug 22:12

Choose a tag to compare

Bump F3 framework version

v1.8.1

22 Jun 22:18
v1.8.1

Choose a tag to compare

Fixes an issue with authorization on PHP 8.4

v1.8.0

17 Jun 19:22
v1.8.0
a77e052

Choose a tag to compare

  • Adds support for SQLite databases
  • Adds support for PHP 8.4
  • Updated translations, including machine translations of all previously-untranslated strings

Breaking changes:

PHP < 8.1 is no longer supported — Phproject aims to support any active PHP release as well as any PHP version actively supported by an Ubuntu LTS release (Currently PHP 8.1, 8.2, 8.3, and 8.4)

v1.7.14

31 Jan 00:14
v1.7.14

Choose a tag to compare

This release adds several improvements and fixes, notably:

  • Full support for PHP 8.1 and 8.2 (#406, #410)
  • Updated translations
  • Improvements to restricted access mode, allowing issue authors to access their created issues (#413)
  • All third-party libraries are updated to their latest compatible release (both JS and PHP)

Breaking changes:

  • PHP < 7.4 is no longer supported — Phproject aims to support any active PHP release as well as any PHP version actively supported by an Ubuntu LTS release (Currently PHP 7.4, 8.0, 8.1, and 8.2)

1.7.13

12 Mar 19:12
v1.7.13

Choose a tag to compare

Phproject 1.7.13 includes several security fixes, most notably for XSS and file access control. Improvements for PHP 8 are also included in the release.

v1.7.12

28 Jan 03:49
v1.7.12

Choose a tag to compare

Phproject 1.7.12 fixes bugs and security issues. Updating is recommended where possible.

Full Changelog: v1.7.11...v1.7.12

v1.7.11

14 Sep 03:46
v1.7.11

Choose a tag to compare

Phproject 1.7.11 fixes an issue creating sprints that was introduced in 1.7.10.

Phproject 1.7.10 introduced major security fixes, so you should definitely upgrade when possible!

v1.7.10

10 Sep 23:20
v1.7.10
4032f44

Choose a tag to compare

Phproject v1.7.10 includes fixes for critical security issues. It is strongly recommended to install it immediately.

This release should be compatible with typical use cases but it does introduce a breaking change to all core POST routes, so any users modifying any controller behavior should verify compatibility before upgrading.

For details on the security updates included in Phproject 1.7.10, see the related security advisory.

v1.7.9

21 Apr 15:33
v1.7.9

Choose a tag to compare

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!