Plugin Directory

Changeset 1779903


Ignore:
Timestamp:
12/02/2017 11:49:24 AM (8 years ago)
Author:
amtyera
Message:

XSS fix

Location:
amtythumb/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • amtythumb/trunk/amtyThumb.php

    r848885 r1779903  
    22/*
    33Plugin Name: amtyThumb
    4 Plugin URI: http://article-stack.com/
     4Plugin URI: https://github.com/NaturalIntelligence/wp-thumb-extractor
    55Description: This plugin fetch first image from your post even if it is vedio.
    66
    77Author: Amit Gupta
    8 Version: 4.1.2
    9 Author URI: http://article-stack.com/
     8Version: 4.2.0
     9Author URI: https://github.com/amitguptagwl
    1010*/
    1111
  • amtythumb/trunk/amtyThumbAdminPg.php

    r779873 r1779903  
     1<?php if ( ! defined( 'ABSPATH' ) )
     2     exit;
     3?>
     4
    15<?php
    26    if($_POST['amty_hidden'] == 'Y') {
  • amtythumb/trunk/readme.txt

    r1442451 r1779903  
    44Tags: thumbnail, amty, image, first-image, Youtube, Vimeo, Dailymotion, Metacafe, Veoh
    55Requires at least: 2.5
    6 Tested up to: 3.5
    7 Stable tag: 4.1.3
     6Tested up to: 4.6.1
     7Stable tag: 4.2.0
    88
    99Fetch first image of a post and Resize it. Otherwise resize an image.
     
    9393
    9494== Changelog ==
     95
     96= 4.2.0 =
     97* Restrict direct access to the admin page
    9598
    9699= 4.1.2 =
Note: See TracChangeset for help on using the changeset viewer.