Plugin Directory

Changeset 3195984


Ignore:
Timestamp:
11/24/2024 07:15:46 PM (16 months ago)
Author:
streamweasels
Message:

showcase layout now supports playlists

Location:
streamweasels-youtube-integration/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • streamweasels-youtube-integration/trunk/README.txt

    r3189579 r3195984  
    44Requires at least: 5.0
    55Tested up to: 6.7
    6 Stable tag: 1.3.5
     6Stable tag: 1.3.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8585== Changelog ==
    8686
     87= 1.3.6 =
     88* Showcase layout now works with playlists
     89
    8790= 1.3.5 =
    8891* Fixed an issue where the shorts / showcase slide count wasn't working for free users
  • streamweasels-youtube-integration/trunk/public/class-streamweasels-youtube-public.php

    r3189579 r3195984  
    258258        }
    259259        if ( $layout == 'showcase' ) {
    260             if ( $youtubeChannelID == '' ) {
    261                 $youtubeChannelID = 'UCAuUUnT6oDeKwE6v1NGQxug';
    262                 $youtubePlaylistID = '';
    263                 $youtubeLiveStreamID = '';
    264             }
    265260            $embed = 'inside';
    266261            if ( syi_fs()->can_use_premium_code() ) {
  • streamweasels-youtube-integration/trunk/streamweasels-youtube.php

    r3189579 r3195984  
    1616 * Plugin Name:       SW YouTube Integration - Blocks and Shortcodes for Embedding YouTube
    1717 * Description:       Embed YouTube content like Shorts, Video and Live Streams with our collection of YouTube Blocks and Shortcodes.
    18  * Version:           1.3.5
     18 * Version:           1.3.6
    1919 * Author:            StreamWeasels
    2020 * Author URI:        https://www.streamweasels.com/
     
    3333 * Rename this for your plugin and update it as you release new versions.
    3434 */
    35 define( 'STREAMWEASELS_YOUTUBE_VERSION', '1.3.5' );
     35define( 'STREAMWEASELS_YOUTUBE_VERSION', '1.3.6' );
    3636if ( !defined( 'SWYI_PLUGIN_DIR' ) ) {
    3737    define( 'SWYI_PLUGIN_DIR', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.