File tree Expand file tree Collapse file tree 16 files changed +53
-34
lines changed
utf8/dev2fun.imagecompress
win1251/dev2fun.imagecompress Expand file tree Collapse file tree 16 files changed +53
-34
lines changed Original file line number Diff line number Diff line change 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];
Original file line number Diff line number Diff line change 22/**
33 * @author darkfriend <hi@darkfriend.ru>
44 * @copyright dev2fun
5- * @version 0.11.6
5+ * @version 0.11.7
66 */
77
88namespace Dev2fun \ImageCompress ;
Original file line number Diff line number Diff line change 22/**
33 * @author darkfriend <hi@darkfriend.ru>
44 * @copyright dev2fun
5- * @version 0.11.6
5+ * @version 0.11.7
66 */
77
88namespace Dev2fun \ImageCompress ;
Original file line number Diff line number Diff line change 22/**
33 * @author darkfriend <hi@darkfriend.ru>
44 * @copyright dev2fun
5- * @version 0.11.6
5+ * @version 0.11.7
66 */
77
88namespace Dev2fun \ImageCompress ;
Original file line number Diff line number Diff line change 22/**
33 * @author darkfriend <hi@darkfriend.ru>
44 * @copyright dev2fun
5- * @version 0.11.6
5+ * @version 0.11.7
66 */
77
88namespace Dev2fun \ImageCompress ;
Original file line number Diff line number Diff line change 22/**
33 * @author darkfriend <hi@darkfriend.ru>
44 * @copyright dev2fun
5- * @version 0.11.6
5+ * @version 0.11.7
66 */
77
88namespace Dev2fun \ImageCompress ;
Original file line number Diff line number Diff line change 22/**
33 * @author darkfriend <hi@darkfriend.ru>
44 * @copyright dev2fun
5- * @version 0.11.6
5+ * @version 0.11.7
66 */
77
88namespace Dev2fun \ImageCompress ;
Original file line number Diff line number Diff line change 22/**
33 * @author darkfriend <hi@darkfriend.ru>
44 * @copyright dev2fun
5- * @version 0.11.6
5+ * @version 0.11.7
66 */
77
88defined ('B_PROLOG_INCLUDED ' ) and (B_PROLOG_INCLUDED === true ) or die ();
Original file line number Diff line number Diff line change 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];
Original file line number Diff line number Diff line change 22/**
33 * @author darkfriend <hi@darkfriend.ru>
44 * @copyright dev2fun
5- * @version 0.11.6
5+ * @version 0.11.7
66 */
77
88namespace 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 );
You can’t perform that action at this time.
0 commit comments