Skip to content

Commit

Permalink
highlight breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Dec 25, 2023
1 parent 7b7fb08 commit 9de5844
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@

Released on Dec 25, 2023

#### BREAKING CHANGE IN BUILD STEPS

If you are using `git clone`, you will need to use `npm` to build the front-end:

1. `composer install --no-dev`
2. `php artisan migrate`
3. `npm install`
4. `npm run build`

Those files are however provided in the release zip file.

#### Changes from v4.13.0

* `new` #2031 : improved honeypot logic & add more honey by @ildyria.
Expand Down

0 comments on commit 9de5844

Please sign in to comment.