From 4fa6d7595d582c543547ec972e772f05e684124b Mon Sep 17 00:00:00 2001 From: Attogram Date: Sat, 9 Jul 2016 18:17:01 +0200 Subject: [PATCH] v1.1.3 --- CHANGELOG.md | 6 +++++- includes/ote.php | 2 +- tests/BaseTest.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c8995..690d259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,15 @@ * Repository: https://github.com/attogram/ote * Click version number to view a diff comparison of changes since the previous release -## [Unreleased](https://github.com/attogram/ote/compare/v1.1.2...HEAD) +## [Unreleased](https://github.com/attogram/ote/compare/v1.1.3...HEAD) + +## [v1.1.3](https://github.com/attogram/ote/compare/v1.1.2...v1.1.3) - 2016-07-09 +- Travis CI and phpunit setup: https://travis-ci.org/attogram/ote - New [TODOs](./TODO.md): - [Issue #11](https://github.com/attogram/ote/issues/11) - Export ALL function - export in [DAMS](https://github.com/attogram/DAMS/) directory format - [Issue #10](https://github.com/attogram/ote/issues/10) - File uploader for import page - New [INSTALLATIONS.md](./INSTALLATIONS.md) file listing known OTE sites +- Badges on [README.md](./README.md) ## [v1.1.2](https://github.com/attogram/ote/compare/v1.1.1...v1.1.2) - 2016-07-05 - updated formatting and links in this `./CHANGELOG.md` file diff --git a/includes/ote.php b/includes/ote.php index 6731a78..ebfe23e 100644 --- a/includes/ote.php +++ b/includes/ote.php @@ -8,7 +8,7 @@ class ote { - const OTE_VERSION = '1.1.3-dev'; + const OTE_VERSION = '1.1.3'; public $attogram; // (object) The Attogram Framework object public $languages; // (array) List of languages diff --git a/tests/BaseTest.php b/tests/BaseTest.php index 947cb39..a528bfe 100644 --- a/tests/BaseTest.php +++ b/tests/BaseTest.php @@ -1,4 +1,4 @@ -