Changeset 3405263
- Timestamp:
- 11/28/2025 02:11:38 PM (4 months ago)
- Location:
- wp-imageflow2/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-imageflow2.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-imageflow2/trunk/readme.txt
r3349757 r3405263 3 3 Donate link: https://spiffyplugins.ca/wp-flow-plus 4 4 Requires at least: 3.0.1 5 Tested up to: 6. 76 Stable tag: 5.2. 65 Tested up to: 6.9 6 Stable tag: 5.2.7 7 7 License: GPLv2 or later 8 8 … … 167 167 == Changelog == 168 168 169 Version 5.2.7 (November 28, 2025) 170 171 * Ready for WordPress 6.9 by removing support for IE 8 172 169 173 Version 5.2.6 (August 26, 2025) 170 174 -
wp-imageflow2/trunk/wp-imageflow2.php
r3349757 r3405263 4 4 Plugin URI: https://spiffyplugins.ca/wp-flow-plus 5 5 Description: Flow style carousel with Lightbox popups 6 Version: 5.2. 66 Version: 5.2.7 7 7 Author: Spiffy Plugins 8 8 Author URI: https://www.spiffyplugins.ca … … 98 98 99 99 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' ); 102 102 wp_enqueue_script('wpif2_flowplus', WPIF2_PLUGIN_URL . '/js/imageflowplus.js', array('jquery'), 103 103 filemtime( WPIF2_PLUGIN_DIR . 'js/imageflowplus.js') );
Note: See TracChangeset
for help on using the changeset viewer.