Plugin Directory

Changeset 3147367


Ignore:
Timestamp:
09/06/2024 06:09:33 AM (19 months ago)
Author:
trustmary
Message:

Update to version 1.0.9 from GitHub

Location:
trustmary
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trustmary/tags/1.0.9/includes/shortcodes.php

    r2797790 r3147367  
    2525            return;
    2626
    27         return '<div data-trustmary-widget="' . $attributes['id'] . '"></div>';
     27        return '<div data-trustmary-widget="' . esc_attr($attributes['id']) . '"></div>';
    2828    }
    2929
     
    3737            return;
    3838
    39         return '<div data-trustmary-experiment="' . $attributes['id'] . '"></div>';
     39        return '<div data-trustmary-experiment="' . esc_attr($attributes['id']) . '"></div>';
    4040    }
    4141}
  • trustmary/tags/1.0.9/readme.txt

    r3028826 r3147367  
    33Tags: reviews, review slider, testimonials, testimonial slider, star ratings
    44Requires at least: 4.2
    5 Tested up to: 6.4.2
    6 Stable tag: 1.0.8
     5Tested up to: 6.6.1
     6Stable tag: 1.0.9
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • trustmary/trunk/includes/shortcodes.php

    r2797790 r3147367  
    2525            return;
    2626
    27         return '<div data-trustmary-widget="' . $attributes['id'] . '"></div>';
     27        return '<div data-trustmary-widget="' . esc_attr($attributes['id']) . '"></div>';
    2828    }
    2929
     
    3737            return;
    3838
    39         return '<div data-trustmary-experiment="' . $attributes['id'] . '"></div>';
     39        return '<div data-trustmary-experiment="' . esc_attr($attributes['id']) . '"></div>';
    4040    }
    4141}
  • trustmary/trunk/readme.txt

    r3028826 r3147367  
    33Tags: reviews, review slider, testimonials, testimonial slider, star ratings
    44Requires at least: 4.2
    5 Tested up to: 6.4.2
    6 Stable tag: 1.0.8
     5Tested up to: 6.6.1
     6Stable tag: 1.0.9
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.