Skip to content

Commit

Permalink
Docs - Changelog 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Oct 13, 2023
1 parent 4569c78 commit 1358bbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-3.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ with some extra keywords: backend, tests, test, translation, funders, important

### Added

* Add some content in the footer of the main landing page. It's set in the administration interface, then "Landing page"
* New password security checker
* Add possibility to log with an email
* Review of the permalink feature
Expand Down

1 comment on commit 1358bbc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest run of PHPStan has failed, maybe it's due to a newer version released recently 😣
Current version used on CI :

PHPStan - PHP Static Analysis Tool 1.10.39

https://github.com/phpstan/phpstan/releases

Have a look to your current version of PHPStan like :

docker exec CONTAINER_test_php tests/units/vendor/phpstan/phpstan/phpstan -V

And update if needed :

./lizmap-ctl composer-update

Please sign in to comment.