Skip to content

Releases: xp-forge/frontend

7.4.0: 404 handling

01 May 20:48

Choose a tag to compare

  • Merged PR #53: Create dedicated "cannot route" error - @thekid

7.3.0: Compatibility

25 Apr 20:08

Choose a tag to compare

  • Made compatible with xp-framework/http version 11.0 - @thekid
  • Added PHP 8.6 to the test matrix - @thekid

7.2.0: ZStandard

15 Aug 20:06

Choose a tag to compare

7.1.1: TLS/SSL protocol selection

26 May 07:19

Choose a tag to compare

  • Supported specifying SSL/TLS protocol by using e.g. https+tlsv12://
    in the URLs. Workaround for CloudFlare raising "403 Forbidden" errors
    when OpenSSL negotiates the TLS version; see issue #51.
    (@thekid)

7.1.0: Static content FC

18 May 17:04

Choose a tag to compare

  • Refactored code base to use the web.io.StaticContent class instead
    of inheriting from the FilesFrom handler.
    (@thekid)

7.0.0: Assets CSP, PHP 7.4+

04 May 16:44

Choose a tag to compare

6.4.0: View modification and type

21 Dec 12:02

Choose a tag to compare

  • Added web.frontend.View::type() to set Content-Type header easily
    (@thekid)
  • Merged PR #50: Add support for setting the Last-Modified header easily
    (@thekid)

6.3.0: Dispatching

20 May 08:07

Choose a tag to compare

6.2.0: XP 12 compatibility

24 Mar 14:22

Choose a tag to compare

6.1.0: Library compatibility

30 Jan 18:25

Choose a tag to compare

  • Made this library compatible with xp-forge/web version 4.0 - @thekid