Skip to content

Commit

Permalink
update to version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-mukhin committed Feb 21, 2014
1 parent 2527a0d commit 3bdd914
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.9

This is last uploadcare-php version that will support php 5.2. Expect no features added, only bugs fixed.
- bump widget version to 0.18.1 (see [widget changelog][widget changelog])

## 1.0.8

- fix file copy request
Expand Down
2 changes: 1 addition & 1 deletion uploadcare/lib/5.2/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Uploadcare_Api
*
* @var string
**/
public $version = '1.0.8/5.2';
public $version = '1.0.9/5.2';

/**
* Uploadcare rest API version
Expand Down
2 changes: 1 addition & 1 deletion uploadcare/lib/5.2/Widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Uploadcare_Widget {
* Uploadcare widget version
* @var string
*/
private $version = '0.17.2';
private $version = '0.18.1';

/**
* Constructor
Expand Down
2 changes: 1 addition & 1 deletion uploadcare/lib/5.3-5.4/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Api
*
* @var string
*/
public $version = '1.0.8/5.3';
public $version = '1.0.9/5.3';

/**
* Uploadcare rest API version
Expand Down
2 changes: 1 addition & 1 deletion uploadcare/lib/5.3-5.4/Widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Widget
* Uploadcare widget version
* @var string
*/
private $version = '0.17.2';
private $version = '0.18.1';

/**
* Constructor
Expand Down

0 comments on commit 3bdd914

Please sign in to comment.