Changeset 2702715
- Timestamp:
- 03/31/2022 01:35:01 PM (4 years ago)
- Location:
- wp-youtube-live
- Files:
-
- 6 edited
- 1 copied
-
tags/1.7.22 (copied) (copied from wp-youtube-live/trunk)
-
tags/1.7.22/inc/admin.php (modified) (1 diff)
-
tags/1.7.22/readme.txt (modified) (2 diffs)
-
tags/1.7.22/wp-youtube-live.php (modified) (2 diffs)
-
trunk/inc/admin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-youtube-live.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-youtube-live/tags/1.7.22/inc/admin.php
r2488454 r2702715 346 346 347 347 if ( ! wp_verify_nonce( $nonce, 'wpYTcache_nonce' ) ) { 348 die( 'Invalid nonce.' . var_export( $_POST, true ));348 die( 'Invalid nonce.' ); 349 349 } 350 350 -
wp-youtube-live/tags/1.7.22/readme.txt
r2659419 r2702715 5 5 Requires at least: 3.6 6 6 Tested up to: 5.7 7 Stable tag: 1.7.2 17 Stable tag: 1.7.22 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 179 179 == Changelog == 180 180 181 = 1.7.22 = 182 - Fix reflected cross-site scripting vulnerability 183 181 184 = 1.7.21 = 182 185 - Fix error on activation -
wp-youtube-live/tags/1.7.22/wp-youtube-live.php
r2659419 r2702715 4 4 * Plugin URI: https://github.com/macbookandrew/wp-youtube-live 5 5 * Description: Displays the current YouTube live video from a specified channel 6 * Version: 1.7.2 16 * Version: 1.7.22 7 7 * Author: Andrew Minion 8 8 * Author URI: https://andrewrminion.com/ … … 13 13 } 14 14 15 define( 'WP_YOUTUBE_LIVE_VERSION', '1.7.2 1' );15 define( 'WP_YOUTUBE_LIVE_VERSION', '1.7.22' ); 16 16 17 17 /** -
wp-youtube-live/trunk/inc/admin.php
r2488454 r2702715 346 346 347 347 if ( ! wp_verify_nonce( $nonce, 'wpYTcache_nonce' ) ) { 348 die( 'Invalid nonce.' . var_export( $_POST, true ));348 die( 'Invalid nonce.' ); 349 349 } 350 350 -
wp-youtube-live/trunk/readme.txt
r2659419 r2702715 5 5 Requires at least: 3.6 6 6 Tested up to: 5.7 7 Stable tag: 1.7.2 17 Stable tag: 1.7.22 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 179 179 == Changelog == 180 180 181 = 1.7.22 = 182 - Fix reflected cross-site scripting vulnerability 183 181 184 = 1.7.21 = 182 185 - Fix error on activation -
wp-youtube-live/trunk/wp-youtube-live.php
r2659419 r2702715 4 4 * Plugin URI: https://github.com/macbookandrew/wp-youtube-live 5 5 * Description: Displays the current YouTube live video from a specified channel 6 * Version: 1.7.2 16 * Version: 1.7.22 7 7 * Author: Andrew Minion 8 8 * Author URI: https://andrewrminion.com/ … … 13 13 } 14 14 15 define( 'WP_YOUTUBE_LIVE_VERSION', '1.7.2 1' );15 define( 'WP_YOUTUBE_LIVE_VERSION', '1.7.22' ); 16 16 17 17 /**
Note: See TracChangeset
for help on using the changeset viewer.