Plugin Directory

Changeset 1352740

Timestamp:
02/17/2016 04:19:33 PM (8 years ago)
Author:
dougal
Message:

Stable version bump to 1.4. Security fix for possible directory traversal.

Location:
theme-preview/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • theme-preview/trunk/readme.txt

    r1231528 r1352740  
    44Tags: themes, presentation, testing, preview, css, admin, themepreview, theme preview, preview theme
    55Requires at least: 2.6.0
    6 Tested up to: 4.3
    7 Stable Tag: 1.3
     6Tested up to: 4.
     7Stable Tag: 1.
    88
    99Allows you test how a theme looks on your site without activating it.
     
    4343* Provide persistent previews by setting a cookie.
    4444* Restrict preview ability by user Roles/Capabilities.
     45
    4546
    4647== Notes ==
     
    5051
    5152== Changelog ==
     53
     54
     55
    5256= 1.3 2015-08-26 =
    5357* Fixed to work with newer versions of WordPress.
  • theme-preview/trunk/theme-preview.php

    r1231528 r1352740  
    66 * Author: Dougal Campbell
    77 * Author URI: http://dougal.gunters.org/
    8  * Version: 1.3
     8 * Version: 1.
    99 */
    1010
     
    2020 *  * Add an options page with theme selection, and persistence setting.
    2121 *  * Use cookies to allow persistent theme previews.
     22
    2223 *
    2324 * NOTES:
     
    4243    $gr_preview_css = $_GET['preview_css'];
    4344   
     45
     46
     47
     48
     49
     50
     51
     52
     53
    4454    if (! $gr_preview_css ) {
    4555        $gr_preview_css = $gr_preview_theme;
Note: See TracChangeset for help on using the changeset viewer.