Skip to content

Commit

Permalink
Prepare the 1.4.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Jun 1, 2015
1 parent 5ca2614 commit ed9b147
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 115 deletions.
60 changes: 0 additions & 60 deletions package.php

This file was deleted.

69 changes: 14 additions & 55 deletions package.xml
Expand Up @@ -15,22 +15,25 @@ In addition to maintaining state, this FSM also maintains a user-defined payload
<email>jon@php.net</email>
<active>yes</active>
</lead>
<date>2011-02-15</date>
<time>20:49:50</time>
<date>2015-06-01</date>
<time>00:00:00</time>
<version>
<release>1.3.1</release>
<api>1.0.0</api>
<release>1.4.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT License</license>
<notes>
Added FSM::getCurrentState(), for returning the machine&apos;s current state.
- Pass $payload by reference when mutating.
- Defer updating state until after transitioning.
- Pass the current and next states to callbacks.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<file name="LICENSE" role="doc" />
<dir name="docs">
<file name="graphviz.png" role="doc" />
<file name="guide.txt" role="doc" />
Expand Down Expand Up @@ -70,63 +73,19 @@ Added FSM::getCurrentState(), for returning the machine&apos;s current state.
<changelog>
<release>
<version>
<release>1.3.1</release>
<api>1.0.0</api>
<release>1.4.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-02-15</date>
<date>2015-06-01</date>
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT License</license>
<notes>
Added FSM::getCurrentState(), for returning the machine&apos;s current state.
</notes>
</release>
<release>
<version>
<release>1.3.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2008-02-10</date>
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT License</license>
<notes>
Added a GraphViz-based renderer for plotting a machine&apos;s states. (Request 12475)
</notes>
</release>
<release>
<version>
<release>1.2.6</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2008-01-19</date>
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT License</license>
<notes>
TODO
</notes>
</release>
<release>
<version>
<release>1.2.5</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2008-01-19</date>
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT License</license>
<notes>
- Updated the package to use package.xml 2.0 exclusively.
- Cleaned up the user documentation a bit.
- Pass $payload by reference when mutating.
- Defer updating state until after transitioning.
- Pass the current and next states to callbacks.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit ed9b147

Please sign in to comment.