Skip to content

5.0.0

Compare
Choose a tag to compare
@j0k3r j0k3r released this 16 Mar 10:46
· 622 commits to master since this release
db5bcaf

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

You'll also need Node 14 (use nvm with nvm install) and yarn to build assets.
All assets (PureCSS & FontAwesome) are now internalized (no more CDN to retrieve them). Yarn install them and then move them in the public folder.

After the update ran theses command to fetch assets:

  • nvm install
  • yarn install

What's Changed

Full Changelog: 4.0.1...5.0.0