Changeset 926059
- Timestamp:
- 06/04/2014 01:57:23 AM (11 years ago)
- Location:
- seo-ultimate/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
seo-ultimate/trunk/includes/jlwp/functions.php
r878251 r926059 109 109 } 110 110 111 function get_term_slug($term_obj) {111 static function get_term_slug($term_obj) { 112 112 $tax_name = $term_obj->taxonomy; 113 113 $tax_obj = get_taxonomy($tax_name); -
seo-ultimate/trunk/readme.txt
r925417 r926059 4 4 Requires at least: 3.5 5 5 Tested up to: 3.9.1 6 Stable tag: 7.6.5 6 Stable tag: 7.6.5.1 7 7 8 8 This all-in-one SEO plugin gives you control over title tags, noindex, meta tags, Open Graph, slugs, canonical, autolinks, 404 errors, rich snippets, and more. … … 12 12 = From the Creators of SEO Ultimate = 13 13 14 If you like SEO Ultimate, then help their creators make it better. Buy their [WordPress Theme Framework](http://www.seodesignframework.com/) today.14 If You Like SEO Ultimate, You're Going to Love Our [WordPress Theme Framework](http://www.seodesignframework.com/) 15 15 16 16 = Recent Releases = … … 249 249 == Changelog == 250 250 251 = Version 7.6.5.1 (June 03, 2014) = 252 * Bugfix: Permalink Tweaker (URL Bases) 253 251 254 = Version 7.6.5 (June 02, 2014) = 252 255 * Bugfix: jQuery UI slider styles collision -
seo-ultimate/trunk/seo-ultimate.php
r925417 r926059 4 4 Plugin URI: http://www.seodesignsolutions.com/wordpress-seo/ 5 5 Description: This all-in-one SEO plugin gives you control over title tags, noindex/nofollow, meta tags, rich snippets, slugs, canonical tags, autolinks, 404 errors, rich snippets, and more. 6 Version: 7.6.5 6 Version: 7.6.5.1 7 7 Author: SEO Design Solutions 8 8 Author URI: http://www.seodesignsolutions.com/ … … 13 13 * The main SEO Ultimate plugin file. 14 14 * @package SeoUltimate 15 * @version 7.6.5 15 * @version 7.6.5.1 16 16 * @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage 17 17 */ … … 49 49 define('SU_PLUGIN_NAME', 'SEO Ultimate'); 50 50 define('SU_PLUGIN_URI', 'http://www.seodesignsolutions.com/wordpress-seo/'); 51 define('SU_VERSION', '7.6.5 ');51 define('SU_VERSION', '7.6.5.1'); 52 52 define('SU_AUTHOR', 'SEO Design Solutions'); 53 53 define('SU_AUTHOR_URI', 'http://www.seodesignframework.com/'); 54 define('SU_USER_AGENT', 'SeoUltimate/7.6.5 ');54 define('SU_USER_AGENT', 'SeoUltimate/7.6.5.1'); 55 55 56 56 /********** INCLUDES **********/
Note: See TracChangeset
for help on using the changeset viewer.