Skip to content

Commit

Permalink
Create UPGRADE-0.6.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Shank committed Apr 28, 2014
1 parent 3e4c905 commit cbc595a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions UPGRADE-0.6.md
@@ -0,0 +1,22 @@
Upgrade from 0.5 to 0.6
=======================

Option
------

* Option upchanges have been removed. Any price variations should be set using variations. The `value` property and
corresponding methods have been changed to `index`

Before:

```
public function setValue($value);
public function getValue();
```

After:

```
public function setIndex($index);
public function getIndex();
```

0 comments on commit cbc595a

Please sign in to comment.