Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony-Gaudino committed Jun 26, 2016
1 parent 7610c61 commit 2c78dde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -357,6 +357,8 @@ Then, create a file named `about.md` under `_i18n/en` with the English content.


## 8. Changelog
* 1.4.2
* Exposes the `site.translations` hash containing the translated strings to Liquid.
* 1.4.1
* Fixes a bug during site regeneration where translation paths were being nested based on wrongly set Jekyll variables.
* 1.4.0
Expand Down
2 changes: 1 addition & 1 deletion lib/plugin/version.rb
@@ -1,6 +1,6 @@
module Jekyll
module MultipleLanguagesPlugin
VERSION = "1.4.1"
VERSION = "1.4.2"
end
end

0 comments on commit 2c78dde

Please sign in to comment.