Changeset 2873504
- Timestamp:
- 03/02/2023 08:57:23 AM (3 years ago)
- Location:
- simple-youtube-responsive/tags/3.1
- Files:
-
- 4 edited
-
admin/admin-about.php (modified) (1 diff)
-
eirudo-ytresponsive.php (modified) (2 diffs)
-
fxs/fxs-backend.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-youtube-responsive/tags/3.1/admin/admin-about.php
r2869842 r2873504 48 48 <div class="changelog point-releases"> 49 49 <h3>Maintenance and Security Releases</h3> 50 <p> 51 <strong>Version 3.1</strong> 52 <ul> 53 <li>- Small fixes: Remove double slashes from Javascript link</li> 54 </ul> 55 </p> 50 56 <p> 51 57 <strong>Version 3.0</strong> -
simple-youtube-responsive/tags/3.1/eirudo-ytresponsive.php
r2869842 r2873504 5 5 Text Domain: simple-youtube-responsive 6 6 Description: Embed YouTube video and Responsive using simple shortcode, and keep the video's Aspect Ratio. AMP & Lazy Load supported. 7 Version: 3. 07 Version: 3.1 8 8 Author: Eirudo 9 9 Author URI: https://eirudo.com/ … … 17 17 } 18 18 19 define( 'EIRUDO_YTRESPONSIVE_VER', '3. 0');19 define( 'EIRUDO_YTRESPONSIVE_VER', '3.1'); 20 20 define( 'EIRUDO_YTRESPONSIVE_DIR', plugin_dir_path(__FILE__) ); 21 21 define( 'EIRUDO_YTRESPONSIVE_URL', plugin_dir_url(__FILE__) ); -
simple-youtube-responsive/tags/3.1/fxs/fxs-backend.php
r2869842 r2873504 37 37 38 38 if( $GLOBALS['erdyt_options']['js'] == 'footer' ){ 39 wp_enqueue_script( 'simple-youtube-responsive', EIRUDO_YTRESPONSIVE_URL . ' /js/yt-responsive.min.js', array(), EIRUDO_YTRESPONSIVE_VER, true );39 wp_enqueue_script( 'simple-youtube-responsive', EIRUDO_YTRESPONSIVE_URL . 'js/yt-responsive.min.js', array(), EIRUDO_YTRESPONSIVE_VER, true ); 40 40 }else if( $GLOBALS['erdyt_options']['js'] == 'inline' ){ 41 41 add_action( 'wp_footer', function(){ -
simple-youtube-responsive/tags/3.1/readme.txt
r2870389 r2873504 5 5 Requires at least: 2.5 6 6 Tested up to: 6.1.1 7 Stable tag: 3. 07 Stable tag: 3.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 43 43 44 44 == Changelog == 45 = 3.1 = 46 * Small fixes: Remove double slashes from Javascript link 45 47 = 3.0 = 46 48 * Prevent XSS attacks via Shortcode (thanks to Darius Sveikauskas and yuyudhn from Patchstack for notifying)
Note: See TracChangeset
for help on using the changeset viewer.