Plugin Directory

Changeset 3106918


Ignore:
Timestamp:
06/25/2024 03:20:13 AM (9 months ago)
Author:
yotuwp
Message:

version 1.3.14

Location:
yotuwp-easy-youtube-embed/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • yotuwp-easy-youtube-embed/trunk/readme.txt

    r2955748 r3106918  
    114114
    115115== Changelog ==
     116= 1.3.14 - Jun 25th, 2024 =
     117* Fix security issue
     118
     119
    116120= 1.3.13 - Aug 20th, 2023 =
    117121* Fix security issue
  • yotuwp-easy-youtube-embed/trunk/yotuwp.php

    r2955748 r3106918  
    44* Plugin URI: https://www.yotuwp.com/
    55* Description: Easy embed YouTube playlist, channel, videos and user videos to posts/pages/widgets
    6 * Version: 1.3.13
     6* Version: 1.3.14
    77* Text Domain: yotuwp-easy-youtube-embed
    88* Domain Path: /languages
     
    1818
    1919if( !defined( 'YOTUWP_VERSION' ) )
    20     define( 'YOTUWP_VERSION', '1.3.13' );
     20    define( 'YOTUWP_VERSION', '1.3.14' );
    2121
    2222global $yotuwp, $yotuwp_inline_script;
     
    811811        global $yotuwp;
    812812
     813        $template = sanitize_file_name($template);
     814
    813815        $yotuwp->data = array(
    814816            'data' => $data,
Note: See TracChangeset for help on using the changeset viewer.