Changeset 1779903
- Timestamp:
- 12/02/2017 11:49:24 AM (8 years ago)
- Location:
- amtythumb/trunk
- Files:
-
- 3 edited
-
amtyThumb.php (modified) (1 diff)
-
amtyThumbAdminPg.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amtythumb/trunk/amtyThumb.php
r848885 r1779903 2 2 /* 3 3 Plugin Name: amtyThumb 4 Plugin URI: http ://article-stack.com/4 Plugin URI: https://github.com/NaturalIntelligence/wp-thumb-extractor 5 5 Description: This plugin fetch first image from your post even if it is vedio. 6 6 7 7 Author: Amit Gupta 8 Version: 4. 1.29 Author URI: http ://article-stack.com/8 Version: 4.2.0 9 Author URI: https://github.com/amitguptagwl 10 10 */ 11 11 -
amtythumb/trunk/amtyThumbAdminPg.php
r779873 r1779903 1 <?php if ( ! defined( 'ABSPATH' ) ) 2 exit; 3 ?> 4 1 5 <?php 2 6 if($_POST['amty_hidden'] == 'Y') { -
amtythumb/trunk/readme.txt
r1442451 r1779903 4 4 Tags: thumbnail, amty, image, first-image, Youtube, Vimeo, Dailymotion, Metacafe, Veoh 5 5 Requires at least: 2.5 6 Tested up to: 3.57 Stable tag: 4. 1.36 Tested up to: 4.6.1 7 Stable tag: 4.2.0 8 8 9 9 Fetch first image of a post and Resize it. Otherwise resize an image. … … 93 93 94 94 == Changelog == 95 96 = 4.2.0 = 97 * Restrict direct access to the admin page 95 98 96 99 = 4.1.2 =
Note: See TracChangeset
for help on using the changeset viewer.