Skip to content

Commit

Permalink
Version 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
theshka committed Dec 4, 2015
1 parent fbc6be9 commit 6ddf1ae
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
EmailTrack - Changelog
======
### Version 0.3.6
Released: 4/Dec/2015

```
* [New] PSR1 - Namespace the class `theshka\EmailTrack`
* [New] add data/.gitignore to ignore sqlite database
* [Changed] Rename LICENSE -> LICENSE.md
* [Changed] Update README.md
* [Changed] small fixes
```

---

### Version 0.3.5
Released: 10/Nov/2015
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ then uses PDO & SQLite to track whether or not an email has been seen.

## Download
* [Dev-Master](https://github.com/theshka/EmailTrack/archive/master.zip)
* [Version 0.3.5](https://github.com/theshka/EmailTrack/archive/v.0.3.5.zip)
* [Version 0.3.6](https://github.com/theshka/EmailTrack/archive/v.0.3.6.zip)

### Old Versions
* [Version 0.3.5](https://github.com/theshka/EmailTrack/archive/v.0.3.5.zip)
* [Version 0.3.0](https://github.com/theshka/EmailTrack/archive/V.0.3.zip)

## Demo
Expand Down
2 changes: 1 addition & 1 deletion examples/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @author Tyler Heshka <tyler@heshka.com>
* @see http://keybase.io/theshka
* @license http://opensource.org/licenses/MIT
* @version 0.3.5
* @version 0.3.6
*/


Expand Down
2 changes: 1 addition & 1 deletion examples/output.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @author Tyler Heshka <tyler@heshka.com>
* @see http://keybase.io/theshka
* @license http://opensource.org/licenses/MIT
* @version 0.3.5
* @version 0.3.6
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/blank.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @author Tyler Heshka <tyler@heshka.com>
* @see http://keybase.io/theshka
* @license http://opensource.org/licenses/MIT
* @version 0.3.5
* @version 0.3.6
*/

/**
Expand Down

0 comments on commit 6ddf1ae

Please # to comment.