Skip to content

Commit a4fd6ac

Browse files
committed
Released 0.2 version
Minor tweaks to documentation
1 parent 02580f9 commit a4fd6ac

File tree

3 files changed

+30
-10
lines changed

3 files changed

+30
-10
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ Build package
6565
-------------
6666

6767
* Clone with `git clone git://github.com/proofek/PHP54Compatibility.git`
68-
* Create the package with `phing pear package`
68+
* Create the package with `phing pear-package`
6969
* Package will be created in dist subdirectory

build.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project.name=PHP54Compatibility
22
project.channel=proofek.github.com/pear
33
project.majorVersion=0
4-
project.minorVersion=1
5-
project.patchLevel=1
4+
project.minorVersion=2
5+
project.patchLevel=0

package.xml

+27-7
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
<email>[email protected]</email>
1616
<active>yes</active>
1717
</lead>
18-
<date>2012-03-02</date>
19-
<time>10:16:00</time>
18+
<date>2012-03-05</date>
19+
<time>23:20:00</time>
2020
<version>
21-
<release>0.1.1</release>
22-
<api>0.1</api>
21+
<release>0.2.0</release>
22+
<api>0.2</api>
2323
</version>
2424
<stability>
25-
<release>alpha</release>
26-
<api>alpha</api>
25+
<release>stable</release>
26+
<api>stable</api>
2727
</stability>
2828
<license>Sebastian Marek</license>
2929
<notes>
@@ -38,9 +38,12 @@
3838
<dir name="Sniffs">
3939
<dir name="PHP">
4040
<file baseinstalldir="" name="RemovedExtensionsSniff.php" role="php"/>
41+
<file baseinstalldir="" name="ForbiddenParameterNamesSniff.php" role="php"/>
42+
<file baseinstalldir="" name="BreakContinueVarSyntaxSniff.php" role="php"/>
4143
<file baseinstalldir="" name="DeprecatedIniDirectivesSniff.php" role="php"/>
44+
<file baseinstalldir="" name="RemovedFunctionParametersSniff.php" role="php"/>
45+
<file baseinstalldir="" name="RemovedFunctionsSniff.php" role="php"/>
4246
<file baseinstalldir="" name="DeprecatedFunctionsSniff.php" role="php"/>
43-
<file baseinstalldir="" name="BreakContinueVarSyntaxSniff.php" role="php"/>
4447
</dir>
4548
</dir>
4649
<file baseinstalldir="" name="ruleset.xml" role="php" />
@@ -68,6 +71,23 @@
6871
</dependencies>
6972
<phprelease />
7073
<changelog>
74+
<release>
75+
<version>
76+
<release>0.2.0</release>
77+
<api>0.2.0</api>
78+
</version>
79+
<stability>
80+
<release>stable</release>
81+
<api>stable</api>
82+
</stability>
83+
<date>05/03/2012</date>
84+
<license>Sebastian Marek</license>
85+
<notes>
86+
Added new sniffs: ForbiddenParameterNamesSniff, RemovedFunctionParametersSniff, RemovedFunctionsSniff.
87+
Updated existing sniffs: DeprecatedFunctionsSniff, DeprecatedIniDirectivesSniff.
88+
Updated documentation.
89+
</notes>
90+
</release>
7191
<release>
7292
<version>
7393
<release>0.1.1</release>

0 commit comments

Comments
 (0)