Plugin Directory

Changeset 2725151

Timestamp:
05/17/2022 09:03:12 AM (2 years ago)
Author:
increaserev
Message:

Version release 1.0.4

  • Test log file removed
  • minimum wp version support.
Location:
gowebp/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • gowebp/trunk/gowebp.php

    r2721782 r2725151  
    44* Plugin URI: https://gowebp.com
    55* Author: <a href="https://increaserev.com" target="_BLANK" > Increase Rev </a>
    6 * Version: 1.0.3
     6* Version: 1.0.
    77* Description: Using Go WebP,You can optimize your website to it's potential by optimizing all images. Optimizing images will drastically improved your site speed as  images will load faster.
    88*/
  • gowebp/trunk/gowebp_worker.php

    r2721782 r2725151  
    252252        $img_name = $gowebp==true ?substr($url, strrpos($url,"/")+1) :substr($url, strrpos($url,"uploads/")+7) ;
    253253        $img_name = $server.$img_name;
    254         file_put_contents(__DIR__.'/testlog.txt',"testing: $img_name \n", FILE_APPEND);
    255254        if(file_exists($img_name)) return true;
    256255       
  • gowebp/trunk/gowebp_worker_premium.php

    r2721782 r2725151  
    215215        $img_name = $gowebp==true ?substr($url, strrpos($url,"/")+1) :substr($url, strrpos($url,"uploads/")+7) ;
    216216        $img_name = $server.$img_name;
    217         file_put_contents(__DIR__.'/testlog.txt',"testing: $img_name \n", FILE_APPEND);
    218         if(file_exists($img_name)) return true;
     217       if(file_exists($img_name)) return true;
    219218       
    220219        return false;
  • gowebp/trunk/readme.txt

    r2721782 r2725151  
    33Donate link: https://gowebp.com/
    44Tags: Optimize image, lazyload, image viewport, Progressive load, webP
    5 Requires at least: 3.9
     5Requires at least:
    66Tested up to: 5.9.3
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181== Changelog ==
    8282
     83
     84
     85
     86
    8387= Version 1.0.3 =
    8488* Image CLS issue Fix
Note: See TracChangeset for help on using the changeset viewer.