Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
attogram committed Jul 9, 2016
1 parent 8e0499b commit 4fa6d75
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion includes/ote.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/BaseTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // Attogram Framework - Base Module - Base Test v0.0.1
<?php // Attogram Framework - Open Translation Engine Module - Base Test v0.0.1

use PHPUnit\Framework\TestCase;

Expand Down

0 comments on commit 4fa6d75

Please sign in to comment.