Skip to content

Commit

Permalink
Released 0.2 version
Browse files Browse the repository at this point in the history
Minor tweaks to documentation
  • Loading branch information
proofek committed Mar 5, 2012
1 parent 02580f9 commit a4fd6ac
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -65,5 +65,5 @@ Build package
-------------

* Clone with `git clone git://github.com/proofek/PHP54Compatibility.git`
* Create the package with `phing pear package`
* Create the package with `phing pear-package`
* Package will be created in dist subdirectory
4 changes: 2 additions & 2 deletions build.properties
@@ -1,5 +1,5 @@
project.name=PHP54Compatibility
project.channel=proofek.github.com/pear
project.majorVersion=0
project.minorVersion=1
project.patchLevel=1
project.minorVersion=2
project.patchLevel=0
34 changes: 27 additions & 7 deletions package.xml
Expand Up @@ -15,15 +15,15 @@
<email>smarek@plus.net</email>
<active>yes</active>
</lead>
<date>2012-03-02</date>
<time>10:16:00</time>
<date>2012-03-05</date>
<time>23:20:00</time>
<version>
<release>0.1.1</release>
<api>0.1</api>
<release>0.2.0</release>
<api>0.2</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
<release>stable</release>
<api>stable</api>
</stability>
<license>Sebastian Marek</license>
<notes>
Expand All @@ -38,9 +38,12 @@
<dir name="Sniffs">
<dir name="PHP">
<file baseinstalldir="" name="RemovedExtensionsSniff.php" role="php"/>
<file baseinstalldir="" name="ForbiddenParameterNamesSniff.php" role="php"/>
<file baseinstalldir="" name="BreakContinueVarSyntaxSniff.php" role="php"/>
<file baseinstalldir="" name="DeprecatedIniDirectivesSniff.php" role="php"/>
<file baseinstalldir="" name="RemovedFunctionParametersSniff.php" role="php"/>
<file baseinstalldir="" name="RemovedFunctionsSniff.php" role="php"/>
<file baseinstalldir="" name="DeprecatedFunctionsSniff.php" role="php"/>
<file baseinstalldir="" name="BreakContinueVarSyntaxSniff.php" role="php"/>
</dir>
</dir>
<file baseinstalldir="" name="ruleset.xml" role="php" />
Expand Down Expand Up @@ -68,6 +71,23 @@
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>0.2.0</release>
<api>0.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>05/03/2012</date>
<license>Sebastian Marek</license>
<notes>
Added new sniffs: ForbiddenParameterNamesSniff, RemovedFunctionParametersSniff, RemovedFunctionsSniff.
Updated existing sniffs: DeprecatedFunctionsSniff, DeprecatedIniDirectivesSniff.
Updated documentation.
</notes>
</release>
<release>
<version>
<release>0.1.1</release>
Expand Down

0 comments on commit a4fd6ac

Please sign in to comment.