Plugin Directory

Changeset 2593726


Ignore:
Timestamp:
09/04/2021 05:07:50 PM (4 years ago)
Author:
nerijuso
Message:

Commiting new version: 1.5.1.

Location:
cheetaho-image-optimizer/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • cheetaho-image-optimizer/trunk/admin/assets/js/cheetaho-settings.js

    r2461825 r2593726  
    6767                url: cheetaho_folder_object.ajaxurl,
    6868                data: {id:id, action: 'cheetaho_remove_folders'},
    69                 success: function(response) {
     69                success: function() {
    7070                    location.reload();
    7171                },
  • cheetaho-image-optimizer/trunk/admin/class-cheetaho-optimizer.php

    r2461825 r2593726  
    753753    /**
    754754     * @param $attachment_id
    755      * @param bool $local_image_path
     755     * @param $local_image_path
    756756     * @param $size_name
    757757     */
    758     function optimize_after_wr2x_retina_file_added( $attachment_id, $local_image_path = false, $size_name ) {
     758    function optimize_after_wr2x_retina_file_added( $attachment_id, $local_image_path, $size_name ) {
    759759        if ( false !== $local_image_path ) {
     760            print_R('asd');
    760761            $this->removeWCommerceFilters();
    761762            $image_path = wp_get_attachment_image_src( $attachment_id, $size_name ); // get the file URL
  • cheetaho-image-optimizer/trunk/cheetaho.php

    r2461825 r2593726  
    44 * Plugin URI: https://cheetaho.com/
    55 * Description: CheetahO optimizes images automatically. Check your <a href="options-general.php?page=cheetaho-image-optimizer" target="_blank">Settings &gt; CheetahO</a> page on how to start optimizing your image library and make your website load faster. Do not forget to update these settings after plugin update.
    6  * Version: 1.5
     6 * Version: 1.5.1
    77 * Author: CheetahO
    88 * Author URI: https://cheetaho.com
     
    1919 * Currently plugin version.
    2020 */
    21 define( 'CHEETAHO_VERSION', '1.5' );
     21define( 'CHEETAHO_VERSION', '1.5.1' );
    2222define( 'CHEETAHO_DB_VERSION', '1.1' );
    2323
  • cheetaho-image-optimizer/trunk/readme.txt

    r2461825 r2593726  
    66Tags: image compression, performance, optimize, optimize jpg, lossy, image optimiser, lossless, compress PNG, compress jpeg, optimize gif
    77Requires at least: 4.4
    8 Tested up to: 5.6
    9 Stable tag: 1.5
     8Tested up to: 5.8
     9Stable tag: 1.5.1
    1010Requires PHP: 5.6
    1111License: GPLv2 or later
     
    1818This plugin allows you to resize/scale images down to your specified size, optimize and compress new and existing WordPress image uploads through CheetahO Image [optimizer](https://cheetaho.com/?utm_source=wordpress-plugin&utm_medium=readme) API. You can choose lossless or lossy optimization modes. At this moment supported filetypes are JPEG, PNG, GIF.
    1919Smaller image sizes on your website mean faster page loads and less bandwidth usage. The faster your site loads, the more Google, Yahoo, Bing, and other search engines will like it.
    20 You can try a **live demo** <a href="http://poopy.life/create?url=/wp-admin/admin.php?page=sandbox" target="_blank">here</a> (via poopy.life).
     20You can try a **quick demo** <a href="https://wpsandbox.net/" target="_blank">here</a>.
     21Also you can create a staging copy of your site using <a href="https://wp-staging.com/" target="_blank">WP Staging</a> and test it there.
    2122
    2223Set a max width and height and large images will scale down as they are being compressed. CheetahO compresses images using a proprietary algorithm & blazing fast servers to quickly compress images & optimize images. Also cuts all the unnecessary data without slowing down your website/blog which helps to boost SEO & performance.
     
    169170Yes if theme use native WordPress image upload functions. For example tested WPResidence theme.
    170171
    171 
    172172== Changelog ==
     173
     174= 1.5.1 =
     175* Security and maintenance release
     176* Update readme file
     177* Fix php8 notice
     178
    173179= 1.5 =
    174180* Check compatibility with newest WP version
Note: See TracChangeset for help on using the changeset viewer.