github decidim/decidim v0.15.1

latest releases: v0.28.1, v0.27.6, v0.26.10...
5 years ago

0.15.1

Upgrade notes:

Update your Gemfile:

gem "decidim", "0.15.1"
gem "decidim-dev", "0.15.1"

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

Fixed:

  • decidim-meetings: Change title to description in meetings admin form. #4484
  • decidim-meetings: Fix title and description fields in admin form. #4547
  • decidim-proposals: Fix vote-rerendering on a proposal's page #4558
  • decidim-admin: Fix image updating in content blocks #4561
  • decidim-core: Fix tabs with inputs with invalid characters #4561

Don't miss a new decidim release

NewReleases is sending notifications on new releases.