diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cf8c01..8049150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 08d25d0..d7e5991 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/form.php b/examples/form.php index a72a3b9..e0e55fa 100644 --- a/examples/form.php +++ b/examples/form.php @@ -16,7 +16,7 @@ * @author Tyler Heshka * @see http://keybase.io/theshka * @license http://opensource.org/licenses/MIT - * @version 0.3.5 + * @version 0.3.6 */ diff --git a/examples/output.php b/examples/output.php index 84105ff..ac85612 100644 --- a/examples/output.php +++ b/examples/output.php @@ -16,7 +16,7 @@ * @author Tyler Heshka * @see http://keybase.io/theshka * @license http://opensource.org/licenses/MIT - * @version 0.3.5 + * @version 0.3.6 */ /** diff --git a/src/blank.php b/src/blank.php index bbc15b4..2eccc36 100644 --- a/src/blank.php +++ b/src/blank.php @@ -16,7 +16,7 @@ * @author Tyler Heshka * @see http://keybase.io/theshka * @license http://opensource.org/licenses/MIT - * @version 0.3.5 + * @version 0.3.6 */ /**