Changeset 1064535
- Timestamp:
- 01/10/2015 10:39:30 AM (11 years ago)
- Location:
- gregs-high-performance-seo
- Files:
-
- 3 edited
- 24 copied
-
tags/1.6.2 (copied) (copied from gregs-high-performance-seo/trunk)
-
tags/1.6.2/ghpseo-options-functions.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo-options-functions.php) (2 diffs)
-
tags/1.6.2/ghpseo-options.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo-options.php)
-
tags/1.6.2/ghpseo-setup-functions.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo-setup-functions.php)
-
tags/1.6.2/ghpseo-sledgehammer-mode.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo-sledgehammer-mode.php)
-
tags/1.6.2/ghpseo-writing-functions.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo-writing-functions.php)
-
tags/1.6.2/ghpseo-writing.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo-writing.php)
-
tags/1.6.2/ghpseo.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo.php) (1 diff)
-
tags/1.6.2/options-set/extra/ghpseo-options-donating.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options-donating.txt)
-
tags/1.6.2/options-set/extra/ghpseo-options-headmeta.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options-headmeta.txt)
-
tags/1.6.2/options-set/extra/ghpseo-options-instructions.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options-instructions.txt)
-
tags/1.6.2/options-set/extra/ghpseo-options-legacy.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options-legacy.txt)
-
tags/1.6.2/options-set/extra/ghpseo-options-maintitles.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options-maintitles.txt)
-
tags/1.6.2/options-set/extra/ghpseo-options-pagedcomments.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options-pagedcomments.txt)
-
tags/1.6.2/options-set/extra/ghpseo-options-secondarydesc.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options-secondarydesc.txt)
-
tags/1.6.2/options-set/extra/ghpseo-options-secondarytitles.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options-secondarytitles.txt)
-
tags/1.6.2/options-set/extra/ghpseo-options.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options.txt)
-
tags/1.6.2/options-set/ghpseo-options-donating.ini (copied) (copied from gregs-high-performance-seo/trunk/options-set/ghpseo-options-donating.ini)
-
tags/1.6.2/options-set/ghpseo-options-headmeta.ini (copied) (copied from gregs-high-performance-seo/trunk/options-set/ghpseo-options-headmeta.ini)
-
tags/1.6.2/options-set/ghpseo-options-instructions.ini (copied) (copied from gregs-high-performance-seo/trunk/options-set/ghpseo-options-instructions.ini)
-
tags/1.6.2/options-set/ghpseo-options-secondarydesc.ini (copied) (copied from gregs-high-performance-seo/trunk/options-set/ghpseo-options-secondarydesc.ini)
-
tags/1.6.2/options-set/ghpseo-options.ini (copied) (copied from gregs-high-performance-seo/trunk/options-set/ghpseo-options.ini)
-
tags/1.6.2/readme.txt (copied) (copied from gregs-high-performance-seo/trunk/readme.txt) (3 diffs)
-
tags/1.6.2/uninstall.php (copied) (copied from gregs-high-performance-seo/trunk/uninstall.php)
-
trunk/ghpseo-options-functions.php (modified) (2 diffs)
-
trunk/ghpseo.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gregs-high-performance-seo/tags/1.6.2/ghpseo-options-functions.php
r808795 r1064535 3 3 /* Greg's Options Handler 4 4 5 Copyright (c) 2009-201 2Greg Mulhauser5 Copyright (c) 2009-2015 Greg Mulhauser 6 6 http://gregsplugins.com 7 7 … … 61 61 $root = WP_PLUGIN_DIR . '/' . $dir . $subdir; // this is where we're looking for our options files 62 62 $sub = isset ($_GET['submenu']) ? $_GET['submenu'] : ''; 63 if ($sub && !isset($this->pages[$sub])) $sub = ''; // is requested page a real sub page? 63 64 $filetail = ($sub != '') ? "-$sub" : ''; // options file corresponding to this submenu 64 65 $this->submenu = $sub; -
gregs-high-performance-seo/tags/1.6.2/ghpseo.php
r1049217 r1064535 4 4 Plugin URI: http://gregsplugins.com/lib/plugin-details/gregs-high-performance-seo/ 5 5 Description: 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. 16 Version: 1.6.2 7 7 Author: Greg Mulhauser 8 8 Author URI: http://gregsplugins.com/ 9 9 */ 10 10 11 /* Copyright (c) 2009-1 2Greg Mulhauser11 /* Copyright (c) 2009-15 Greg Mulhauser 12 12 13 13 This WordPress plugin is released under the GPL license -
gregs-high-performance-seo/tags/1.6.2/readme.txt
r1049217 r1064535 5 5 Requires at least: 2.7 6 6 Tested up to: 4.1 7 Stable tag: 1.6. 17 Stable tag: 1.6.2 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 17 17 = New in This Version = 18 18 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. 20 20 21 21 = Introduction = … … 125 125 == Upgrade Notice == 126 126 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. 129 129 130 130 == 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. 131 134 132 135 = 1.6.1, 19 December 2014 = -
gregs-high-performance-seo/trunk/ghpseo-options-functions.php
r808795 r1064535 3 3 /* Greg's Options Handler 4 4 5 Copyright (c) 2009-201 2Greg Mulhauser5 Copyright (c) 2009-2015 Greg Mulhauser 6 6 http://gregsplugins.com 7 7 … … 61 61 $root = WP_PLUGIN_DIR . '/' . $dir . $subdir; // this is where we're looking for our options files 62 62 $sub = isset ($_GET['submenu']) ? $_GET['submenu'] : ''; 63 if ($sub && !isset($this->pages[$sub])) $sub = ''; // is requested page a real sub page? 63 64 $filetail = ($sub != '') ? "-$sub" : ''; // options file corresponding to this submenu 64 65 $this->submenu = $sub; -
gregs-high-performance-seo/trunk/ghpseo.php
r1049217 r1064535 4 4 Plugin URI: http://gregsplugins.com/lib/plugin-details/gregs-high-performance-seo/ 5 5 Description: 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. 16 Version: 1.6.2 7 7 Author: Greg Mulhauser 8 8 Author URI: http://gregsplugins.com/ 9 9 */ 10 10 11 /* Copyright (c) 2009-1 2Greg Mulhauser11 /* Copyright (c) 2009-15 Greg Mulhauser 12 12 13 13 This WordPress plugin is released under the GPL license -
gregs-high-performance-seo/trunk/readme.txt
r1049217 r1064535 5 5 Requires at least: 2.7 6 6 Tested up to: 4.1 7 Stable tag: 1.6. 17 Stable tag: 1.6.2 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 17 17 = New in This Version = 18 18 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. 20 20 21 21 = Introduction = … … 125 125 == Upgrade Notice == 126 126 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. 129 129 130 130 == 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. 131 134 132 135 = 1.6.1, 19 December 2014 =
Note: See TracChangeset
for help on using the changeset viewer.