github consuldemocracy/consuldemocracy 1.4.1

latest releases: 2.1.1, 2.1.0, 2.0.1...
2 years ago

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

  • Fix translations for German, Turkish, Italian, Romanian and Swedish
  • Change the way we handle source strings updates in Crowdin

Check the Changelog to see all the changes.

Updating your fork

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

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

⚙️ It you're upgrading from version 1.3.1, after deploying you have to run additional tasks on your server with bin/rake consul:execute_release_tasks RAILS_ENV=production. You can safely omit this step if you're upgrading form version 1.4.0.

Don't miss a new consuldemocracy release

NewReleases is sending notifications on new releases.