Changeset 3079061
- Timestamp:
- 04/30/2024 03:29:58 AM (2 years ago)
- Location:
- simple-youtube-responsive/tags/3.2.2
- Files:
-
- 2 edited
-
eirudo-ytresponsive.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-youtube-responsive/tags/3.2.2/eirudo-ytresponsive.php
r2940137 r3079061 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. 17 Version: 3.2.2 8 8 Author: Eirudo 9 9 Author URI: https://eirudo.com/ … … 17 17 } 18 18 19 define( 'EIRUDO_YTRESPONSIVE_VER', '3.2. 1');19 define( 'EIRUDO_YTRESPONSIVE_VER', '3.2.2'); 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.2.2/readme.txt
r2940137 r3079061 4 4 Tags: youtube, embed, video, responsive, media, player, shortcode 5 5 Requires at least: 2.5 6 Tested up to: 6. 2.27 Stable tag: 3.2. 16 Tested up to: 6.5.2 7 Stable tag: 3.2.2 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.2 = 46 * Tested on new Wordpress version 47 * Small fixes 45 48 = 3.2.1 = 46 49 * Small fixes: Missing double quote from HTML. Now has been fixed.
Note: See TracChangeset
for help on using the changeset viewer.