Skip to content

v0.19

Compare
Choose a tag to compare
@microweb10 microweb10 released this 28 Feb 13:34
· 7287 commits to master since this release
c6fead6

Here is release v0.19 with:

  • Multi language for Participaroy Budgets
  • Cards for custom pages
  • Customizable image and banner colors for Legislation processes
  • Milestones progress bars
  • Description for active Polls
  • Environment configurable email interceptor
  • Minor improvements on Admin section, Budgets, Legislation, Maps, Tags, Votes and general UX
  • Several bug fixes (Budgets, Polls, Proposals, Tags, Translations)
  • Others (refactor, Rubocop rules)

Check the Changelog to see all the changes. Please take your time reading all referenced PR's and issues to understand new features and changes.

Updating your fork

Check how to keep your fork updated, if you're updating from v0.18.1 release you can just:

git checkout master
git pull
git checkout -b upstream
git fetch upstream
git merge v0.19
  • ⚙️ In case you have existing legislation proposals in DB run:
    bin/rake legislation_proposals:calculate_cached_votes_score RAILS_ENV=production
    to calculate the votes score. PR #3291
  • ⚙️ Check out PR #3251 for instructions on how to intercept emails in the staging environment.