Skip to content

Commit f00e130

Browse files
committed
upd to 0.11.7
1 parent 91def49 commit f00e130

File tree

16 files changed

+53
-34
lines changed

16 files changed

+53
-34
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
$arModuleVersion = [
3-
'VERSION' => '0.11.6',
4-
'VERSION_DATE' => '2025-06-25 23:25:00',
3+
'VERSION' => '0.11.7',
4+
'VERSION_DATE' => '2025-06-26 00:25:00',
55
];

utf8/dev2fun.imagecompress/lib/Gif.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @author darkfriend <hi@darkfriend.ru>
44
* @copyright dev2fun
5-
* @version 0.11.6
5+
* @version 0.11.7
66
*/
77

88
namespace Dev2fun\ImageCompress;

utf8/dev2fun.imagecompress/lib/Jpegoptim.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @author darkfriend <hi@darkfriend.ru>
44
* @copyright dev2fun
5-
* @version 0.11.6
5+
* @version 0.11.7
66
*/
77

88
namespace Dev2fun\ImageCompress;

utf8/dev2fun.imagecompress/lib/Optipng.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @author darkfriend <hi@darkfriend.ru>
44
* @copyright dev2fun
5-
* @version 0.11.6
5+
* @version 0.11.7
66
*/
77

88
namespace Dev2fun\ImageCompress;

utf8/dev2fun.imagecompress/lib/Ps2Pdf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @author darkfriend <hi@darkfriend.ru>
44
* @copyright dev2fun
5-
* @version 0.11.6
5+
* @version 0.11.7
66
*/
77

88
namespace Dev2fun\ImageCompress;

utf8/dev2fun.imagecompress/lib/Svg.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @author darkfriend <hi@darkfriend.ru>
44
* @copyright dev2fun
5-
* @version 0.11.6
5+
* @version 0.11.7
66
*/
77

88
namespace Dev2fun\ImageCompress;

utf8/dev2fun.imagecompress/lib/Webp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @author darkfriend <hi@darkfriend.ru>
44
* @copyright dev2fun
5-
* @version 0.11.6
5+
* @version 0.11.7
66
*/
77

88
namespace Dev2fun\ImageCompress;

utf8/dev2fun.imagecompress/options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @author darkfriend <hi@darkfriend.ru>
44
* @copyright dev2fun
5-
* @version 0.11.6
5+
* @version 0.11.7
66
*/
77

88
defined('B_PROLOG_INCLUDED') and (B_PROLOG_INCLUDED === true) or die();
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
$arModuleVersion = [
3-
'VERSION' => '0.11.6',
4-
'VERSION_DATE' => '2025-06-25 23:25:00',
3+
'VERSION' => '0.11.7',
4+
'VERSION_DATE' => '2025-06-26 00:25:00',
55
];

win1251/dev2fun.imagecompress/lib/Gif.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @author darkfriend <hi@darkfriend.ru>
44
* @copyright dev2fun
5-
* @version 0.11.6
5+
* @version 0.11.7
66
*/
77

88
namespace Dev2fun\ImageCompress;
@@ -61,7 +61,7 @@ public function isOptim(?string $path = null)
6161
$path = $this->path;
6262
}
6363
if (self::$isOptim === null || $path !== $this->path) {
64-
if (\Dev2funImageCompress::checkAvailable("{$path}/gifsicle")) {
64+
if (!\Dev2funImageCompress::checkAvailable("{$path}/gifsicle")) {
6565
throw new \Exception("gifsicle no readable or executable");
6666
}
6767
exec($path . '/gifsicle --version', $s);

0 commit comments

Comments
 (0)