Plugin Directory

Changeset 1064535


Ignore:
Timestamp:
01/10/2015 10:39:30 AM (11 years ago)
Author:
GregMulhauser
Message:

1.6.2 update

Location:
gregs-high-performance-seo
Files:
3 edited
24 copied

Legend:

Unmodified
Added
Removed
  • gregs-high-performance-seo/tags/1.6.2/ghpseo-options-functions.php

    r808795 r1064535  
    33/*  Greg's Options Handler
    44   
    5     Copyright (c) 2009-2012 Greg Mulhauser
     5    Copyright (c) 2009-2015 Greg Mulhauser
    66    http://gregsplugins.com
    77   
     
    6161        $root = WP_PLUGIN_DIR . '/' . $dir . $subdir; // this is where we're looking for our options files
    6262        $sub = isset ($_GET['submenu']) ? $_GET['submenu'] : '';
     63        if ($sub && !isset($this->pages[$sub])) $sub = ''; // is requested page a real sub page?
    6364        $filetail = ($sub != '') ? "-$sub" : ''; // options file corresponding to this submenu
    6465        $this->submenu = $sub;
  • gregs-high-performance-seo/tags/1.6.2/ghpseo.php

    r1049217 r1064535  
    44Plugin URI: http://gregsplugins.com/lib/plugin-details/gregs-high-performance-seo/
    55Description: Configure over 100 separate on-page SEO characteristics. Fewer than 700 lines of code per page view. No junk: just high performance SEO at its best.
    6 Version: 1.6.1
     6Version: 1.6.2
    77Author: Greg Mulhauser
    88Author URI: http://gregsplugins.com/
    99*/
    1010
    11 /*  Copyright (c) 2009-12 Greg Mulhauser
     11/*  Copyright (c) 2009-15 Greg Mulhauser
    1212
    1313    This WordPress plugin is released under the GPL license
  • gregs-high-performance-seo/tags/1.6.2/readme.txt

    r1049217 r1064535  
    55Requires at least: 2.7
    66Tested up to: 4.1
    7 Stable tag: 1.6.1
     7Stable tag: 1.6.2
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1717= New in This Version =
    1818
    19 * Note on WordPress 4.1 compatibility.
     19* Fixed potential XSS vulnerability which could affect administrators who are logged in using an old browser and who visit a maliciously crafted URL on their own site. Thanks to Kacper Szurek for responsible disclosure.
    2020
    2121= Introduction =
     
    125125== Upgrade Notice ==
    126126
    127 = 1.6.1, 19 December 2014 =
    128 * Note on WordPress 4.1 compatibility.
     127= 1.6.2, 10 January 2015 =
     128* Fixed potential XSS vulnerability which could affect administrators who are logged in using an old browser and who visit a maliciously crafted URL on their own site. Thanks to Kacper Szurek for responsible disclosure.
    129129
    130130== Changelog ==
     131
     132= 1.6.2, 10 January 2015 =
     133* Fixed potential XSS vulnerability which could affect administrators who are logged in using an old browser and who visit a maliciously crafted URL on their own site. Thanks to Kacper Szurek for responsible disclosure.
    131134
    132135= 1.6.1, 19 December 2014 =
  • gregs-high-performance-seo/trunk/ghpseo-options-functions.php

    r808795 r1064535  
    33/*  Greg's Options Handler
    44   
    5     Copyright (c) 2009-2012 Greg Mulhauser
     5    Copyright (c) 2009-2015 Greg Mulhauser
    66    http://gregsplugins.com
    77   
     
    6161        $root = WP_PLUGIN_DIR . '/' . $dir . $subdir; // this is where we're looking for our options files
    6262        $sub = isset ($_GET['submenu']) ? $_GET['submenu'] : '';
     63        if ($sub && !isset($this->pages[$sub])) $sub = ''; // is requested page a real sub page?
    6364        $filetail = ($sub != '') ? "-$sub" : ''; // options file corresponding to this submenu
    6465        $this->submenu = $sub;
  • gregs-high-performance-seo/trunk/ghpseo.php

    r1049217 r1064535  
    44Plugin URI: http://gregsplugins.com/lib/plugin-details/gregs-high-performance-seo/
    55Description: Configure over 100 separate on-page SEO characteristics. Fewer than 700 lines of code per page view. No junk: just high performance SEO at its best.
    6 Version: 1.6.1
     6Version: 1.6.2
    77Author: Greg Mulhauser
    88Author URI: http://gregsplugins.com/
    99*/
    1010
    11 /*  Copyright (c) 2009-12 Greg Mulhauser
     11/*  Copyright (c) 2009-15 Greg Mulhauser
    1212
    1313    This WordPress plugin is released under the GPL license
  • gregs-high-performance-seo/trunk/readme.txt

    r1049217 r1064535  
    55Requires at least: 2.7
    66Tested up to: 4.1
    7 Stable tag: 1.6.1
     7Stable tag: 1.6.2
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1717= New in This Version =
    1818
    19 * Note on WordPress 4.1 compatibility.
     19* Fixed potential XSS vulnerability which could affect administrators who are logged in using an old browser and who visit a maliciously crafted URL on their own site. Thanks to Kacper Szurek for responsible disclosure.
    2020
    2121= Introduction =
     
    125125== Upgrade Notice ==
    126126
    127 = 1.6.1, 19 December 2014 =
    128 * Note on WordPress 4.1 compatibility.
     127= 1.6.2, 10 January 2015 =
     128* Fixed potential XSS vulnerability which could affect administrators who are logged in using an old browser and who visit a maliciously crafted URL on their own site. Thanks to Kacper Szurek for responsible disclosure.
    129129
    130130== Changelog ==
     131
     132= 1.6.2, 10 January 2015 =
     133* Fixed potential XSS vulnerability which could affect administrators who are logged in using an old browser and who visit a maliciously crafted URL on their own site. Thanks to Kacper Szurek for responsible disclosure.
    131134
    132135= 1.6.1, 19 December 2014 =
Note: See TracChangeset for help on using the changeset viewer.