Skip to content

Commit bb9ff6f

Browse files
committed
prepared release of 1.0.0
1 parent f06d446 commit bb9ff6f

File tree

1 file changed

+35
-10
lines changed

1 file changed

+35
-10
lines changed

package.xml

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,38 +16,44 @@ http://pear.php.net/dtd/package-2.0.xsd">
1616
<active>no</active>
1717
</lead>
1818

19-
<date>2012-01-16</date>
20-
<time>10:00:23</time>
19+
<date>2017-03-02</date>
20+
<time>18:00:42</time>
2121
<version>
22-
<release>0.3.0</release>
23-
<api>0.3.0</api>
22+
<release>1.0.0</release>
23+
<api>1.0.0</api>
2424
</version>
2525

2626
<stability>
27-
<release>alpha</release>
28-
<api>alpha</api>
27+
<release>stable</release>
28+
<api>stable</api>
2929
</stability>
3030

3131
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
3232

3333
<notes>
34-
- BC break: Return lowercase language names
35-
- BC break: Use exceptions instead of PEAR_Error
36-
- Implement request #19221: Return ISO 639-1 or ISO 639-2 language codes
34+
- Add PHP5 constructors
35+
- Fix bug #21189: Language detection on PHP7 broken
36+
- Fix coding style problems
37+
- BC break: Add real visibility to properties and methods
3738
</notes>
3839

3940
<contents>
4041
<dir name="/">
42+
<file name="README.rst" role="doc" />
4143
<dir name="data">
4244
<file name="lang.dat" role="data" />
4345
<file name="unicode_blocks.dat" role="data" />
4446
</dir> <!-- /data -->
4547
<dir name="docs">
48+
<file name="confidence.php" role="doc" />
4649
<file name="example_clui.php" role="doc" />
4750
<file name="example_web.php" role="doc" />
4851
<file name="iso.php" role="doc" />
52+
<file name="languages.php" role="doc" />
53+
<file name="simple.php" role="doc" />
4954
</dir> <!-- /docs -->
5055
<dir name="tests">
56+
<file name="PrivProxy.php" role="test" />
5157
<file name="Text_LanguageDetectTest.php" role="test" />
5258
<file name="Text_LanguageDetect_ISO639Test.php" role="test" />
5359
</dir> <!-- /tests -->
@@ -74,7 +80,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
7480
<dependencies>
7581
<required>
7682
<php>
77-
<min>5.3</min>
83+
<min>5.4</min>
7884
</php>
7985
<pearinstaller>
8086
<min>1.9.0</min>
@@ -99,6 +105,25 @@ http://pear.php.net/dtd/package-2.0.xsd">
99105

100106
<changelog>
101107

108+
<release>
109+
<version>
110+
<release>1.0.0</release>
111+
<api>1.0.0</api>
112+
</version>
113+
<stability>
114+
<release>stable</release>
115+
<api>stable</api>
116+
</stability>
117+
<date>2017-03-02</date>
118+
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
119+
<notes>
120+
- Add PHP5 constructors
121+
- Fix bug #21189: Language detection on PHP7 broken
122+
- Fix coding style problems
123+
- BC break: Add real visibility to properties and methods
124+
</notes>
125+
</release>
126+
102127
<release>
103128
<version>
104129
<release>0.3.0</release>

0 commit comments

Comments
 (0)