Releases: mainio/decidim-module-plans
Releases · mainio/decidim-module-plans
v0.18.2
v0.18.1
v0.18.0
v0.17.0
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
v0.16.8
v0.16.7
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:
v0.16.6
v0.16.5
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
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.