-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,21 +13,19 @@ Internationalization API Specification. | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2023-08-30</date> | ||
<time>01:11:17</time> | ||
<date>2023-09-02</date> | ||
<time>19:45:00</time> | ||
<version> | ||
<release>0.1.3</release> | ||
<api>0.1.3</api> | ||
<release>0.2.0</release> | ||
<api>0.2.0</api> | ||
</version> | ||
<stability> | ||
<release>alpha</release> | ||
<api>alpha</api> | ||
</stability> | ||
<license uri="https://opensource.org/license/bsd-3-clause/">BSD-3-Clause</license> | ||
<notes><![CDATA[ | ||
Fix: reduce duplication of code (and eliminate build warnings) by splitting MINIT for each class into separate functions. | ||
Fix: allow installation of extension on PHP 8.3. | ||
Fix: fixes a build warning for switch statements with no default branch. | ||
Add Locale::$currency and Locale\Options::$currency properties. ECMA-402 does not define these properties; they are unique to this implementation and inspired by the properties and methods added in the Intl Locale Info Proposal. | ||
]]></notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -225,6 +223,24 @@ Fix: fixes a build warning for switch statements with no default branch. | |
<providesextension>ecma_intl</providesextension> | ||
<extsrcrelease/> | ||
<changelog> | ||
<release> | ||
<date>2023-08-30</date> | ||
<time>01:11:17</time> | ||
<version> | ||
<release>0.1.3</release> | ||
<api>0.1.3</api> | ||
</version> | ||
<stability> | ||
<release>alpha</release> | ||
<api>alpha</api> | ||
</stability> | ||
<license uri="https://opensource.org/license/bsd-3-clause/">BSD-3-Clause</license> | ||
<notes><![CDATA[ | ||
Fix: reduce duplication of code (and eliminate build warnings) by splitting MINIT for each class into separate functions. | ||
Fix: allow installation of extension on PHP 8.3. | ||
Fix: fixes a build warning for switch statements with no default branch. | ||
]]></notes> | ||
</release> | ||
<release> | ||
<date>2023-08-29</date> | ||
<time>14:25:28</time> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters