Changeset 3145077
- Timestamp:
- 09/02/2024 04:34:11 AM (19 months ago)
- Location:
- simple-youtube-responsive/trunk
- Files:
-
- 4 edited
-
admin/admin-about.php (modified) (1 diff)
-
admin/admin-shortcode.php (modified) (1 diff)
-
eirudo-ytresponsive.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-youtube-responsive/trunk/admin/admin-about.php
r2940137 r3145077 48 48 <div class="changelog point-releases"> 49 49 <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> 51 57 <p> 52 58 <strong>Version 3.2.1</strong> -
simple-youtube-responsive/trunk/admin/admin-shortcode.php
r2869842 r3145077 119 119 <div class="changelog point-releases"> 120 120 <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> 123 123 </div> 124 124 125 125 <div class="changelog point-releases"> 126 126 <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> 129 129 </div> 130 130 -
simple-youtube-responsive/trunk/eirudo-ytresponsive.php
r3079062 r3145077 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.2. 27 Version: 3.2.3 8 8 Author: Eirudo 9 9 Author URI: https://eirudo.com/ … … 17 17 } 18 18 19 define( 'EIRUDO_YTRESPONSIVE_VER', '3.2. 2');19 define( 'EIRUDO_YTRESPONSIVE_VER', '3.2.3'); 20 20 define( 'EIRUDO_YTRESPONSIVE_DIR', plugin_dir_path(__FILE__) ); 21 21 define( 'EIRUDO_YTRESPONSIVE_URL', plugin_dir_url(__FILE__) ); -
simple-youtube-responsive/trunk/readme.txt
r3079062 r3145077 4 4 Tags: youtube, embed, video, responsive, media, player, shortcode 5 5 Requires at least: 2.5 6 Tested up to: 6. 5.27 Stable tag: 3.2. 26 Tested up to: 6.6.1 7 Stable tag: 3.2.3 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.2.3 = 46 * Fix Shortcode documentation (thanks to dbrossa) 45 47 = 3.2.2 = 46 48 * Tested to Wordpress 6.5.2
Note: See TracChangeset
for help on using the changeset viewer.