Plugin Directory

Changeset 1119988

Timestamp:
03/24/2015 08:36:39 PM (9 years ago)
Author:
pbaylies
Message:

Pushed bugfix release 2.2.6.1, fixes home title bug with latest posts on front page.

Location:
all-in-one-seo-pack
Files:
1 added
2 edited
47 copied

Legend:

Unmodified
Added
Removed
  • all-in-one-seo-pack/tags/2.2.6.1/aioseop_class.php

    r1119699 r1119988  
    24622462        $blog_page = $this->get_blog_page();
    24632463        $description = '';
    2464         if ( $this->is_static_front_page() && empty( $aioseop_options['aiosp_use_static_home_info'] ) )
     2464        if ( _front_page() && empty( $aioseop_options['aiosp_use_static_home_info'] ) )
    24652465            $description = trim( stripslashes( $this->internationalize( $aioseop_options['aiosp_home_description'] ) ) );
    24662466        elseif ( !empty( $blog_page ) )
  • all-in-one-seo-pack/tags/2.2.6.1/all_in_one_seo_pack.php

    r1119068 r1119988  
    44Plugin URI: http://semperfiwebdesign.com
    55Description: Out-of-the-box SEO for your WordPress blog. <a href="admin.php?page=all-in-one-seo-pack/aioseop_class.php">Options configuration panel</a> | <a href="http://semperplugins.com/plugins/all-in-one-seo-pack-pro-version/?loc=plugins" target="_blank">Upgrade to Pro Version</a> | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mrtorbert%40gmail%2ecom&item_name=All%20In%20One%20SEO%20Pack&item_number=Support%20Open%20Source&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8">Donate</a> | <a href="http://semperplugins.com/support/" >Support</a> |  <a href="https://www.amazon.com/wishlist/1NFQ133FNCOOA/ref=wl_web" target="_blank" title="Amazon Wish List">Amazon Wishlist</a>
    6 Version: 2.2.6
     6Version: 2.2.6
    77Author: Michael Torbert
    88Author URI: http://michaeltorbert.com
     
    3131/**
    3232 * @package All-in-One-SEO-Pack
    33  * @version 2.2.6
     33 * @version 2.2.6
    3434 */
    3535
     
    4242
    4343if ( ! defined( 'AIOSEOP_VERSION' ) )
    44     define( 'AIOSEOP_VERSION', '2.2.6' );
     44    define( 'AIOSEOP_VERSION', '2.2.6' );
    4545
    4646if ( ! defined( 'AIOSEOP_PLUGIN_DIR' ) ) {
  • all-in-one-seo-pack/trunk/aioseop_class.php

    r1119699 r1119988  
    24622462        $blog_page = $this->get_blog_page();
    24632463        $description = '';
    2464         if ( $this->is_static_front_page() && empty( $aioseop_options['aiosp_use_static_home_info'] ) )
     2464        if ( _front_page() && empty( $aioseop_options['aiosp_use_static_home_info'] ) )
    24652465            $description = trim( stripslashes( $this->internationalize( $aioseop_options['aiosp_home_description'] ) ) );
    24662466        elseif ( !empty( $blog_page ) )
  • all-in-one-seo-pack/trunk/all_in_one_seo_pack.php

    r1119068 r1119988  
    44Plugin URI: http://semperfiwebdesign.com
    55Description: Out-of-the-box SEO for your WordPress blog. <a href="admin.php?page=all-in-one-seo-pack/aioseop_class.php">Options configuration panel</a> | <a href="http://semperplugins.com/plugins/all-in-one-seo-pack-pro-version/?loc=plugins" target="_blank">Upgrade to Pro Version</a> | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mrtorbert%40gmail%2ecom&item_name=All%20In%20One%20SEO%20Pack&item_number=Support%20Open%20Source&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8">Donate</a> | <a href="http://semperplugins.com/support/" >Support</a> |  <a href="https://www.amazon.com/wishlist/1NFQ133FNCOOA/ref=wl_web" target="_blank" title="Amazon Wish List">Amazon Wishlist</a>
    6 Version: 2.2.6
     6Version: 2.2.6
    77Author: Michael Torbert
    88Author URI: http://michaeltorbert.com
     
    3131/**
    3232 * @package All-in-One-SEO-Pack
    33  * @version 2.2.6
     33 * @version 2.2.6
    3434 */
    3535
     
    4242
    4343if ( ! defined( 'AIOSEOP_VERSION' ) )
    44     define( 'AIOSEOP_VERSION', '2.2.6' );
     44    define( 'AIOSEOP_VERSION', '2.2.6' );
    4545
    4646if ( ! defined( 'AIOSEOP_PLUGIN_DIR' ) ) {
Note: See TracChangeset for help on using the changeset viewer.