Changeset 3106918
- Timestamp:
- 06/25/2024 03:20:13 AM (9 months ago)
- Location:
- yotuwp-easy-youtube-embed/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
yotuwp-easy-youtube-embed/trunk/readme.txt
r2955748 r3106918 114 114 115 115 == Changelog == 116 = 1.3.14 - Jun 25th, 2024 = 117 * Fix security issue 118 119 116 120 = 1.3.13 - Aug 20th, 2023 = 117 121 * Fix security issue -
yotuwp-easy-youtube-embed/trunk/yotuwp.php
r2955748 r3106918 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 36 * Version: 1.3.14 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 3' );20 define( 'YOTUWP_VERSION', '1.3.14' ); 21 21 22 22 global $yotuwp, $yotuwp_inline_script; … … 811 811 global $yotuwp; 812 812 813 $template = sanitize_file_name($template); 814 813 815 $yotuwp->data = array( 814 816 'data' => $data,
Note: See TracChangeset
for help on using the changeset viewer.