Skip to content

Releases: brefphp/bref

2.3.7

27 Sep 16:12
62a6391
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.6...2.3.7

2.3.6

25 Sep 11:29
8903fe5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.5...2.3.6

2.3.5

31 Aug 08:42
a23b431
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.4...2.3.5

2.3.4

16 Aug 17:34
acfe18b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.3...2.3.4

2.3.3

14 Aug 18:01
5c173d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.2...2.3.3

2.3.2

01 Aug 17:05
68897e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.1...2.3.2

2.3.1

22 Jul 12:35
8554f79
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.3.1

2.3.0

11 Jul 11:39
4b13aca
Compare
Choose a tag to compare

What's Changed

To use PHP 8.4, update serverless.yml:

functions:
    web:
        handler: public/index.php
-       runtime: php-83-fpm
+       runtime: php-84-fpm

Remember that this is the first alpha version of PHP 8.4, do not use it in production :)

See: https://www.php.net/index.php#2024-07-05-1

Full Changelog: 2.2.1...2.3.0

2.2.1

06 Jul 12:49
cb264c2
Compare
Choose a tag to compare

What's Changed

  • Update Lambda layers 2.2.26 by @github-actions in #1839

Full Changelog: 2.2.0...2.2.1

2.2.0

02 Jul 10:03
05d4d26
Compare
Choose a tag to compare

What's Changed

  • Support both Serverless Framework v3 and v4 by @mnapoli in #1837

New Contributors

Full Changelog: 2.1.25...2.1.26