Plugin Directory

Changeset 2873504


Ignore:
Timestamp:
03/02/2023 08:57:23 AM (3 years ago)
Author:
eirudo
Message:

Small fix

Location:
simple-youtube-responsive/tags/3.1
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • simple-youtube-responsive/tags/3.1/admin/admin-about.php

    r2869842 r2873504  
    4848        <div class="changelog point-releases">
    4949            <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>
    5056<p>
    5157<strong>Version 3.0</strong>
  • simple-youtube-responsive/tags/3.1/eirudo-ytresponsive.php

    r2869842 r2873504  
    55Text Domain: simple-youtube-responsive
    66Description: Embed YouTube video and Responsive using simple shortcode, and keep the video's Aspect Ratio. AMP & Lazy Load supported.
    7 Version: 3.0
     7Version: 3.1
    88Author: Eirudo
    99Author URI: https://eirudo.com/
     
    1717}
    1818
    19 define( 'EIRUDO_YTRESPONSIVE_VER', '3.0');
     19define( 'EIRUDO_YTRESPONSIVE_VER', '3.1');
    2020define( 'EIRUDO_YTRESPONSIVE_DIR', plugin_dir_path(__FILE__) );
    2121define( 'EIRUDO_YTRESPONSIVE_URL', plugin_dir_url(__FILE__) );
  • simple-youtube-responsive/tags/3.1/fxs/fxs-backend.php

    r2869842 r2873504  
    3737       
    3838        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 );
    4040        }else if( $GLOBALS['erdyt_options']['js'] == 'inline' ){
    4141            add_action( 'wp_footer', function(){
  • simple-youtube-responsive/tags/3.1/readme.txt

    r2870389 r2873504  
    55Requires at least: 2.5
    66Tested up to: 6.1.1
    7 Stable tag: 3.0
     7Stable tag: 3.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4343
    4444== Changelog ==
     45= 3.1 =
     46* Small fixes: Remove double slashes from Javascript link
    4547= 3.0 =
    4648* 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.