Plugin Directory

Changeset 3405263


Ignore:
Timestamp:
11/28/2025 02:11:38 PM (4 months ago)
Author:
spiffyplugins
Message:

Version 5.2.7

Location:
wp-imageflow2/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-imageflow2/trunk/readme.txt

    r3349757 r3405263  
    33Donate link: https://spiffyplugins.ca/wp-flow-plus
    44Requires at least: 3.0.1
    5 Tested up to: 6.7
    6 Stable tag: 5.2.6
     5Tested up to: 6.9
     6Stable tag: 5.2.7
    77License: GPLv2 or later
    88
     
    167167== Changelog ==
    168168
     169Version 5.2.7 (November 28, 2025)
     170
     171* Ready for WordPress 6.9 by removing support for IE 8
     172
    169173Version 5.2.6 (August 26, 2025)
    170174
  • wp-imageflow2/trunk/wp-imageflow2.php

    r3349757 r3405263  
    44Plugin URI: https://spiffyplugins.ca/wp-flow-plus
    55Description: Flow style carousel with Lightbox popups
    6 Version: 5.2.6
     6Version: 5.2.7
    77Author: Spiffy Plugins
    88Author URI: https://www.spiffyplugins.ca
     
    9898   
    9999        wp_enqueue_style( 'wpflowpluscss',  WPIF2_PLUGIN_URL . 'css/screen.css');
    100         wp_enqueue_style( 'wpflowplus-ie8', WPIF2_PLUGIN_URL . 'css/ie8.css');
    101         $wp_styles->add_data( 'wpflowplus-ie8', 'conditional', 'IE 8' );
     100        // wp_enqueue_style( 'wpflowplus-ie8', WPIF2_PLUGIN_URL . 'css/ie8.css'); IE no longer supported by WordPress
     101        // $wp_styles->add_data( 'wpflowplus-ie8', 'conditional', 'IE 8' );
    102102        wp_enqueue_script('wpif2_flowplus', WPIF2_PLUGIN_URL . '/js/imageflowplus.js', array('jquery'),
    103103                        filemtime( WPIF2_PLUGIN_DIR . 'js/imageflowplus.js') );
Note: See TracChangeset for help on using the changeset viewer.