Plugin Directory

Changeset 3469174


Ignore:
Timestamp:
02/25/2026 08:25:08 AM (5 weeks ago)
Author:
wpchill
Message:

Update to version 3.2.4 from GitHub

Location:
imageseo
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • imageseo/tags/3.2.4/imageseo.php

    r3469162 r3469174  
    66 * Description:              Optimize your images for search engines. Search engine optimization and web marketing strategy often neglect their images.
    77 * Author:                   WPChill
    8  * Version:                  3.2.3
     8 * Version:                  3.2.4
    99 * Author URI:               https://www.wpchill.com/
    1010 * License:                  GPLv3 or later
     
    5555define( 'IMAGESEO_SLUG', 'imageseo' );
    5656define( 'IMAGESEO_OPTION_GROUP', 'group-imageseo' );
    57 define( 'IMAGESEO_VERSION', '3.2.3' );
     57define( 'IMAGESEO_VERSION', '3.2.4' );
    5858define( 'IMAGESEO_PHP_MIN', '7.4' );
    5959define( 'IMAGESEO_DEBUG', false );
  • imageseo/tags/3.2.4/readme.txt

    r3415451 r3469174  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 3.2.2
     7Stable tag: 3.2.4
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • imageseo/trunk/imageseo.php

    r3469162 r3469174  
    66 * Description:              Optimize your images for search engines. Search engine optimization and web marketing strategy often neglect their images.
    77 * Author:                   WPChill
    8  * Version:                  3.2.3
     8 * Version:                  3.2.4
    99 * Author URI:               https://www.wpchill.com/
    1010 * License:                  GPLv3 or later
     
    5555define( 'IMAGESEO_SLUG', 'imageseo' );
    5656define( 'IMAGESEO_OPTION_GROUP', 'group-imageseo' );
    57 define( 'IMAGESEO_VERSION', '3.2.3' );
     57define( 'IMAGESEO_VERSION', '3.2.4' );
    5858define( 'IMAGESEO_PHP_MIN', '7.4' );
    5959define( 'IMAGESEO_DEBUG', false );
  • imageseo/trunk/readme.txt

    r3415451 r3469174  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 3.2.2
     7Stable tag: 3.2.4
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.