blob: 1299096877a35b9a7137a6bab619b772799b6b5e (
plain)
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
75
76
77
78
79
80
81
82
83
84
85
|
CHANGE LOG
==========
## 1.10.3 (2018-01-15)
- Use short type names in PHPdoc
## 1.10.2 (2017-10-30)
- Fix wrong collation for Czech.
## 1.10.1 (2017-10-24)
- Add PHP7.1 and PHP7.2 to the test matrix.
- Fix invalid PHP translation file causes unhandled error.
## 1.10.0 (2016-06-02)
- Add Anglo-Saxon (ang).
## 1.9.0 (2016-03-26)
- Update to CLDR-29.
## 1.8.0 (2016-03-26)
- Updated version of ISO15924 and iana-subtag-registry.
## 1.7.0 (2015-11-27)
- Update to CLDR-28
## 1.6.0 (2015-09-14)
- Updated versions of ISO-15924, iana-subtag-registry and CLDR
## 1.5.1 (2015-09-14)
- Norwegian collation rules
- Add PHP 7.0 and HHVM to Travis tests
## 1.5.0 (2015-06-29)
- Updated versions of ISO-15924, iana-subtag-registry and CLDR
## 1.4.1 (2015-04-06)
- PHP<=5.3.8 cannot extend abstract classes with abstract functions
## 1.4.0 (2015-03-27)
- Fix PSR4 autoloading
- Add PHP interfaces for scripts, languages, locales, etc
- Add several missing plural rules
- Add Locale::httpAcceptLanguage() to negotiate languages
## 1.3.2 (2015-03-23)
- Gettext detection fails on 32 bit builds
## 1.3.1 (2015-03-21)
- Add plural rules for Yiddish (yi) and Divehi (dv)
## 1.3.0 (2015-03-20)
- Add Translator/Translation classes
## 1.2.0 (2015-03-19)
- Add plural rules for working with translations
- Add missing tests for formatting percentages
## 1.1.2 (2015-03-15)
- Do not suppress the script in the language tag for zh-Hans
## 1.1.1 (2015-03-13)
- Fix endonym (sr-Latn)
## 1.1.0 (2015-03-12)
- Add Divehi (dv)
- Add Maori (mi)
- Add Occitan (oc)
- Add Tatar (tt)
## 1.0.3 (2015-03-11)
- Tests timed out on Travis-CS
- Add failure information to exception
## 1.0.2 (2015-03-11)
- Add Locale::create() to create Locale objects from language tags and locale codes.
## 1.0.1 (2015-02-27)
- Add Locale::number() to format numbers.
- Add Locale::percent() to format percentages.
- Add Locale::htmlAttributes() for HTML elements.
- Some locales, such as shi-Tfng, are written left-to-right, even though tifinagh is a right to left script.
- Improve some sortable endonyms.
## 1.0.0 (2015-02-24)
- Initial release, with support for locales, languages, territories, scripts and variants.
|