Skip to content

Releases: short-pixel-optimizer/shortpixel-php

Version 1.9.2

05 Mar 11:37
Compare
Choose a tag to compare

Replace the deprecated utf8_encode if the replacement is available. Php 5.5 compat. Minor fix to the lock class, mkdir and don't iterate once through the wait for lock exipry loop if lock is not present.

Version 1.9.1

22 Dec 10:54
Compare
Choose a tag to compare

Version 1.8.8

04 Apr 15:21
Compare
Choose a tag to compare

Use env param for the API domain, default to the live domain

Version 1.8.7

24 Nov 17:11
Compare
Choose a tag to compare

Version 1.8.6

17 Nov 17:18
Compare
Choose a tag to compare

add the shortpixel alias for cmdShortpixelOptimize.php and define it in composer.json - from #24

Version 1.8.5

15 Nov 16:54
Compare
Choose a tag to compare

Fix not optimizing subfolder with status "success" after files were added to it.

Version 1.8.4

19 Oct 10:32
Compare
Choose a tag to compare

Add URL filters - base64_encode is the only one currently. Rewrite the normalizePath function. Add logging to the folder cache and to the Source class. Refactor: extract the TextMetaFile class. Add a test.php file with examples. A few fixes.

Version 1.7.3

11 Mar 04:36
Compare
Choose a tag to compare

verify that persister is properly set also when fromWebFolder
Fix c:\ error on Windows
handle the -302 file is gone return code
more logging

Version 1.7.0

12 Dec 06:09
Compare
Choose a tag to compare

Add AVIF support

Version 1.6.4

02 Jul 09:46
Compare
Choose a tag to compare

CLI tool - Read .sp-options also from the source folder (was only from destination)
Fix #18 Warning in Client.php