Skip to content

Releases: DemocraciaEnRed/participes-app

v2.2

31 Jan 13:41
1cea470
Compare
Choose a tag to compare
  • No migrations in this versionn
  • Major update in mapbox GL JS from 1.11.1 to 2.4.1, with this update we are able to use the new mapbox styles and the new mapbox studio.
  • Updated mapbox-gl-draw plugin from 1.0.9 to 1.4.0.
  • NOTE: You should use the Style URL mapbox://styles/mapbox/light-v11 instead of the old style url mapbox://styles/mapbox/light-v10
  • Fixed some maps not getting the Mapbox API Key

v2.1

31 Jan 11:49
8495070
Compare
Choose a tag to compare
  • There is a new migration with this version, make sure to run it. 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.
  • Added Map & Georeference admin to the admin panel. Now instead of setting the map and georeference in the .env file, you can do it in the admin panel.
  • The env vars MAPBOX_API_KEY & MAPBOX_MAP_STYLE are no longer required in the .env file. If you are planning to update to this version, make sure that after the update you set the api key and map style in the admin panel.
  • You can also hide the map from the homepage
  • If maps & georeference are disabled, the map will not be shown in the homepage and reports wont have a map. The report panel also wont show the "Map" option in the menu.

v2.0

31 Jan 11:48
4d23fe4
Compare
Choose a tag to compare
  • 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

Participes v1.0

26 Jan 22:05
Compare
Choose a tag to compare

This version uses Laravel 7+ compatible with PHP 7.2