Plugin Directory

Changeset 3002888

Timestamp:
11/28/2023 06:18:36 PM (8 months ago)
Author:
nosilver4u
Message:

tagging and releasing 3.5.4

Location:
easy-image-optimizer
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • easy-image-optimizer/tags/3.5.4/changelog.txt

    r2988115 r3002888  
     1
     2
     3
     4
    15= 3.5.3 =
    26* fixed: too much scaling for Visual Composer background images with zoom effect
  • easy-image-optimizer/tags/3.5.4/classes/class-exactdn.php

    r2988115 r3002888  
    18291829                    $bg_autoscale = false;
    18301830                }
     1831
    18311832                foreach ( $bg_image_urls as $bg_image_url ) {
    18321833                    $orig_bg_url = $bg_image_url;
     
    18481849                            continue;
    18491850                        }
    1850                         $skip_autoscale = false;
    1851                         $args           = array();
    1852                         $element_class  = $this->get_attribute( $element, 'class' );
     1851                        $args          = array();
     1852                        $element_class = $this->get_attribute( $element, 'class' );
    18531853                        if ( false !== \strpos( $element_class, 'vce-asset-background-zoom-item' ) ) {
    18541854                            // Don't constrain Visual Composer 'zoom' images AND disable auto-scaling.
     
    19981998                $content = \preg_replace( '#(https?:)?//(?:www\.)?' . $escaped_upload_domain . $this->remove_path . '/#i', '$1//' . $this->exactdn_domain . '/', $content );
    19991999            } else {
    2000                 $this->debug_message( 'searching for #(https?:)?//(?:www\.)?' . $escaped_upload_domain . '(/[^"\'?&>:/]+?)*?/(nextgen-image|' . $this->include_path . '|' . $this->content_path . ')/#i and replacing with $1//' . $this->exactdn_domain . '$2/$3/' );
    2001                 $content = \preg_replace( '#(https?:)?//(?:www\.)?' . $escaped_upload_domain . '(/[^"\'?&>:/]+?)*?/(nextgen-image|' . $this->include_path . '|' . $this->content_path . ')/#i', '$1//' . $this->exactdn_domain . '$2/$3/', $content );
     2000                $this->debug_message( 'searching for #(https?:)?//(?:www\.)?' . $escaped_upload_domain . '(/(nextgen-image|' . $this->include_path . '|' . $this->content_path . ')/#i and replacing with $1//' . $this->exactdn_domain . '$2/$3/' );
     2001                $content = \preg_replace( '#(https?:)?//(?:www\.)?' . $escaped_upload_domain . '(/(nextgen-image|' . $this->include_path . '|' . $this->content_path . ')/#i', '$1//' . $this->exactdn_domain . '$2/$3/', $content );
    20022002            }
    20032003            $content = \str_replace( '?wpcontent-bypass?', $this->content_path, $content );
  • easy-image-optimizer/tags/3.5.4/easy-image-optimizer.php

    r2988115 r3002888  
    1414Description: Easily speed up your website to better connect with your visitors. Properly compress and size/scale images. Includes lazy load and WebP auto-convert.
    1515Author: Exactly WWW
    16 Version: 3.5.3
     16Version: 3.5.
    1717Requires at least: 6.1
    1818Requires PHP: 7.4
     
    3030    add_action( 'admin_notices', 'easyio_unsupported_php' );
    3131} elseif ( false === strpos( add_query_arg( '', '' ), 'easyio_disable=1' ) ) {
    32     define( 'EASYIO_VERSION', 353 );
     32    define( 'EASYIO_VERSION', 35 );
    3333
    3434    /**
  • easy-image-optimizer/tags/3.5.4/readme.txt

    r2988115 r3002888  
    55Tested up to: 6.4
    66Requires PHP: 7.4
    7 Stable tag: 3.5.3
     7Stable tag: 3.5.
    88License: GPLv3
    99
     
    5757
    5858* If you would like to help translate this plugin in your language, get started here: https://translate.wordpress.org/projects/wp-plugins/easy-image-optimizer/
     59
     60
     61
     62
    5963
    6064= 3.5.3 =
  • easy-image-optimizer/trunk/changelog.txt

    r2988115 r3002888  
     1
     2
     3
     4
    15= 3.5.3 =
    26* fixed: too much scaling for Visual Composer background images with zoom effect
  • easy-image-optimizer/trunk/classes/class-exactdn.php

    r2988115 r3002888  
    18291829                    $bg_autoscale = false;
    18301830                }
     1831
    18311832                foreach ( $bg_image_urls as $bg_image_url ) {
    18321833                    $orig_bg_url = $bg_image_url;
     
    18481849                            continue;
    18491850                        }
    1850                         $skip_autoscale = false;
    1851                         $args           = array();
    1852                         $element_class  = $this->get_attribute( $element, 'class' );
     1851                        $args          = array();
     1852                        $element_class = $this->get_attribute( $element, 'class' );
    18531853                        if ( false !== \strpos( $element_class, 'vce-asset-background-zoom-item' ) ) {
    18541854                            // Don't constrain Visual Composer 'zoom' images AND disable auto-scaling.
     
    19981998                $content = \preg_replace( '#(https?:)?//(?:www\.)?' . $escaped_upload_domain . $this->remove_path . '/#i', '$1//' . $this->exactdn_domain . '/', $content );
    19991999            } else {
    2000                 $this->debug_message( 'searching for #(https?:)?//(?:www\.)?' . $escaped_upload_domain . '(/[^"\'?&>:/]+?)*?/(nextgen-image|' . $this->include_path . '|' . $this->content_path . ')/#i and replacing with $1//' . $this->exactdn_domain . '$2/$3/' );
    2001                 $content = \preg_replace( '#(https?:)?//(?:www\.)?' . $escaped_upload_domain . '(/[^"\'?&>:/]+?)*?/(nextgen-image|' . $this->include_path . '|' . $this->content_path . ')/#i', '$1//' . $this->exactdn_domain . '$2/$3/', $content );
     2000                $this->debug_message( 'searching for #(https?:)?//(?:www\.)?' . $escaped_upload_domain . '(/(nextgen-image|' . $this->include_path . '|' . $this->content_path . ')/#i and replacing with $1//' . $this->exactdn_domain . '$2/$3/' );
     2001                $content = \preg_replace( '#(https?:)?//(?:www\.)?' . $escaped_upload_domain . '(/(nextgen-image|' . $this->include_path . '|' . $this->content_path . ')/#i', '$1//' . $this->exactdn_domain . '$2/$3/', $content );
    20022002            }
    20032003            $content = \str_replace( '?wpcontent-bypass?', $this->content_path, $content );
  • easy-image-optimizer/trunk/easy-image-optimizer.php

    r2988115 r3002888  
    1414Description: Easily speed up your website to better connect with your visitors. Properly compress and size/scale images. Includes lazy load and WebP auto-convert.
    1515Author: Exactly WWW
    16 Version: 3.5.3
     16Version: 3.5.
    1717Requires at least: 6.1
    1818Requires PHP: 7.4
     
    3030    add_action( 'admin_notices', 'easyio_unsupported_php' );
    3131} elseif ( false === strpos( add_query_arg( '', '' ), 'easyio_disable=1' ) ) {
    32     define( 'EASYIO_VERSION', 353 );
     32    define( 'EASYIO_VERSION', 35 );
    3333
    3434    /**
  • easy-image-optimizer/trunk/readme.txt

    r2988115 r3002888  
    55Tested up to: 6.4
    66Requires PHP: 7.4
    7 Stable tag: 3.5.3
     7Stable tag: 3.5.
    88License: GPLv3
    99
     
    5757
    5858* If you would like to help translate this plugin in your language, get started here: https://translate.wordpress.org/projects/wp-plugins/easy-image-optimizer/
     59
     60
     61
     62
    5963
    6064= 3.5.3 =
Note: See TracChangeset for help on using the changeset viewer.