Plugin Directory

Changeset 2831878


Ignore:
Timestamp:
12/11/2022 03:48:09 PM (2 years ago)
Author:
yotuwp
Message:

version 1.3.12

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

Legend:

Unmodified
Added
Removed
  • yotuwp-easy-youtube-embed/trunk/inc/misc-functions.php

    r2825569 r2831878  
    3535
    3636    $allowed_html = wp_kses_allowed_html( 'post' );
    37     print_r($allowed_html['input']);
     37   
    3838    // iframe
    3939    $allowed_html['iframe'] = array(
  • yotuwp-easy-youtube-embed/trunk/readme.txt

    r2825569 r2831878  
    44Requires at least: 4.3
    55Tested up to: 6.1
    6 Stable tag: 1.3.11
     6Stable tag: 1.3.12
    77Donate link: https://www.paypal.me/tuongpg
    88License: GPLv2 or later
     
    114114
    115115== Changelog ==
     116= 1.3.12 - Dec 12th, 2022 =
     117* Fix display issue
     118
    116119= 1.3.11 - Nov 28th, 2022 =
    117120* Fix security issue
  • yotuwp-easy-youtube-embed/trunk/yotuwp.php

    r2825685 r2831878  
    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.11
     6* Version: 1.3.12
    77* Text Domain: yotuwp-easy-youtube-embed
    88* Domain Path: /languages
     
    1818
    1919if( !defined( 'YOTUWP_VERSION' ) )
    20     define( 'YOTUWP_VERSION', '1.3.11' );
     20    define( 'YOTUWP_VERSION', '1.3.12' );
    2121
    2222global $yotuwp, $yotuwp_inline_script;
Note: See TracChangeset for help on using the changeset viewer.