Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attogram committed Jul 14, 2016
1 parent 1899c07 commit 545fcb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
* 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.5...HEAD)
## [Unreleased](https://github.com/attogram/ote/compare/v1.2.0...HEAD)

## [v1.2.0](https://github.com/attogram/ote/compare/v1.1.5...v1.2.0) - 2016-07-14
- ote class now OpenTranslationEngine class
- continued cleanup/renaming

## [v1.1.5](https://github.com/attogram/ote/compare/v1.1.4...v1.1.5) - 2016-07-12
- continued refactoring/renaming/cleanup for PSR-1 + PSR-2 Code style conventions
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 OpenTranslationEngine
{

const OTE_VERSION = '1.2.0-pre';
const OTE_VERSION = '1.2.0';

public $attogram; // (object) The Attogram Framework object
public $languages; // (array) List of languages
Expand Down

0 comments on commit 545fcb6

Please sign in to comment.