Plugin Directory

Changeset 3159968


Ignore:
Timestamp:
09/30/2024 04:07:11 PM (18 months ago)
Author:
spiffyplugins
Message:

Version 5.2.4

Location:
wp-imageflow2/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-imageflow2/trunk/includes/class_render.php

    r3078680 r3159968  
    158158        if ($slideup) $nocaptions = true;
    159159        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']);
    160162
    161163        /* Determine reflection script to use */
     
    195197            $js_options .= 'reflectPC: 1';
    196198        }
    197        
     199
    198200        if (has_filter('wpif2_js_options')) {
    199201            $js_options = apply_filters ('wpif2_js_options', $js_options, $attr);
  • wp-imageflow2/trunk/readme.txt

    r3078680 r3159968  
    44Requires at least: 3.0.1
    55Tested up to: 6.4
    6 Stable tag: 5.2.3
     6Stable tag: 5.2.4
    77License: GPLv2 or later
    88
     
    167167== Changelog ==
    168168
     169Version 5.2.4 (September 30, 2024)
     170
     171* Security: Validity check of all shortcode attributes
     172
    169173Version 5.2.3 (April 30, 2024)
    170174
  • wp-imageflow2/trunk/wp-imageflow2.php

    r3078680 r3159968  
    44Plugin URI: https://wpflowplus.spiffyplugins.ca
    55Description: Flow style carousel with Lightbox popups
    6 Version: 5.2.3
     6Version: 5.2.4
    77Author: Spiffy Plugins
    88Author URI: http://www.spiffyplugins.ca
Note: See TracChangeset for help on using the changeset viewer.