Skip to content

Commit 9e5f459

Browse files
committed
Merge branch 'release/4.0.10' into develop
2 parents b0d1386 + 9b65e8e commit 9e5f459

File tree

7 files changed

+32
-12
lines changed

7 files changed

+32
-12
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [4.0.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.10)
2+
3+
### Bug Fixes
4+
5+
- Add Staticman default `path`. [#683](https://github.com/mmistakes/minimal-mistakes/issues/683)
6+
7+
### Maintenance
8+
9+
- Slight correction/improvements to French UI text. [#685](https://github.com/mmistakes/minimal-mistakes/pull/685)
10+
111
## [4.0.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.9)
212

313
### Bug Fixes

docs/_data/ui-text.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ fr: &DEFAULT_FR
105105
menu_label :
106106
toc_label : "Sur cette page"
107107
ext_link_label : "Lien direct"
108-
less_than : "plus petit que"
108+
less_than : "moins de"
109109
minute_read : "minute de lecture"
110110
share_on_label : "Partager sur"
111111
meta_label :
@@ -115,8 +115,8 @@ fr: &DEFAULT_FR
115115
comments_label : "Laisser un commentaire"
116116
comments_title :
117117
more_label : "Lire plus"
118-
related_label : "Vous pourriez aimer"
119-
follow_label : "Suivez moi"
118+
related_label : "Vous pourriez aimer aussi"
119+
follow_label : "Contact"
120120
feed_label : "Flux"
121121
powered_by : "Propulsé par"
122122
website_label : "Site"
@@ -132,7 +132,7 @@ fr: &DEFAULT_FR
132132
comment_form_website_label : "Site web (optionnel)"
133133
comment_btn_submit : "Envoyer"
134134
comment_btn_submitted : "Envoyé"
135-
comment_success_msg : "Merci pour votre comentaire, il sera visible sur le site une fois approuvé."
135+
comment_success_msg : "Merci pour votre commentaire, il sera visible sur le site une fois approuvé."
136136
comment_error_msg : "Désolé, une erreur est survenue lors de la soumission. Vérifiez que les champs obligatoires ont été remplis et réessayez."
137137
loading_label : "Chargement..."
138138
fr-FR:

docs/_docs/18-history.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@ permalink: /docs/history/
44
excerpt: "Change log of enhancements and bug fixes made to the theme."
55
sidebar:
66
nav: docs
7-
modified: 2016-11-21T16:04:45-05:00
7+
modified: 2016-12-01T15:44:03-05:00
88
---
99

10+
## [4.0.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.10)
11+
12+
### Bug Fixes
13+
14+
- Add Staticman default `path`. [#683](https://github.com/mmistakes/minimal-mistakes/issues/683)
15+
16+
### Maintenance
17+
18+
- Slight correction/improvements to French UI text. [#685](https://github.com/mmistakes/minimal-mistakes/pull/685)
19+
1020
## [4.0.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.9)
1121

1222
### Bug Fixes

docs/_pages/home.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ header:
77
cta_label: "<i class='fa fa-download'></i> Install Now"
88
cta_url: "/docs/quick-start-guide/"
99
caption:
10-
excerpt: 'A flexible two-column Jekyll theme. Perfect for personal sites, blogs, and portfolios hosted on GitHub or your own server.<br /> <small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.9">Latest release v4.0.9</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="158px" height="30px"></iframe>{:/nomarkdown}'
10+
excerpt: 'A flexible two-column Jekyll theme. Perfect for personal sites, blogs, and portfolios hosted on GitHub or your own server.<br /> <small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.10">Latest release v4.0.10</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="158px" height="30px"></iframe>{:/nomarkdown}'
1111
feature_row:
1212
- image_path: /assets/images/mm-customizable-feature.png
1313
alt: "customizable"

minimal-mistakes-jekyll.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "minimal-mistakes-jekyll"
5-
spec.version = "4.0.9"
5+
spec.version = "4.0.10"
66
spec.authors = ["Michael Rose"]
77

88
spec.summary = %q{A flexible two-column Jekyll theme.}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minimal-mistakes",
3-
"version": "4.0.9",
3+
"version": "4.0.10",
44
"description": "Minimal Mistakes Jekyll theme npm build scripts",
55
"repository": {
66
"type": "git",

test/_data/ui-text.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ fr: &DEFAULT_FR
105105
menu_label :
106106
toc_label : "Sur cette page"
107107
ext_link_label : "Lien direct"
108-
less_than : "plus petit que"
108+
less_than : "moins de"
109109
minute_read : "minute de lecture"
110110
share_on_label : "Partager sur"
111111
meta_label :
@@ -115,8 +115,8 @@ fr: &DEFAULT_FR
115115
comments_label : "Laisser un commentaire"
116116
comments_title :
117117
more_label : "Lire plus"
118-
related_label : "Vous pourriez aimer"
119-
follow_label : "Suivez moi"
118+
related_label : "Vous pourriez aimer aussi"
119+
follow_label : "Contact"
120120
feed_label : "Flux"
121121
powered_by : "Propulsé par"
122122
website_label : "Site"
@@ -132,7 +132,7 @@ fr: &DEFAULT_FR
132132
comment_form_website_label : "Site web (optionnel)"
133133
comment_btn_submit : "Envoyer"
134134
comment_btn_submitted : "Envoyé"
135-
comment_success_msg : "Merci pour votre comentaire, il sera visible sur le site une fois approuvé."
135+
comment_success_msg : "Merci pour votre commentaire, il sera visible sur le site une fois approuvé."
136136
comment_error_msg : "Désolé, une erreur est survenue lors de la soumission. Vérifiez que les champs obligatoires ont été remplis et réessayez."
137137
loading_label : "Chargement..."
138138
fr-FR:

0 commit comments

Comments
 (0)