Changeset 3442824
- Timestamp:
- 01/19/2026 10:07:12 PM (2 months ago)
- Location:
- automatic-featured-images-from-videos
- Files:
-
- 9 added
- 3 edited
-
tags/1.2.8 (added)
-
tags/1.2.8/automatic-featured-images-from-videos.php (added)
-
tags/1.2.8/includes (added)
-
tags/1.2.8/includes/ajax.php (added)
-
tags/1.2.8/includes/bulk-operations.php (added)
-
tags/1.2.8/includes/cli.php (added)
-
tags/1.2.8/js (added)
-
tags/1.2.8/js/button.js (added)
-
tags/1.2.8/readme.txt (added)
-
trunk/automatic-featured-images-from-videos.php (modified) (1 diff)
-
trunk/includes/bulk-operations.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
automatic-featured-images-from-videos/trunk/automatic-featured-images-from-videos.php
r3425431 r3442824 4 4 * Plugin URI: https://webdevstudios.com 5 5 * Description: Automatically create featured images from YouTube and Vimeo generated video thumbnails, from above the fold embeds. 6 * Version: 1.2. 76 * Version: 1.2.8 7 7 * Author: WebDevStudios 8 8 * Author URI: https://webdevstudios.com -
automatic-featured-images-from-videos/trunk/includes/bulk-operations.php
r3425431 r3442824 15 15 */ 16 16 function wds_queue_bulk_processing() { 17 18 if ( ! current_user_can( 'edit_others_posts' ) && ! current_user_can( 'edit_others_pages' ) ) { 19 return; 20 } 17 21 18 22 if ( empty( $_POST['wdsafi_nonce'] ) || ! wp_verify_nonce( $_POST['wdsafi_nonce'], 'wdsafi-ajax-nonce' ) ) { -
automatic-featured-images-from-videos/trunk/readme.txt
r3425431 r3442824 6 6 Requires at least: 5.0 7 7 Tested up to: 6.9 8 Stable tag: 1.2. 78 Stable tag: 1.2.8 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 41 41 == Changelog == 42 43 = 1.2.8 = 44 * Fixed: reported security vulnerability around bulk processing. 42 45 43 46 = 1.2.7 =
Note: See TracChangeset
for help on using the changeset viewer.