@@ -14,24 +14,18 @@ Internationalization API Specification.
1414 <active >yes</active >
1515 </lead >
1616 <date >2023-08-27</date >
17+ <time >23:45:00</time >
1718 <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 >
2021 </version >
2122 <stability >
2223 <release >alpha</release >
2324 <api >alpha</api >
2425 </stability >
2526 <license uri =" https://opensource.org/license/bsd-3-clause/" >BSD-3-Clause</license >
2627 <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.
3529]]> </notes >
3630 <contents >
3731 <dir name =" /" >
@@ -214,4 +208,29 @@ Initial release with initial functionality ported from ECMA-402:
214208 </dependencies >
215209 <providesextension >ecma_intl</providesextension >
216210 <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 >
217236</package >
0 commit comments