Changeset 1049217
- Timestamp:
- 12/19/2014 12:27:38 PM (11 years ago)
- Location:
- gregs-high-performance-seo
- Files:
-
- 2 edited
- 24 copied
-
tags/1.6.1 (copied) (copied from gregs-high-performance-seo/trunk)
-
tags/1.6.1/ghpseo-options-functions.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo-options-functions.php)
-
tags/1.6.1/ghpseo-options.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo-options.php)
-
tags/1.6.1/ghpseo-setup-functions.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo-setup-functions.php)
-
tags/1.6.1/ghpseo-sledgehammer-mode.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo-sledgehammer-mode.php)
-
tags/1.6.1/ghpseo-writing-functions.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo-writing-functions.php)
-
tags/1.6.1/ghpseo-writing.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo-writing.php)
-
tags/1.6.1/ghpseo.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo.php) (1 diff)
-
tags/1.6.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/options-set/extra/ghpseo-options.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options.txt)
-
tags/1.6.1/options-set/ghpseo-options-donating.ini (copied) (copied from gregs-high-performance-seo/trunk/options-set/ghpseo-options-donating.ini)
-
tags/1.6.1/options-set/ghpseo-options-headmeta.ini (copied) (copied from gregs-high-performance-seo/trunk/options-set/ghpseo-options-headmeta.ini)
-
tags/1.6.1/options-set/ghpseo-options-instructions.ini (copied) (copied from gregs-high-performance-seo/trunk/options-set/ghpseo-options-instructions.ini)
-
tags/1.6.1/options-set/ghpseo-options-secondarydesc.ini (copied) (copied from gregs-high-performance-seo/trunk/options-set/ghpseo-options-secondarydesc.ini)
-
tags/1.6.1/options-set/ghpseo-options.ini (copied) (copied from gregs-high-performance-seo/trunk/options-set/ghpseo-options.ini)
-
tags/1.6.1/readme.txt (copied) (copied from gregs-high-performance-seo/trunk/readme.txt) (3 diffs)
-
tags/1.6.1/uninstall.php (copied) (copied from gregs-high-performance-seo/trunk/uninstall.php)
-
trunk/ghpseo.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gregs-high-performance-seo/tags/1.6.1/ghpseo.php
r1003772 r1049217 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 6 Version: 1.6.1 7 7 Author: Greg Mulhauser 8 8 Author URI: http://gregsplugins.com/ -
gregs-high-performance-seo/tags/1.6.1/readme.txt
r1003772 r1049217 4 4 Tags: seo, title, keywords, tags, meta, metadata, meta keywords, meta description, excerpt, paged comments, comments, duplicate content, head, canonical, google, noindex, nofollow, noodp, noydir, archives, title case, search engine optimization, WPMU, WordPress MU, WordPress Multiuser, greg mulhauser 5 5 Requires at least: 2.7 6 Tested up to: 4. 07 Stable tag: 1.6 6 Tested up to: 4.1 7 Stable tag: 1.6.1 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 * Fixed edge case where secondary title was not delivered correctly on a static front page.19 * Note on WordPress 4.1 compatibility. 20 20 21 21 = Introduction = … … 125 125 == Upgrade Notice == 126 126 127 = 1.6 , 8 October 2014 =128 * Fixed edge case where secondary title was not delivered correctly on a static front page.127 = 1.6.1, 19 December 2014 = 128 * Note on WordPress 4.1 compatibility. 129 129 130 130 == Changelog == 131 132 = 1.6.1, 19 December 2014 = 133 * Note on WordPress 4.1 compatibility. 131 134 132 135 = 1.6, 8 October 2014 = -
gregs-high-performance-seo/trunk/ghpseo.php
r1003772 r1049217 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 6 Version: 1.6.1 7 7 Author: Greg Mulhauser 8 8 Author URI: http://gregsplugins.com/ -
gregs-high-performance-seo/trunk/readme.txt
r1003772 r1049217 4 4 Tags: seo, title, keywords, tags, meta, metadata, meta keywords, meta description, excerpt, paged comments, comments, duplicate content, head, canonical, google, noindex, nofollow, noodp, noydir, archives, title case, search engine optimization, WPMU, WordPress MU, WordPress Multiuser, greg mulhauser 5 5 Requires at least: 2.7 6 Tested up to: 4. 07 Stable tag: 1.6 6 Tested up to: 4.1 7 Stable tag: 1.6.1 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 * Fixed edge case where secondary title was not delivered correctly on a static front page.19 * Note on WordPress 4.1 compatibility. 20 20 21 21 = Introduction = … … 125 125 == Upgrade Notice == 126 126 127 = 1.6 , 8 October 2014 =128 * Fixed edge case where secondary title was not delivered correctly on a static front page.127 = 1.6.1, 19 December 2014 = 128 * Note on WordPress 4.1 compatibility. 129 129 130 130 == Changelog == 131 132 = 1.6.1, 19 December 2014 = 133 * Note on WordPress 4.1 compatibility. 131 134 132 135 = 1.6, 8 October 2014 =
Note: See TracChangeset
for help on using the changeset viewer.