Skip to content

Releases: Logi-CE/fmup

Amqp Fix

07 Sep 08:17
Compare
Choose a tag to compare

BE CAREFUL WHEN USING THIS TAG. IT IS TOO SPECIFIC TO BE USED BY ANYONE.

  • AMQPMessage are now persistent
  • AMQP Consumers will now timeout after 650seconds

Compatibility with php 7.2.0

05 Dec 10:47
Compare
Choose a tag to compare

Warning - deleted MCrypt to be compatible. DO NOT UPGRADE to 7.9.0 if you use MCrypt.

I suggest you take a look at https://github.com/phpseclib/mcrypt_compat to convert your crypted informations to a more recent and compatible one BEFORE upgrading to 7.9.0

6.17.4 & 7.7.4

08 Nov 13:26
Compare
Choose a tag to compare
  • Header X-Frame-Options not sent if all url are allowed (7.7.4 #14)
  • Can get content-type on non configured servers (6.17.4 #15)

Header X-Frame-Options not sent if all url are allowed

08 Nov 13:24
Compare
Choose a tag to compare
7.7.4

Header X-Frame-Options not sent if all url are allowed

Can get content-type on non configured servers

08 Nov 13:24
Compare
Choose a tag to compare

Content-Type can now be detected from environment AND headers

add hasSession in deprecated model (6.17.3)

20 Oct 15:38
Compare
Choose a tag to compare

add hasSession in deprecated model (6.17.3)

Add X-Frame-Options header support (7.7.3)

20 Oct 13:06
Compare
Choose a tag to compare
  • Can now send X-Frame-Options header (7.7.3)
  • Add count in \FMUP\Db\Driver\Pdo code coverage

Add X-Frame-Options header support

20 Oct 13:06
Compare
Choose a tag to compare

Can now send X-Frame-Options header

add hasSession in deprecated model

20 Oct 15:38
Compare
Choose a tag to compare

add hasSession in deprecated model

Add debugger in Pdo drivers + performances on FetchIterator

12 Oct 09:54
Compare
Choose a tag to compare
  • Add debugger in Pdo drivers
  • performances on FetchIterator / SQL Query executed on rewind only
  • update dependencies for php 5.6
  • Abandon framework since no new feature should come