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

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
* Support for localized links and custom permalinks, thanks to [@jasonlemay](#53)
  * Support for excluding posts from translation, thanks to [ctruelson](#51)
  • Loading branch information
kurtsson committed Nov 19, 2015
1 parent f5d1f49 commit 27061b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -70,7 +70,7 @@ languages: ["sv", "en", "de", "fr"]

The first language in the array will be the default language, English, German and French will be added in to separate subfolders.

To avoid redundancy, it is possible to exclude files and folders from beeing copied to the localization folders.
To avoid redundancy, it is possible to exclude files and folders from beeing copied to the localization folders.

```yaml
exclude_from_localizations: ["javascript", "images", "css"]
Expand Down Expand Up @@ -204,6 +204,9 @@ This snippet will create a link that will toggle between Swedish and English. A


##Changelog
* 1.3.0
* Support for localized links and custom permalinks, thanks to [@jasonlemay](https://github.com/screeninteraction/jekyll-multiple-languages-plugin/pull/53)
* Support for excluding posts from translation, thanks to [ctruelson](https://github.com/screeninteraction/jekyll-multiple-languages-plugin/pull/51)
* 1.2.9
* Bug fix when excluding files from translation, again thanks to [@h6](https://github.com/H6)
* 1.2.8
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/multiple/languages/plugin/version.rb
Expand Up @@ -2,7 +2,7 @@ module Jekyll
module Multiple
module Languages
module Plugin
VERSION = "1.2.9"
VERSION = "1.3.0"
end
end
end
Expand Down

0 comments on commit 27061b6

Please sign in to comment.