Skip to content

1.4.1

Compare
Choose a tag to compare
@taitus taitus released this 25 Nov 13:36
· 1922 commits to master since this release
51da643

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.