Skip to content

Commit

Permalink
Bump version number and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 29, 2013
1 parent 4f2c043 commit d24e7d3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<taskdef classname="phing.tasks.ext.d51PearPkg2Task" name="d51pearpkg2" />

<!-- Update this version when making new packages -->
<property name="version" value="0.1.19" />
<property name="version" value="0.1.20" />

<!-- Shouldn't have to change these -->
<property name="build.dir" value="build" />
Expand Down Expand Up @@ -80,6 +80,14 @@
</dependencies>
<exceptions key="ruleset.xml">php</exceptions>

<changelog version="0.1.20" date="2013-12-29" license="MIT">
* Useless method override sniff was removed. It created many false
positives and rarely provided any valuable feedback.
* Using underscored property names no longer triggers errors. The
new ORM in 3.0 will have widespread use of underscored properties, we
cannot treat them as errors.
</changelog>

<changelog version="0.1.19" date="2013-12-17" license="MIT">
* Protected properties on traits no longer trigger warnings.
</changelog>
Expand Down

0 comments on commit d24e7d3

Please sign in to comment.