Skip to content

Releases: mainio/decidim-module-plans

v0.18.2

04 Dec 13:20
Compare
Choose a tag to compare

Fixed:

  • Issue with the attached proposals when editing a plan either through the participants or the admin UI.

v0.18.1

29 Oct 13:35
Compare
Choose a tag to compare

Fixed:

  • Issue with the version diffing page due to core changes in the latest version. Backported the old functionality to the module.

v0.18.0

28 Aug 21:07
62b67dd
Compare
Choose a tag to compare

Release for Decidim 0.18.x series.

v0.17.0

06 Jun 11:29
Compare
Choose a tag to compare

Release for Decidim 0.17.x.

Added:

  • Add possibility to list the plans as related resources from external components
  • Plan author IDs are now in the export documents

Changed:

  • Usability improvements for the tags management view
  • Use Decidim's resource links instead of the dedicated attached plans table
  • The preview of the plan is now more consistent with the proposals component

v0.16.9

06 Jun 11:26
Compare
Choose a tag to compare

Changed:

  • Plan authors are no longer removed when updating them through the admin panel

v0.16.8

02 Apr 13:29
Compare
Choose a tag to compare

Fixed:

  • Duplicate plans in the results when filtering with multiple tags that all match the plan's tags. See #20.
  • Create a tags action always redirecting back to the plan taggings view even when creating from the manage tags view. See #21.

v0.16.7

02 Apr 07:19
Compare
Choose a tag to compare

NOTE There is a new migration with this update adding the tagging functionality.

Please run the following commands in order to upgrade to this version:

$ bundle exec rails decidim_plans:install:migrations
$ bundle exec rails db:migrate

Added:

  • A number of published and draft plans in the admin plans listing.
  • Disabled edit button and a note that the plans are waiting for the evaluation under the button when the plan is marked as done and proceeds for evaluation. See #18.
  • Proposal ID is now displayed in the proposal selector. See #16.
  • Ability to "mention" the plans in the comments using content parsers.
  • Added internal tagging functionality for admins for better categorization of the plans. The tags are visible in the front-end as well as in the back-end. Only admins can define these. See #17.

Changed:

  • Make the plan closing feature for non-admins configurable. See #15.
  • Change the plan state to "evaluating" after it is marked as done and make this reversable. See #9.

Fixed:

  • Attachment updating fixed for IE11. See #13.
  • Display published date instead of created date in the admin plans listing. See #12.
  • Do not display draft plans in the admin listing. See #11.

v0.16.6

07 Mar 12:37
Compare
Choose a tag to compare

Changed:

  • Improved the rich content displaying in the plan content sections.

Fixed:

  • The content presenters and budgeting project exports still allowed unwanted tags to be displayed in the content. Now the tags are only limited to few "safe" tags.

v0.16.5

07 Mar 09:30
Compare
Choose a tag to compare

IMPORTANT Please upgrade to this version if you are running on any of the previous versions. This update includes an important XSS vulnerability fix that could cause malicious content to be entered on the site.

Added:

  • Swedish translations.
  • New configuration options for title and attachment help texts.

Changed:

  • Disabled reopening plans for non-admin users as that was not desired.

Fixed:

  • Fixes an XSS vulnerability in the plans entering.
  • Email notification links were previously pointing to paths which caused them to break in email clients. They are now pointing to the URLs instead.
  • Fix issue in the proposal selector when the proposal title contained quotation marks.
  • The back link from a single plan view now remembers the URL parameters passed to the view to maintain the search status in the listing.
  • Maintain the random seed in the URLs to maintain the random order to help people browsing the plans list.

v0.16.4

24 Feb 14:14
Compare
Choose a tag to compare

Update for the 0.16.x series of Decidim.

Added:

  • The proposal authors are now notified when a new plan is published with attachment to their proposal.

Changed:

  • Removed a bunch of "plan" references from the translation strings and swapped them with "resource" to make the component more generalized.

Fixed:

  • The proposal selector now allows selecting unanswered proposals after adding the "rejected" filter in v0.16.1.
  • The dynamic forms (e.g. sections, attachments) will not break now under specific conditions. For further details, see decidim/decidim#4896.
  • Apply the scopes/categories enabled settings to the filters view.
  • Removed duplicate DOM element IDs in the filters views.