Upgrade notes
As usual, we recommend that you have a working backup (of the database, static files, and codebase) before upgrading. It's also a good idea to test it first in a staging or preproduction server.
To update, follow these steps:
- Update your
Gemfile
:
gem "decidim", "0.25.2"
gem "decidim-dev", "0.25.2"
- Run these commands to upgrade and make sure you get all the latest migrations:
bundle update decidim
bin/rails decidim:upgrade
bin/rails db:migrate
- Restart your application server.
Added
Nothing.
Changed
Nothing.
Fixed
- decidim-surveys: Backport fix notification after creating survey #8467
- decidim-budgets, decidim-comments: Backport comment's get link in project view (#8450) #8469
- decidim-core: Backport "Fix 404 link in 'how to participate' home content block" to v0.25 #8521
- decidim-system: Backport "Add
pptx
in allowed_file_extensions (of admin)" to v0.25 #8533 - decidim-generators: Backport "Freezing webpacker to RC.5 until RC.7 is fixed" to v0.25 #8536
- decidim-meetings: Backport "Fix meetings with multiple dates" to v0.25 #8522
- decidim-conferences: Backport "Fix conference speakers when there isn't any avatar" to v0.25 #8538
- decidim-assemblies, decidim-participatory processes: Backport "Fix the copy of components weights in participatory processes and assemblies" to v0.25 #8539
Improved
Nothing.
Removed
Nothing.
Developer improvements
Nothing.
Full Changelog: v0.25.1...v0.25.2