Plugin Directory

Changeset 1779902


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

XSS fix

Location:
amty-thumb-recent-post/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • amty-thumb-recent-post/trunk/amtyThumbPostsAdminPg.php

    r520395 r1779902  
     1<?php if ( ! defined( 'ABSPATH' ) )
     2     exit;
     3?>
    14<div class="wrap">
    25<center><h2>amtyThumbPosts Admin page</h2></center>
  • amty-thumb-recent-post/trunk/amtyThumb_posts.php

    r776686 r1779902  
    22/*
    33Plugin Name: amtyThumb Posts
    4 Plugin URI: http://article-stack.com/
     4Plugin URI: https://github.com/amitguptagwl
    55Description: Shows Recently written, Recently viewed, Random, Mostly & Rarely Viewd, Mostly Commented posts with thumbnail.
    66You may customize it in any way. It uses amtyThumb plugin to extracts first image of your current post.
     
    88
    99Author: Amit Gupta
    10 Version: 8.1.3
    11 Author URI: http://article-stack.com/
     10Version: 8.2.0
     11Author URI: https://github.com/amitguptagwl
    1212*/
    1313include("supportingfunctions.php");
  • amty-thumb-recent-post/trunk/readme.txt

    r1442247 r1779902  
    11=== amtyThumb posts ===
    2 Contributors: Amit Gpta
     2Contributors: Amit Gupta
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KQJAX48SPUKNC
    44Tags: thumbnail, recent, random, popular, post, amty, image, widget, shortcode, mostly-viewed, rarely-viewed, recently-viewed, most-commented, last-viewed
    55Requires at least: 3.0
    6 Tested up to: 3.5
    7 Stable tag: 8.1.4
     6Tested up to: 4.6.1
     7Stable tag: 8.2.0
    88
    99All-In-One. It shows Recently written, Recently viewed, Random, Mostly & Rarely Viewd, Mostly Commented posts with thumbnail in your style.
     
    210210* admin panel for admin to view posts stats.
    211211* small code imporvment to spped up processing
     212
     213= 8.2.0 =
     214* Restrict direct access to the admin page
Note: See TracChangeset for help on using the changeset viewer.