Skip to content

v0.26.7

Compare
Choose a tag to compare
@alecslupu alecslupu released this 11 May 20:12
· 1653 commits to develop since this release

Security fixes

This release addresses several security issues, including the following:

The details regarding the security vulnerability will be published on July 11th 2023, which is two months after the release date of this version. For more information, please refer to our Security Policy.

We highly recommend updating to this version as soon as possible to ensure the security of your system.

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.7"
gem "decidim-dev", "0.26.7"
  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

And then follow the steps and commands detailed in these notes.

Changelog

Added

Nothing.

Changed

  • decidim-core: Backport 'Improve the link handling' to v0.26 #10734

Fixed

  • decidim-core: Backport 'Fix sass syntax errors' to v0.26 #10446
  • decidim-admin: Backport 'Fix deleting all content from help section triggers error' to v0.26 #10454
  • decidim-admin: Backport 'Fix deprecation warning in the html5sortable NPM package' to v0.26 #10456
  • decidim-proposals: Backport 'Fix participatory texts sections required field indicators' to v0.26 #10528
  • decidim-initiatives: Backport 'Remove email from initiative's print page' to v0.26 #10534
  • decidim-core, decidim-participatory processes: Backport 'Fix destroying scope types that have been associated with processes' to v0.26 #10529
  • decidim-meetings: Backport 'Fix meeting form for admin to update registrations_enabled field' to v0.26 #10533
  • decidim-admin, decidim-core, decidim-system: Backport 'Remove actions from admin and blocked users' to v0.26 #10537
  • decidim-core: Backport 'Make buttons respect the organizations' primary color' to v0.26 #10545
  • decidim-proposals: Backport 'Export proposal body without HTML tags' to v0.26 #10538
  • decidim-proposals: Backport 'Fix: Set required to proposal limit field in Proposal component' to v0.26 #10550
  • Fix missing documentation link #10622
  • decidim-comments: Backport 'Fix for exporting deleted and hidden comments' to v0.26 #10659
  • decidim-proposals: Backport 'Fix for exporting hidden moderated proposals' to v0.26 #10660
  • decidim-proposals: Backport 'Fix flaky collaborative drafts specs' to v0.26 #10668
  • decidim-admin: Backport 'Change I18n captions on moderation module' to v0.26 #10663
  • decidim-proposals: Backport 'Fix empty proposals component configuration limits' to v0.26 #10665
  • decidim-admin, decidim-core, decidim-elections, decidim-meetings: Backport 'Fix Redundant notifications when a component is (re)published' to v0.26 #10737
  • decidim-initiatives: Backport 'Fix initiatives display when not initialized' to v0.26 #10741
  • decidim-admin, decidim-assemblies, decidim-blogs, decidim-budgets, decidim-conferences, decidim-consultations, decidim-core, decidim-elections, decidim-forms, decidim-initiatives, decidim-meetings, decidim-pages, decidim-proposals, decidim-sortitions: Backport 'Fix editor toolbar' to v0.26 #10744
  • decidim-participatory processes: Backport 'Fix Empty participatory process group is created when importing a PP …' to v0.26 #10733
  • Backport 'Fix menu spec after #9928' to v0.26 #10768
  • decidim-consultations: Backport 'Add missing translations in consultations' to v0.26 #10789
  • decidim-budgets, decidim-proposals: Backport 'Supports no longer visible for linked proposals if supports are disabled' to v0.26 #10776
  • decidim-initiatives: Backport 'Fix initiative creation missing form fields' to v0.26 #10786
  • decidim-initiatives: Backport 'Fix edge case in initiative creation' to v0.26 #10783
  • decidim-proposals: Backport 'Fix notifications for the proposal answers importer' to v0.26 #10788
  • decidim-comments: Backport 'Fix missing hide and show comments by threads' to v0.26 #10780
  • decidim-meetings, decidim-proposals: Backport 'Fix invalid rendering of meeting and proposal body texts' to v0.26 #10806
  • decidim-core, decidim-meetings: Backport 'Fix iframe disabling producing invalid HTML' to v0.26 #10764
  • decidim-participatory processes: Backport 'Fix issues with unexpected date filter params for the process listing' to v0.26 #10808
  • decidim-initiatives: Backport 'Fix edit form in intitiatives' to v0.26 #10782
  • decidim-participatory processes: Backport 'Fix usages of sanitize helper methods for editable content provided by admins' to v0.26 #10059
  • decidim-debates, decidim-meetings, decidim-proposals: Backport 'Fix iframes stripped from admin entered proposals, meetings and debates' to v0.26 #10559
  • decidim-core: Backport 'Fix: Inconsistent datetime distance_in_words translations' to 0.26 #10795
  • decidim-assemblies, decidim-blogs, decidim-budgets, decidim-consultations, decidim-debates, decidim-elections, decidim-forms, decidim-pages, decidim-participatory processes, decidim-proposals, decidim-sortitions: Backport 'Fix Video embeds are not shown in short_description field' to v0.26 #10746
  • decidim-budgets: Backport 'Fix budget summary mail when a scope is defined and enabled' to v0.26 #10840
  • decidim-initiatives: Backport 'Change the participant initiatives editor toolbars type' to v0.26 #10845

Removed

Nothing.

Internal

  • Backport 'Switch to the official Codecov action for CI' to v0.26 #10463
  • Backport 'Fix flaky collaborative drafts specs' to v0.26 #10668
  • Backport 'Fix menu spec after #9928' to v0.26 #10768

Developer improvements

Nothing.

Previous versions

Please check release/0.26-stable for previous changes.