Plugin Directory

Changeset 3145077


Ignore:
Timestamp:
09/02/2024 04:34:11 AM (19 months ago)
Author:
eirudo
Message:

new Version

Location:
simple-youtube-responsive/trunk
Files:
4 edited

Legend:

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

    r2940137 r3145077  
    4848        <div class="changelog point-releases">
    4949            <h3>Maintenance and Security Releases</h3>
    50            
     50
     51<p>
     52<strong>Version 3.2.3</strong>
     53<ul>
     54<li>- Small fixes: Fix shortcode documentation (thanks to dbrossa).</li>
     55</ul>
     56</p>       
    5157<p>
    5258<strong>Version 3.2.1</strong>
  • simple-youtube-responsive/trunk/admin/admin-shortcode.php

    r2869842 r3145077  
    119119<div class="changelog point-releases">
    120120    <h3>Custom Start </h3>
    121 <div class="erd-code">[youtube v="XXXXXX" start="<span>00:34</span>"]</div>
    122 <p class="description">This parameter specifies the time, the start of the video, when the player should stop playing the video.<br/>!! This wont work/replaced if you using custom parameters. <a href="#customparam">See below</a>.</p>
     121<div class="erd-code">[youtube v="XXXXXX" start="<span>34</span>"]</div>
     122<p class="description">Specify start point from video (in seconds). If you want to start video at 02:34, it's mean you should use in seconds = <strong>154</strong><br/>!! This wont work/replaced if you using custom parameters. <a href="#customparam">See below</a>.</p>
    123123</div>
    124124
    125125<div class="changelog point-releases">
    126126    <h3>Custom End</h3>
    127 <div class="erd-code">[youtube v="XXXXXX" end="<span>03:41</span>"]</div>
    128 <p class="description">This parameter specifies the time, the end of the video, when the player should stop playing the video.<br/>!! This wont work/replaced if you using custom parameters. <a href="#customparam">See below</a>.</p>
     127<div class="erd-code">[youtube v="XXXXXX" end="<span>221</span>"]</div>
     128<p class="description">Specify time to stop the video. In seconds. If you want to stop video at 03:41, so use convert the time in seconds = <strong>221</strong><br/>!! This wont work/replaced if you using custom parameters. <a href="#customparam">See below</a>.</p>
    129129</div>
    130130
  • simple-youtube-responsive/trunk/eirudo-ytresponsive.php

    r3079062 r3145077  
    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.2.2
     7Version: 3.2.3
    88Author: Eirudo
    99Author URI: https://eirudo.com/
     
    1717}
    1818
    19 define( 'EIRUDO_YTRESPONSIVE_VER', '3.2.2');
     19define( 'EIRUDO_YTRESPONSIVE_VER', '3.2.3');
    2020define( 'EIRUDO_YTRESPONSIVE_DIR', plugin_dir_path(__FILE__) );
    2121define( 'EIRUDO_YTRESPONSIVE_URL', plugin_dir_url(__FILE__) );
  • simple-youtube-responsive/trunk/readme.txt

    r3079062 r3145077  
    44Tags: youtube, embed, video, responsive, media, player, shortcode
    55Requires at least: 2.5
    6 Tested up to: 6.5.2
    7 Stable tag: 3.2.2
     6Tested up to: 6.6.1
     7Stable tag: 3.2.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4343
    4444== Changelog ==
     45= 3.2.3 =
     46* Fix Shortcode documentation (thanks to dbrossa)
    4547= 3.2.2 =
    4648* Tested to Wordpress 6.5.2
Note: See TracChangeset for help on using the changeset viewer.