Skip to content

Commit 6dabc57

Browse files
committed
Release 1.3.0
1 parent 6664dca commit 6dabc57

File tree

1 file changed

+27
-8
lines changed

1 file changed

+27
-8
lines changed

package.xml

+27-8
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<email>[email protected]</email>
2424
<active>yes</active>
2525
</lead>
26-
<date>2013-06-19</date>
27-
<time>07:24:12</time>
26+
<date>2017-03-08</date>
27+
<time>07:45:12</time>
2828
<version>
29-
<release>1.2.0</release>
30-
<api>1.1.0</api>
29+
<release>1.3.0</release>
30+
<api>1.3.0</api>
3131
</version>
3232
<stability>
3333
<release>stable</release>
@@ -36,8 +36,9 @@
3636
<license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
3737

3838
<notes>
39-
Add Wi-FI WPA and WPA2 detection with Group Cipher, Pairwise Ciphers
40-
and Authentication Suites.
39+
- Add PHP5 constructor
40+
- Add PHP7 compatibility
41+
- Use iwconfig before /proc/net/wireless
4142
</notes>
4243

4344
<contents>
@@ -62,10 +63,10 @@ and Authentication Suites.
6263
<dependencies>
6364
<required>
6465
<php>
65-
<min>4.3.0</min>
66+
<min>5.4.0</min>
6667
</php>
6768
<pearinstaller>
68-
<min>1.4.0b1</min>
69+
<min>1.10.1</min>
6970
</pearinstaller>
7071
</required>
7172
</dependencies>
@@ -74,6 +75,24 @@ and Authentication Suites.
7475

7576
<changelog>
7677

78+
<release>
79+
<version>
80+
<release>1.3.0</release>
81+
<api>1.3.0</api>
82+
</version>
83+
<stability>
84+
<release>stable</release>
85+
<api>stable</api>
86+
</stability>
87+
<date>2017-03-08</date>
88+
<license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
89+
<notes>
90+
- Add PHP5 constructor
91+
- Add PHP7 compatibility
92+
- Use iwconfig before /proc/net/wireless
93+
</notes>
94+
</release>
95+
7796
<release>
7897
<version>
7998
<release>1.2.0</release>

0 commit comments

Comments
 (0)