Changeset 3159968
- Timestamp:
- 09/30/2024 04:07:11 PM (18 months ago)
- Location:
- wp-imageflow2/trunk
- Files:
-
- 3 edited
-
includes/class_render.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
wp-imageflow2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-imageflow2/trunk/includes/class_render.php
r3078680 r3159968 158 158 if ($slideup) $nocaptions = true; 159 159 if ( isset($attr['rotate']) && !in_array( $attr['rotate'], array("On","Off","on","off"), true) ) unset ($attr['rotate']); 160 if ( isset($attr['startimg']) && !is_numeric($attr['startimg'])) unset ($attr['startimg']); 161 if ( isset($attr['samewindow']) && !in_array( $attr['samewindow'], array("true","false"), true) ) unset ($attr['samewindow']); 160 162 161 163 /* Determine reflection script to use */ … … 195 197 $js_options .= 'reflectPC: 1'; 196 198 } 197 199 198 200 if (has_filter('wpif2_js_options')) { 199 201 $js_options = apply_filters ('wpif2_js_options', $js_options, $attr); -
wp-imageflow2/trunk/readme.txt
r3078680 r3159968 4 4 Requires at least: 3.0.1 5 5 Tested up to: 6.4 6 Stable tag: 5.2. 36 Stable tag: 5.2.4 7 7 License: GPLv2 or later 8 8 … … 167 167 == Changelog == 168 168 169 Version 5.2.4 (September 30, 2024) 170 171 * Security: Validity check of all shortcode attributes 172 169 173 Version 5.2.3 (April 30, 2024) 170 174 -
wp-imageflow2/trunk/wp-imageflow2.php
r3078680 r3159968 4 4 Plugin URI: https://wpflowplus.spiffyplugins.ca 5 5 Description: Flow style carousel with Lightbox popups 6 Version: 5.2. 36 Version: 5.2.4 7 7 Author: Spiffy Plugins 8 8 Author URI: http://www.spiffyplugins.ca
Note: See TracChangeset
for help on using the changeset viewer.