Skip to content

v2.0

Compare
Choose a tag to compare
@guillecro guillecro released this 31 Jan 11:48
· 25 commits to master since this release
4d23fe4
  • New migrations are being added for the new Laravel version. If you installed Participes before 2023, you should run the new migrations. You can do this by running php artisan migrate in the root directory of the project. In production you should run php artisan migrate --force to avoid any errors.
  • As always, we recommend you to make a backup of your database before running the migrations.
  • Participes has been updated to Laravel 8. It requires PHP 7.4 or higher.
  • The env vars ANALYTICS_PROVIDER, ANALYTICS_PROVIDER, ANALYTICS_TRACKING_ID are no longer required in the .env file. From now on you can use the admin panel to set up Google Analytics 4 by inserting the tracking ID.
  • Removed fzaninotto/faker dependency for the sake of Laravel 8. Faker