diff --git a/Gemfile.lock b/Gemfile.lock index 384fe5f0b..a31183784 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jekyll-polyglot (1.8.0) + jekyll-polyglot (1.8.1) jekyll (>= 4.0, >= 3.0) GEM diff --git a/README.md b/README.md index b2472c997..73b147021 100644 --- a/README.md +++ b/README.md @@ -291,7 +291,9 @@ If you have something you'd like to contribute to jekyll-polyglot, please open a These are talented and considerate software developers across the world that have lent their support to this project. **Thank You! ¡Gracias! Merci! Danke! 감사합니다! תודה רבה! Спасибо! Dankjewel! 谢谢!Obrigado!** -* [@jerturowetz](https://github.com/jerturowetz) 1.7.1 +* [@blackpill](https://github.com/blackpill) [1.8.1](https://polyglot.untra.io/2024/08/18/polyglot-1.8.1/) +* [@hacketiwack](https://github.com/hacketiwack) [1.8.1](https://polyglot.untra.io/2024/08/18/polyglot-1.8.1/) +* [@jerturowetz](https://github.com/jerturowetz) [sitemap generation](https://polyglot.untra.io/2024/03/17/polyglot-1.8.0/) * [@antoniovazquezblanco](https://github.com/antoniovazquezblanco) [1.7.0](https://polyglot.untra.io/2023/10/29/polyglot-1.7.0/) * [@salinatedcoffee](https://github.com/SalinatedCoffee) [ko support](https://polyglot.untra.io/2023/02/27/korean-support/) * [@aturret](https://github.com/aturret) [zh-CN support](https://polyglot.untra.io/2023/06/08/polyglot-1.6.0-chinese-support/) diff --git a/jekyll-polyglot.gemspec b/jekyll-polyglot.gemspec index 677577c62..656454a14 100644 --- a/jekyll-polyglot.gemspec +++ b/jekyll-polyglot.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'jekyll-polyglot' - s.version = '1.8.0' - s.date = '2024-03-17' + s.version = '1.8.1' + s.date = '2024-08-18' s.summary = 'I18n plugin for Jekyll Blogs' s.description = 'Fast open source i18n plugin for Jekyll blogs.' s.authors = ['Samuel Volin'] diff --git a/make.bat b/make.bat index 8c989760d..3f454c3e9 100644 --- a/make.bat +++ b/make.bat @@ -1,5 +1,5 @@ @echo off -set VERSION="1.8.0" +set VERSION="1.8.1" REM this is running tests CALL gem build jekyll-polyglot.gemspec CALL gem install jekyll-polyglot-%VERSION%.gem diff --git a/make.sh b/make.sh index c3cb3467d..14148fb7d 100755 --- a/make.sh +++ b/make.sh @@ -1,5 +1,5 @@ #! /bin/sh -VERSION="1.8.0" +VERSION="1.8.1" # this is running tests gem build jekyll-polyglot.gemspec gem install jekyll-polyglot-$VERSION.gem diff --git a/site/_config.yml b/site/_config.yml index 9e5988d54..90dc7cf03 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -62,7 +62,7 @@ url: https://polyglot.untra.io paginate: 5 # Custom vars -version: 1.8.0 +version: 1.8.1 # practical values langsep are "|", "•", "·", "-", "–" langsep: "•" diff --git a/site/_posts/2024-08-18-polyglot-1.8.1.md b/site/_posts/2024-08-18-polyglot-1.8.1.md new file mode 100644 index 000000000..2f0248d7f --- /dev/null +++ b/site/_posts/2024-08-18-polyglot-1.8.1.md @@ -0,0 +1,14 @@ +--- +layout: post +title: Polyglot 1.8.1 - Community Bug Fixes Release +lang: en +--- + +Jekyll-Polyglot 1.8.1 has been released, which has a few feature improvements and recognizes community found bugs and provided fixes. + +## Community provided bugfixes + +**[hacketiwack](https://github.com/hacketiwack)** provided a [stricter check for setting a doc permalink](https://github.com/untra/polyglot/pull/200/files), preventing downstream problems with empty frontmatter fields. + +Github user **[blackpill](https://github.com/blackpill)** submitted a [one character bugfix](https://github.com/untra/polyglot/pull/211/files) for the i18n headers tag when rendering the default language link alternative href. + diff --git a/site/_posts/es/2024-08-18-polyglot-1.8.1.md b/site/_posts/es/2024-08-18-polyglot-1.8.1.md new file mode 100644 index 000000000..91f42a842 --- /dev/null +++ b/site/_posts/es/2024-08-18-polyglot-1.8.1.md @@ -0,0 +1,13 @@ +--- +layout: post +title: Polyglot 1.8.1 - Community Bug Fixes Release +lang: es +--- + +Se ha lanzado Jekyll-Polyglot 1.8.1, que presenta algunas mejoras en las funciones y reconoce errores encontrados por la comunidad y proporciona correcciones. + +## Correcciones proporcionadas por la comunidad + +**[hacketiwack](https://github.com/hacketiwack)** proporcionó una [verificación más estricta para establecer un enlace permanente del documento](https://github.com/untra/polyglot/pull/200/files), evitando problemas posteriores con campos de frontmatter vacíos. + +El usuario de Github **[blackpill](https://github.com/blackpill)** envió una [corrección de error de un carácter](https://github.com/untra/polyglot/pull/211/files) para la etiqueta de encabezados i18n al renderizar la alternativa href del enlace del idioma predeterminado. diff --git a/site/_posts/ko/2024-08-18-polyglot-1.8.1.md b/site/_posts/ko/2024-08-18-polyglot-1.8.1.md new file mode 100644 index 000000000..4271eafe5 --- /dev/null +++ b/site/_posts/ko/2024-08-18-polyglot-1.8.1.md @@ -0,0 +1,13 @@ +--- +layout: post +title: Polyglot 1.8.1 - Community Bug Fixes Release +lang: ko +--- + +Jekyll-Polyglot 1.8.1이 출시되었습니다. 이번 릴리스에는 몇 가지 기능 개선 사항과 커뮤니티에서 발견된 버그 해결이 포함되어 있습니다. + +## 커뮤니티 제공 버그 수정 + +**[hacketiwack](https://github.com/hacketiwack)**은 문서 퍼malink 설정을 위한 [보다 엄격한 검사](https://github.com/untra/polyglot/pull/200/files)를 제공하여 빈 프런트매터 필드로 인한 하류 문제를 방지했습니다. + +Github 사용자 **[blackpill](https://github.com/blackpill)**은 기본 언어 링크 대체 href 렌더링 시 i18n 헤더 태그에 대한 [단일 문자 버그 수정](https://github.com/untra/polyglot/pull/211/files)을 제출했습니다. diff --git a/site/_posts/pt-BR/2024-08-18-polyglot-1.8.1.md b/site/_posts/pt-BR/2024-08-18-polyglot-1.8.1.md new file mode 100644 index 000000000..d7d8df275 --- /dev/null +++ b/site/_posts/pt-BR/2024-08-18-polyglot-1.8.1.md @@ -0,0 +1,12 @@ +--- +layout: post +title: Polyglot 1.8.1 - Community Bug Fixes Release +lang: pt-BR +--- + +Jekyll-Polyglot 1.8.1 foi lançado, trazendo algumas melhorias de recursos e reconhecendo bugs identificados pela comunidade, para os quais foram fornecidas correções. + +## Correções de Bugs Fornecidas pela Comunidade +**[hacketiwack](https://github.com/hacketiwack)** contribuiu com uma [verificação mais rigorosa para definir um permalink de documento](https://github.com/untra/polyglot/pull/200/files), evitando problemas posteriores com campos vazios de frontmatter. + +O usuário do Github **[blackpill](https://github.com/blackpill)** enviou uma [correção de bug de um caractere para a tag](https://github.com/untra/polyglot/pull/211/files) de cabeçalhos i18n ao renderizar o href alternativo do link do idioma padrão. \ No newline at end of file diff --git a/site/_posts/zh-CN/2024-08-18-polyglot-1.8.1.md b/site/_posts/zh-CN/2024-08-18-polyglot-1.8.1.md new file mode 100644 index 000000000..dfbeef906 --- /dev/null +++ b/site/_posts/zh-CN/2024-08-18-polyglot-1.8.1.md @@ -0,0 +1,13 @@ +--- +layout: post +title: Polyglot 1.8.1 - Community Bug Fixes Release +lang: zh-CN +--- + +Jekyll-Polyglot 1.8.1 版本已经发布,其中包含了一些功能改进,并修复了社区发现的漏洞。 + +## 社区贡献的漏洞修复 + +**[hacketiwack](https://github.com/hacketiwack)** 提供了用于 [更严格检查设置文档永久链接](https://github.com/untra/polyglot/pull/200/files) 的代码,防止因空的前置字段导致的下游问题。 + +Github 用户 **[blackpill](https://github.com/blackpill)** 提交了针对 i18n headers 标签的 [单字符错误修复](https://github.com/untra/polyglot/pull/211/files),用于渲染默认语言链接的替代链接(href)。