github consuldemocracy/consuldemocracy 2.0.1

latest releases: 2.1.1, 2.1.0
8 months ago

Here's release 2.0.1. This is a maintenance release with:

  • Make it possible to run the tests if you're using the latest version of Chrome on your machine or your CI
  • Update translations to the latest and update the former website and repository URL references
  • Fix custom translations in components

Check the Changelog to see all the changes.

Updating your fork

Check how to keep your fork updated; if you're upgrading from release 2.0.0 or release 1.5.0, you can just:

git checkout master
git pull
git checkout -b release
git fetch upstream tag 2.0.1
git merge 2.0.1
git checkout master
git merge release
git branch -d release
git push

⚙️ It you're upgrading from version 1.5.0, after deploying you have to run additional tasks on your server with bin/rake consul:execute_release_tasks RAILS_ENV=production. Remember to check and apply the release notes from version 2.0.0. You can safely omit this step if you're upgrading form version 2.0.0.

Don't miss a new consuldemocracy release

NewReleases is sending notifications on new releases.