This repository has been archived by the owner on Jun 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
ChangeLog
74 lines (41 loc) · 1.57 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# markup: rd
= Revision history for jekyll-localization
== 0.1.6 [2012-05-24]
* Added support for Jekyll::Site#set_payload (custom extension).
== 0.1.5 [2012-05-23]
* Don't space pad day.
== 0.1.4 [2012-04-18]
* More flexible approach to date/time localization.
== 0.1.3 [2011-05-30]
* Switched license to Affero GPL.
* Localization of the date_to_string and date_to_long_string filters.
== 0.1.2 [2011-04-19]
* Added native_lang and translate_lang helpers.
== 0.1.1 [2011-04-12]
* Remember actual content language.
== 0.1.0 [2011-03-09]
* Added Jekyll::Localization::HUMAN_LANGUAGES and corresponding helper.
* Added helpers to deal with other languages than the current one.
== 0.0.9 [2010-12-21]
* Set YAML data too when alternative language content will be used.
== 0.0.8 [2010-11-24]
* Overwrites Page#process to get compatibility with jekyll 0.8.0.
== 0.0.7 [2010-10-14]
* Added filter "local_posts" to get posts in the language of the current page
== 0.0.6 [2010-09-29]
* Fixed an oversight in the previous version.
== 0.0.5 [2010-09-29]
* Prevent double posts in pagination.
== 0.0.4 [2010-09-27]
* Fixed filter to work with Liquid.
== 0.0.3 [2010-09-16]
* Use alternate page contenten if a page is empty in one language
== 0.0.2 [2010-07-01]
* Refactoring and documentation.
* Jekyll::LANGUAGES now lives in Jekyll::Localization::LANGUAGES
* New constant Jekyll::Localization::LANG_EXT_RE
* Directory name should *NOT* contain language extension
* Turned #t method into a filter (should work for Liquid, too?)
* Credits.
== 0.0.1 [2010-06-30]
* Birthday :-)