Plugin Directory

Changeset 2988115

Timestamp:
11/02/2023 02:54:10 PM (9 months ago)
Author:
nosilver4u
Message:

tagging and releasing 3.5.3

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

Legend:

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

    r2969931 r2988115  
     1
     2
     3
    14= 3.5.2 =
    25* fixed: Lazy Load compatibility with X/Pro themes and Cornerstone builder
  • easy-image-optimizer/tags/3.5.3/classes/class-exactdn.php

    r2969931 r2988115  
    18481848                            continue;
    18491849                        }
    1850                         $args          = array();
    1851                         $element_class = $this->get_attribute( $element, 'class' );
    1852                         if ( false !== \strpos( $element_class, 'alignfull' ) && \current_theme_supports( 'align-wide' ) ) {
     1850                        $skip_autoscale = false;
     1851                        $args           = array();
     1852                        $element_class  = $this->get_attribute( $element, 'class' );
     1853                        if ( false !== \strpos( $element_class, 'vce-asset-background-zoom-item' ) ) {
     1854                            // Don't constrain Visual Composer 'zoom' images AND disable auto-scaling.
     1855                            $skip_autoscale = true;
     1856                        } elseif ( false !== \strpos( $element_class, 'alignfull' ) && \current_theme_supports( 'align-wide' ) ) {
    18531857                            $args['w'] = \apply_filters( 'exactdn_full_align_bgimage_width', 1920, $bg_image_url );
    18541858                        } elseif ( false !== \strpos( $element_class, 'wp-block-cover' ) && false !== \strpos( $element_class, 'has-parallax' ) ) {
     
    18721876                if ( $style !== $new_style ) {
    18731877                    $element = \str_replace( $style, $new_style, $element );
     1878
     1879
     1880
     1881
     1882
     1883
     1884
    18741885                }
    18751886                if ( $element !== $elements[ $index ] ) {
  • easy-image-optimizer/tags/3.5.3/easy-image-optimizer.php

    r2969931 r2988115  
    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.2
     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', 352 );
     32    define( 'EASYIO_VERSION', 35 );
    3333
    3434    /**
  • easy-image-optimizer/tags/3.5.3/readme.txt

    r2969931 r2988115  
    33Tags: optimize, image, resize, webp, lazy load, convert, compress, scale
    44Requires at least: 6.1
    5 Tested up to: 6.3
     5Tested up to: 6.
    66Requires PHP: 7.4
    7 Stable tag: 3.5.2
     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
    5962
    6063= 3.5.2 =
  • easy-image-optimizer/trunk/changelog.txt

    r2969931 r2988115  
     1
     2
     3
    14= 3.5.2 =
    25* fixed: Lazy Load compatibility with X/Pro themes and Cornerstone builder
  • easy-image-optimizer/trunk/classes/class-exactdn.php

    r2969931 r2988115  
    18481848                            continue;
    18491849                        }
    1850                         $args          = array();
    1851                         $element_class = $this->get_attribute( $element, 'class' );
    1852                         if ( false !== \strpos( $element_class, 'alignfull' ) && \current_theme_supports( 'align-wide' ) ) {
     1850                        $skip_autoscale = false;
     1851                        $args           = array();
     1852                        $element_class  = $this->get_attribute( $element, 'class' );
     1853                        if ( false !== \strpos( $element_class, 'vce-asset-background-zoom-item' ) ) {
     1854                            // Don't constrain Visual Composer 'zoom' images AND disable auto-scaling.
     1855                            $skip_autoscale = true;
     1856                        } elseif ( false !== \strpos( $element_class, 'alignfull' ) && \current_theme_supports( 'align-wide' ) ) {
    18531857                            $args['w'] = \apply_filters( 'exactdn_full_align_bgimage_width', 1920, $bg_image_url );
    18541858                        } elseif ( false !== \strpos( $element_class, 'wp-block-cover' ) && false !== \strpos( $element_class, 'has-parallax' ) ) {
     
    18721876                if ( $style !== $new_style ) {
    18731877                    $element = \str_replace( $style, $new_style, $element );
     1878
     1879
     1880
     1881
     1882
     1883
     1884
    18741885                }
    18751886                if ( $element !== $elements[ $index ] ) {
  • easy-image-optimizer/trunk/easy-image-optimizer.php

    r2969931 r2988115  
    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.2
     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', 352 );
     32    define( 'EASYIO_VERSION', 35 );
    3333
    3434    /**
  • easy-image-optimizer/trunk/readme.txt

    r2969931 r2988115  
    33Tags: optimize, image, resize, webp, lazy load, convert, compress, scale
    44Requires at least: 6.1
    5 Tested up to: 6.3
     5Tested up to: 6.
    66Requires PHP: 7.4
    7 Stable tag: 3.5.2
     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
    5962
    6063= 3.5.2 =
Note: See TracChangeset for help on using the changeset viewer.