Changeset 2831878
- Timestamp:
- 12/11/2022 03:48:09 PM (2 years ago)
- Location:
- yotuwp-easy-youtube-embed/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
yotuwp-easy-youtube-embed/trunk/inc/misc-functions.php
r2825569 r2831878 35 35 36 36 $allowed_html = wp_kses_allowed_html( 'post' ); 37 print_r($allowed_html['input']);37 38 38 // iframe 39 39 $allowed_html['iframe'] = array( -
yotuwp-easy-youtube-embed/trunk/readme.txt
r2825569 r2831878 4 4 Requires at least: 4.3 5 5 Tested up to: 6.1 6 Stable tag: 1.3.1 16 Stable tag: 1.3.12 7 7 Donate link: https://www.paypal.me/tuongpg 8 8 License: GPLv2 or later … … 114 114 115 115 == Changelog == 116 = 1.3.12 - Dec 12th, 2022 = 117 * Fix display issue 118 116 119 = 1.3.11 - Nov 28th, 2022 = 117 120 * Fix security issue -
yotuwp-easy-youtube-embed/trunk/yotuwp.php
r2825685 r2831878 4 4 * Plugin URI: https://www.yotuwp.com/ 5 5 * Description: Easy embed YouTube playlist, channel, videos and user videos to posts/pages/widgets 6 * Version: 1.3.1 16 * Version: 1.3.12 7 7 * Text Domain: yotuwp-easy-youtube-embed 8 8 * Domain Path: /languages … … 18 18 19 19 if( !defined( 'YOTUWP_VERSION' ) ) 20 define( 'YOTUWP_VERSION', '1.3.1 1' );20 define( 'YOTUWP_VERSION', '1.3.12' ); 21 21 22 22 global $yotuwp, $yotuwp_inline_script;
Note: See TracChangeset
for help on using the changeset viewer.