Skip to content

Commit

Permalink
bump fixed version to 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
antonlukin committed Nov 5, 2021
2 parents aaa476d + ceac542 commit 1f8f2a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antonlukin/poster-editor",
"version": "5.4",
"version": "5.5",
"description": "Wrapper for PHP's GD Library for easy image manipulation",
"keywords": ["php", "image", "text", "gd"],
"homepage": "https://github.com/antonlukin/poster-editor",
Expand Down
4 changes: 2 additions & 2 deletions src/PosterEditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @package PosterEditor
* @author Anton Lukin <anton@lukin.me>
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
* @version Release: 5.4
* @version Release: 5.5
* @link https://github.com/antonlukin/poster-editor
*/
class PosterEditor
Expand Down Expand Up @@ -62,7 +62,7 @@ class PosterEditor
public function __construct()
{
if (!extension_loaded('gd') && !extension_loaded('gd2')) {
return new handleError('Extension php-gd is not loaded');
$this->handleError('Extension php-gd is not loaded');
}
}

Expand Down

0 comments on commit 1f8f2a2

Please sign in to comment.