Skip to content

v0.26.10

Compare
Choose a tag to compare
@andreslucena andreslucena released this 02 May 08:54
· 1652 commits to develop since this release
4fce0e6

Upgrade notes

As usual, we recommend that you have a full backup, of the database, application code and static files.

To update, follow these steps:

  1. Update your Gemfile:
gem "decidim", "0.26.10"
gem "decidim-dev", "0.26.10"
  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

Changelog

Added

Nothing.

Changed

Nothing.

Fixed

  • Pinning chrome version to v119 #12498
  • Backport 'Fix decidim-templates usage' to v0.26 #12601

Removed

Nothing.

Internal

Nothing.

Developer improvements

Nothing.