@@ -14,24 +14,18 @@ Internationalization API Specification.
14
14
<active >yes</active >
15
15
</lead >
16
16
<date >2023-08-27</date >
17
+ <time >23:45:00</time >
17
18
<version >
18
- <release >0.1.0 </release >
19
- <api >0.1.0 </api >
19
+ <release >0.1.1 </release >
20
+ <api >0.1.1 </api >
20
21
</version >
21
22
<stability >
22
23
<release >alpha</release >
23
24
<api >alpha</api >
24
25
</stability >
25
26
<license uri =" https://opensource.org/license/bsd-3-clause/" >BSD-3-Clause</license >
26
27
<notes ><![CDATA[
27
- Initial release with initial functionality ported from ECMA-402:
28
-
29
- - Ecma\Intl static class with static methods getCanonicalLocales() and supportedValuesOf()
30
- - Ecma\Intl\Category enum to pass to Intl::supportedValuesOf()
31
- - Ecma\Intl\Locale to represent Unicode locales
32
- - Ecma\Intl\Locale\Options for manipulating locales when creating instances of Ecma\Intl\Locale
33
- - Ecma\Intl\Locale\TextInfo and Ecma\Intl\Locale\CharacterDirection for conveying typesetting information for the locale
34
- - Ecma\Intl\Locale\WeekInfo and Ecma\Intl\Locale\WeekDay for conveying calendar information for the locale
28
+ Fix: remove package.xml from manifest to avoid md5 checksum errors when installing via pecl.
35
29
]]> </notes >
36
30
<contents >
37
31
<dir name =" /" >
@@ -214,4 +208,29 @@ Initial release with initial functionality ported from ECMA-402:
214
208
</dependencies >
215
209
<providesextension >ecma_intl</providesextension >
216
210
<extsrcrelease />
211
+ <changelog >
212
+ <release >
213
+ <date >2023-08-27</date >
214
+ <time >23:23:10</time >
215
+ <version >
216
+ <release >0.1.0</release >
217
+ <api >0.1.0</api >
218
+ </version >
219
+ <stability >
220
+ <release >alpha</release >
221
+ <api >alpha</api >
222
+ </stability >
223
+ <license uri =" https://opensource.org/license/bsd-3-clause/" >BSD-3-Clause</license >
224
+ <notes ><![CDATA[
225
+ Initial release with initial functionality ported from ECMA-402:
226
+
227
+ - Ecma\Intl static class with static methods getCanonicalLocales() and supportedValuesOf()
228
+ - Ecma\Intl\Category enum to pass to Intl::supportedValuesOf()
229
+ - Ecma\Intl\Locale to represent Unicode locales
230
+ - Ecma\Intl\Locale\Options for manipulating locales when creating instances of Ecma\Intl\Locale
231
+ - Ecma\Intl\Locale\TextInfo and Ecma\Intl\Locale\CharacterDirection for conveying typesetting information for the locale
232
+ - Ecma\Intl\Locale\WeekInfo and Ecma\Intl\Locale\WeekDay for conveying calendar information for the locale
233
+ ]]> </notes >
234
+ </release >
235
+ </changelog >
217
236
</package >
0 commit comments