Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
maztch committed May 14, 2019
1 parent 7494f5b commit a687a12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
40 changes: 0 additions & 40 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,3 @@
Changelog
---------

v1.0.11

* Bug AuthException warning

v1.0.10

* Remove unused vars
* Add try_pdf_repair
* Correct sample files typos

v1.0.9

* Add params check
* Remove unused classes

v1.0.8

* bug on response codes

v1.0.7

* Add Pdf to Pdf-A tool

v1.0.6

* fix warning method signature

v1.0.5

* Add library version
* bug fixes

v1.0.4

* added deleteFile Method

v1.0.3

* Add delete method for tasks
* Add getStatus method for tasks
2 changes: 1 addition & 1 deletion src/Iloveimg.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Iloveimg
// @var string|null The version of the Iloveimg API to use for requests.
public static $apiVersion = 'v1';

const VERSION = 'php.1.1.12';
const VERSION = 'php.1.0.2';

public $token = null;

Expand Down

0 comments on commit a687a12

Please sign in to comment.