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

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtsson committed Jun 18, 2020
1 parent 36b3b46 commit a0eee56
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.md
Expand Up @@ -19,7 +19,7 @@ Table of Contents
-----------------
- [Jekyll Multiple Languages Plugin](#jekyll-multiple-languages-plugin)
- [Badges](#badges)
- [!! We are looking for more maintainers !!](#we-are-looking-for-more-maintainers)
- [!! We are looking for more maintainers !!](#-we-are-looking-for-more-maintainers-)
- [Table of Contents](#table-of-contents)
- [1. Current Release Notice](#1-current-release-notice)
- [2. Features](#2-features)
Expand All @@ -28,7 +28,7 @@ Table of Contents
- [3.2. Manually](#32-manually)
- [3.3. As a Git Submodule](#33-as-a-git-submodule)
- [4. Configuration](#4-configuration)
- [4.1. _config.yml](#41-configyml)
- [4.1. _config.yml](#41-_configyml)
- [4.2. Folder structure](#42-folder-structure)
- [5. Usage](#5-usage)
- [5.1. Translating strings](#51-translating-strings)
Expand Down Expand Up @@ -397,6 +397,11 @@ Then, create a file named `about.md` under `_i18n/en` with the English content.


## 8. Changelog
* 1.7.0
* Option to build the default language into a subfolder
* Configurable verbosity
* Improved documentation
* Removed deprecation warning
* 1.6.1
* Improved testing
* Support for Jekyll 4
Expand Down
2 changes: 1 addition & 1 deletion jekyll-multiple-languages-plugin.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|

s.add_development_dependency "bundler", "~> 2.0.1"
s.add_development_dependency "html-proofer"
s.add_development_dependency "rake", "~> 0"
s.add_development_dependency "rake", ">= 12.3.3"

s.add_runtime_dependency "jekyll", ">= 2.0", "< 5.0"
end
2 changes: 1 addition & 1 deletion lib/plugin/version.rb
@@ -1,6 +1,6 @@
module Jekyll
module MultipleLanguagesPlugin
VERSION = "1.6.1"
VERSION = "1.7.0"
end
end

0 comments on commit a0eee56

Please sign in to comment.