Skip to content

Releases: j0k3r/f43.me

12.0.1

18 Jul 14:38
2cd482a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 12.0.0...12.0.1

12.0.0

16 Mar 12:11
7780ff2
Compare
Choose a tag to compare

The only BC is that PHP < 7.4 isn't supported anymore.

The principal change is about the design.

image

We dropped Foundation (so long my friend 👋) and we are now using Pico.css. So instead of using gulp to generate assets we are now using WebpackEncore.

After upgrading, ran:

  • yarn install
  • yarn build

What's Changed

Full Changelog: 11.1.1...12.0.0

11.1.1

13 Dec 09:14
ac7a967
Compare
Choose a tag to compare

What's Changed

  • Rewrote the way to override site config when testing by @j0k3r in #844
  • Update deps by @j0k3r in #850
  • Add support for GitHub release by @j0k3r in #856

Full Changelog: 11.1.0...11.1.1

11.1.0

30 Nov 11:14
3063120
Compare
Choose a tag to compare

⚠️ After updating to that version, the stored password in .env.local must be updated because the algorithm has changed (when upgrading Symfony). Run that command to re-generate the hash:

php bin/console security:hash-password --empty-salt

Then update your .env.local with the new hash. Don't forget to escape each $ followed by a letter, otherwise your hash will be invalid and you won't be able to login (see the install part).

What's Changed

Full Changelog: 11.0.0...11.1.0

11.0.0

05 Oct 09:34
9f38369
Compare
Choose a tag to compare

One year after the latest release... ouch.

Main changes are:

The upgrade might be pretty complex (because a lot of files changed) but I think this list is a summary of what needs to be done:

  1. The configuration is no more in app/config/parameters.yml.dist but in .env.local (which must be created, take inspiration from .env).
  2. If you are using Supervisor to handle consumers, commands have changed too. See data/supervisor.conf to see what changed.
  3. The public entry is no more web/app.php but public/index.php (update your server configuration).

If you are struggling to update to that version, don't hesitate to open an issue.

What's Changed

Full Changelog: 10.1.2...11.0.0

10.1.2

29 Sep 03:58
0f50328
Compare
Choose a tag to compare

Mostly updating deps

10.1.1

14 May 12:09
4401da8
Compare
Choose a tag to compare
  • Update deps #351
  • Update the way to auth on GitHub #350

10.1.0

11 Apr 13:44
f40d117
Compare
Choose a tag to compare
  • Avoid deprecated message by using a new Doctrine strategy #337
  • Cleanup Travis #339
  • Avoid flooding the queue with new message when it's full #338

10.0.1

27 Mar 14:49
0b8740a
Compare
Choose a tag to compare
  • Fix GitHub link to Foundation

10.0.0

31 Dec 15:09
2176c01
Compare
Choose a tag to compare

Major changes:

  • Drop PHP < 7.2 #312