Plugin Directory

Changeset 2702715


Ignore:
Timestamp:
03/31/2022 01:35:01 PM (4 years ago)
Author:
macbookandrew
Message:

Update to version 1.7.22 from GitHub

Location:
wp-youtube-live
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-youtube-live/tags/1.7.22/inc/admin.php

    r2488454 r2702715  
    346346
    347347    if ( ! wp_verify_nonce( $nonce, 'wpYTcache_nonce' ) ) {
    348         die( 'Invalid nonce.' . var_export( $_POST, true ) );
     348        die( 'Invalid nonce.' );
    349349    }
    350350
  • wp-youtube-live/tags/1.7.22/readme.txt

    r2659419 r2702715  
    55Requires at least: 3.6
    66Tested up to:      5.7
    7 Stable tag:        1.7.21
     7Stable tag:        1.7.22
    88License:           GPLv2 or later
    99License URI:       http://www.gnu.org/licenses/gpl-2.0.html
     
    179179== Changelog ==
    180180
     181= 1.7.22 =
     182- Fix reflected cross-site scripting vulnerability
     183
    181184= 1.7.21 =
    182185- Fix error on activation
  • wp-youtube-live/tags/1.7.22/wp-youtube-live.php

    r2659419 r2702715  
    44 * Plugin URI: https://github.com/macbookandrew/wp-youtube-live
    55 * Description: Displays the current YouTube live video from a specified channel
    6  * Version: 1.7.21
     6 * Version: 1.7.22
    77 * Author: Andrew Minion
    88 * Author URI: https://andrewrminion.com/
     
    1313}
    1414
    15 define( 'WP_YOUTUBE_LIVE_VERSION', '1.7.21' );
     15define( 'WP_YOUTUBE_LIVE_VERSION', '1.7.22' );
    1616
    1717/**
  • wp-youtube-live/trunk/inc/admin.php

    r2488454 r2702715  
    346346
    347347    if ( ! wp_verify_nonce( $nonce, 'wpYTcache_nonce' ) ) {
    348         die( 'Invalid nonce.' . var_export( $_POST, true ) );
     348        die( 'Invalid nonce.' );
    349349    }
    350350
  • wp-youtube-live/trunk/readme.txt

    r2659419 r2702715  
    55Requires at least: 3.6
    66Tested up to:      5.7
    7 Stable tag:        1.7.21
     7Stable tag:        1.7.22
    88License:           GPLv2 or later
    99License URI:       http://www.gnu.org/licenses/gpl-2.0.html
     
    179179== Changelog ==
    180180
     181= 1.7.22 =
     182- Fix reflected cross-site scripting vulnerability
     183
    181184= 1.7.21 =
    182185- Fix error on activation
  • wp-youtube-live/trunk/wp-youtube-live.php

    r2659419 r2702715  
    44 * Plugin URI: https://github.com/macbookandrew/wp-youtube-live
    55 * Description: Displays the current YouTube live video from a specified channel
    6  * Version: 1.7.21
     6 * Version: 1.7.22
    77 * Author: Andrew Minion
    88 * Author URI: https://andrewrminion.com/
     
    1313}
    1414
    15 define( 'WP_YOUTUBE_LIVE_VERSION', '1.7.21' );
     15define( 'WP_YOUTUBE_LIVE_VERSION', '1.7.22' );
    1616
    1717/**
Note: See TracChangeset for help on using the changeset viewer.