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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony-Gaudino committed May 25, 2016
1 parent 98ce6df commit 05beafe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -10,9 +10,9 @@ The plugin was developed as an utility at [Screen Interaction](http://www.screen

## Current Relese Notice

1.4.0 is the current stable release.
1.4.1 is the current stable release.

Users that update from older versions to 1.4.0 must change their `_config.yml` for the plugin to be loaded. Please see the `Installation` section bellow for the new string used to load the plugin.
Users that update from older versions to 1.4.0 or newer must change their `_config.yml` for the plugin to be loaded. Please see the `Installation` section bellow for the new string used to load the plugin.

The plugin now works with Jekyll 3, but it's backwards compatible with Jekyll 2.
Please note that it was only tested with Jekyll 2.5.3 and 3.1.3.
Expand Down Expand Up @@ -319,6 +319,8 @@ Then, create a file named `about.md` under `_i18n/en` with the English content.


## Changelog
* 1.4.1
* Fixes a bug during site regeneration where translation paths were being nested based on wrongly set Jekyll variables.
* 1.4.0
* Support for Jekyll 3, thanks to [@pedrocarmona](https://github.com/screeninteraction/jekyll-multiple-languages-plugin/pull/62)
* How to create pages documentation, thanks to [@elotroalex](https://github.com/screeninteraction/jekyll-multiple-languages-plugin/pull/57)
Expand Down
2 changes: 1 addition & 1 deletion lib/plugin/version.rb
@@ -1,6 +1,6 @@
module Jekyll
module MultipleLanguagesPlugin
VERSION = "1.4.0"
VERSION = "1.4.1"
end
end

0 comments on commit 05beafe

Please sign in to comment.