Plugin Directory

Changeset 926059


Ignore:
Timestamp:
06/04/2014 01:57:23 AM (11 years ago)
Author:
SEO Design Solutions
Message:

Version 7.6.5.1 (June 03, 2014)

  • Bugfix: Permalink Tweaker (URL Bases)
Location:
seo-ultimate/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • seo-ultimate/trunk/includes/jlwp/functions.php

    r878251 r926059  
    109109    }
    110110   
    111     function get_term_slug($term_obj) {
     111    static function get_term_slug($term_obj) {
    112112        $tax_name = $term_obj->taxonomy;
    113113        $tax_obj = get_taxonomy($tax_name);
  • seo-ultimate/trunk/readme.txt

    r925417 r926059  
    44Requires at least: 3.5
    55Tested up to: 3.9.1
    6 Stable tag: 7.6.5
     6Stable tag: 7.6.5.1
    77
    88This 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.
     
    1212= From the Creators of SEO Ultimate =
    1313
    14 If you like SEO Ultimate, then help their creators make it better. Buy their [WordPress Theme Framework](http://www.seodesignframework.com/) today.
     14If You Like SEO Ultimate, You're Going to Love Our [WordPress Theme Framework](http://www.seodesignframework.com/)
    1515
    1616= Recent Releases =
     
    249249== Changelog ==
    250250
     251= Version 7.6.5.1 (June 03, 2014) =
     252* Bugfix: Permalink Tweaker (URL Bases)
     253
    251254= Version 7.6.5 (June 02, 2014) =
    252255* Bugfix: jQuery UI slider styles collision
  • seo-ultimate/trunk/seo-ultimate.php

    r925417 r926059  
    44Plugin URI: http://www.seodesignsolutions.com/wordpress-seo/
    55Description: 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
     6Version: 7.6.5.1
    77Author: SEO Design Solutions
    88Author URI: http://www.seodesignsolutions.com/
     
    1313 * The main SEO Ultimate plugin file.
    1414 * @package SeoUltimate
    15  * @version 7.6.5
     15 * @version 7.6.5.1
    1616 * @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
    1717 */
     
    4949define('SU_PLUGIN_NAME', 'SEO Ultimate');
    5050define('SU_PLUGIN_URI', 'http://www.seodesignsolutions.com/wordpress-seo/');
    51 define('SU_VERSION', '7.6.5');
     51define('SU_VERSION', '7.6.5.1');
    5252define('SU_AUTHOR', 'SEO Design Solutions');
    5353define('SU_AUTHOR_URI', 'http://www.seodesignframework.com/');
    54 define('SU_USER_AGENT', 'SeoUltimate/7.6.5');
     54define('SU_USER_AGENT', 'SeoUltimate/7.6.5.1');
    5555
    5656/********** INCLUDES **********/
Note: See TracChangeset for help on using the changeset viewer.