Changeset 3195984
- Timestamp:
- 11/24/2024 07:15:46 PM (16 months ago)
- Location:
- streamweasels-youtube-integration/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
public/class-streamweasels-youtube-public.php (modified) (1 diff)
-
streamweasels-youtube.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
streamweasels-youtube-integration/trunk/README.txt
r3189579 r3195984 4 4 Requires at least: 5.0 5 5 Tested up to: 6.7 6 Stable tag: 1.3. 56 Stable tag: 1.3.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 85 85 == Changelog == 86 86 87 = 1.3.6 = 88 * Showcase layout now works with playlists 89 87 90 = 1.3.5 = 88 91 * 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 258 258 } 259 259 if ( $layout == 'showcase' ) { 260 if ( $youtubeChannelID == '' ) {261 $youtubeChannelID = 'UCAuUUnT6oDeKwE6v1NGQxug';262 $youtubePlaylistID = '';263 $youtubeLiveStreamID = '';264 }265 260 $embed = 'inside'; 266 261 if ( syi_fs()->can_use_premium_code() ) { -
streamweasels-youtube-integration/trunk/streamweasels-youtube.php
r3189579 r3195984 16 16 * Plugin Name: SW YouTube Integration - Blocks and Shortcodes for Embedding YouTube 17 17 * Description: Embed YouTube content like Shorts, Video and Live Streams with our collection of YouTube Blocks and Shortcodes. 18 * Version: 1.3. 518 * Version: 1.3.6 19 19 * Author: StreamWeasels 20 20 * Author URI: https://www.streamweasels.com/ … … 33 33 * Rename this for your plugin and update it as you release new versions. 34 34 */ 35 define( 'STREAMWEASELS_YOUTUBE_VERSION', '1.3. 5' );35 define( 'STREAMWEASELS_YOUTUBE_VERSION', '1.3.6' ); 36 36 if ( !defined( 'SWYI_PLUGIN_DIR' ) ) { 37 37 define( 'SWYI_PLUGIN_DIR', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.