Skip to content

Releases: thyyppa/fluent-fm

1.3.2: Brings full support for PHP 8.4 by fixing deprecation notices regarding implicit nullables

Choose a tag to compare

@AnnoyingTechnology AnnoyingTechnology released this 04 Feb 09:40
49a32a2

What's Changed

Full Changelog: 1.3.1...1.3.2

1.3.1: Brings support for PHP 8.4 by fixing deprecation notices regarding implicit nullables

Choose a tag to compare

@AnnoyingTechnology AnnoyingTechnology released this 04 Feb 09:15
a9c25da
Merge pull request #42 from AnnoyingTechnology/master

Brings support for PHP 8.4 by fixing deprecation notices regarding implicit nullables (Fixes #41)

If anyone has an issue with this merge, reach out in the comments and I'll fix what needs fixing ASAP.

1.3.0: Merge pull request #39 from sib-retail/master

Choose a tag to compare

@thyyppa thyyppa released this 03 Mar 19:49
bd30906

Adds support for

  • Cached authentication token using APCu (if available). This increases performances.
  • Layouts Metadata retrieval

1.2.5

Choose a tag to compare

@thyyppa thyyppa released this 01 Oct 14:14
77492bc

Updated to work with Laravel 8.

  • Set Guzzle dependency to version 7

1.2.4

Choose a tag to compare

@thyyppa thyyppa released this 19 May 23:35
254a253

Minor fix

1.2.3

Choose a tag to compare

@thyyppa thyyppa released this 19 May 23:11
b71e4ea

Changes:

  • adding support for multiple where clauses, each acting as an "and" operation
  • adding support for orWhere
  • adding support for multiple sort operations
  • fix depreciated phpunit 9 methods

1.2.2

Choose a tag to compare

@thyyppa thyyppa released this 13 May 20:47
803759c

Dependency updates

1.2.1

Choose a tag to compare

@thyyppa thyyppa released this 21 Apr 21:10
64365a8
remove composer.lock

Signed-off-by: Travis Hyyppä <travishyyppa@gmail.com>

1.2.0

Choose a tag to compare

@thyyppa thyyppa released this 21 Apr 21:05
be86cc0

Dependencies no longer support php 7.1, so this package now requires php 7.2+

If you need to use php 7.1 you can require version 1.1.*

1.1.6

Choose a tag to compare

@thyyppa thyyppa released this 21 Apr 20:55
3bda338
update deps

Signed-off-by: Travis Hyyppä <travishyyppa@gmail.com>