Plugin Directory

Changeset 3079061


Ignore:
Timestamp:
04/30/2024 03:29:58 AM (2 years ago)
Author:
eirudo
Message:

new version

Location:
simple-youtube-responsive/tags/3.2.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-youtube-responsive/tags/3.2.2/eirudo-ytresponsive.php

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

    r2940137 r3079061  
    44Tags: youtube, embed, video, responsive, media, player, shortcode
    55Requires at least: 2.5
    6 Tested up to: 6.2.2
    7 Stable tag: 3.2.1
     6Tested up to: 6.5.2
     7Stable tag: 3.2.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4343
    4444== Changelog ==
     45= 3.2.2 =
     46* Tested on new Wordpress version
     47* Small fixes
    4548= 3.2.1 =
    4649* Small fixes: Missing double quote from HTML. Now has been fixed.
Note: See TracChangeset for help on using the changeset viewer.