Plugin Directory

Changeset 3088197


Ignore:
Timestamp:
05/17/2024 09:28:20 AM (23 months ago)
Author:
osompress
Message:

update to 1.0.1

Location:
osom-for-youtube
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • osom-for-youtube/trunk/osom-youtube.php

    r3086477 r3088197  
    66 * Plugin URI:        https://osompress.com/plugins/osom-youtube/
    77 * Description:       Osom YouTube enhances the YouTube embed block user experience by loading the video from the nocookie domain.
    8  * Version:           1.0.0
     8 * Version:           1.0.1
    99 * Author:            OsomPress
    1010 * Author URI:        https://osompress.com
     
    6161            $src = str_replace( 'youtube.com', 'youtube-nocookie.com', $src );
    6262            $src = str_replace( 'youtu.be', 'youtube-nocookie.com', $src );
     63            $src = str_replace( '?feature=oembed', '?feature=oembed&rel=0', $src );
    6364            $new_content->set_attribute( 'src', $src );
    6465        }
  • osom-for-youtube/trunk/readme.txt

    r3086023 r3088197  
    55Requires at least: 6.3
    66Tested up to: 6.5
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    2424
    2525Planned features:
    26 * Ability to display only videos from the same channel at the end.
    27 * Ability to display a subscribe botton.
     26* Ability to display only videos from the same channel at the end (add setting to contol it).
     27* Ability to display a subscribe button.
    2828* Ability to display the video in a lightbox.
    2929
     
    7373== Changelog ==
    7474
    75 = 1.0 =
     75= 1.0.1 =
     76* Display only videos from the same channel at the end.
     77
     78= 1.0.0 =
    7679* Initial release.
Note: See TracChangeset for help on using the changeset viewer.