Plugin Directory

Changeset 1139201

Timestamp:
04/20/2015 03:02:53 PM (9 years ago)
Author:
pbaylies
Message:

Updated to 2.2.6.2; fix for CPT metabox bug, fix for sitemap prio issue, bugfixes, security fix.

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

Legend:

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

    r1139168 r1139201  
    15741574        else if ( !empty( $aioseop_options['aiosp_google_publisher'] ) )
    15751575            $author = $aioseop_options['aiosp_google_publisher'];
    1576            
    15771576        if ( !empty( $aioseop_options['aiosp_google_author_advanced'] ) && isset( $aioseop_options['aiosp_google_author_location'] ) ) {
     1577
     1578
    15781579            if ( is_front_page() && !in_array( 'front', $aioseop_options['aiosp_google_author_location'] ) ) {
    15791580                $author = '';
     
    32703271       
    32713272        $this->filter_pointers();
    3272        
    32733273        if ( !empty( $this->options['aiosp_enablecpost'] ) && $this->options['aiosp_enablecpost'] ) {
    3274             if ( !empty( $this->options['aiosp_cpostadvanced'] ) ) {
     3274            if ( !empty( $this->options['aiosp_cposta'] ) ) {
    32753275                $this->locations['aiosp']['display'] = $this->options['aiosp_cpostactive'];
    32763276            } else {
    3277                 $this->locations['aiosp']['display'] = get_post_types( '', 'names' );
     3277                $this->locations['aiosp']['display'] = );
    32783278            }
    32793279        } else {
    32803280            $this->locations['aiosp']['display'] = Array( 'post', 'page' );
    32813281        }
    3282        
    32833282        if ( $custom_menu_order )
    32843283            add_menu_page( $menu_name, $menu_name, 'manage_options', $file, Array( $this, 'display_settings_page' ) );
     
    32943293
    32953294        $metaboxes = apply_filters( 'aioseop_add_post_metabox', Array() );
    3296 
    32973295        if ( !empty( $metaboxes ) ) {
    32983296            if ( $this->tabbed_metaboxes ) {
  • all-in-one-seo-pack/tags/2.2.6.2/aioseop_module_class.php

    r1139168 r1139201  
    351351                    foreach ( $tabs as $k => $v ) {
    352352                    ?>
    353                         <a class="aioseop_head_nav_tab aioseop_head_nav_<?php if ( $this->current_tab != $k ) echo "in"; ?>active" href="<?php echo add_query_arg( 'tab', $k ); ?>"><?php echo $v['name']; ?></a>
     353                        <a class="aioseop_head_nav_tab aioseop_head_nav_<?php if ( $this->current_tab != $k ) echo "in"; ?>active" href="<?php echo ); ?>"><?php echo $v['name']; ?></a>
    354354                    <?php
    355355                    }
  • all-in-one-seo-pack/tags/2.2.6.2/aioseop_sitemap.php

    r1139168 r1139201  
    15081508                    }
    15091509                    $pr_info['loc'] = $url;
     1510
    15101511                    $pr_info = apply_filters( $this->prefix . 'prio_item_filter', $pr_info, $post, $args );
    15111512                    if ( !empty( $pr_info ) )
  • all-in-one-seo-pack/tags/2.2.6.2/all_in_one_seo_pack.php

    r1139168 r1139201  
    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.1
     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.1
     33 * @version 2.2.6.
    3434 */
    3535
     
    4242
    4343if ( ! defined( 'AIOSEOP_VERSION' ) )
    44     define( 'AIOSEOP_VERSION', '2.2.6.1' );
     44    define( 'AIOSEOP_VERSION', '2.2.6.' );
    4545
    4646if ( ! defined( 'AIOSEOP_PLUGIN_DIR' ) ) {
  • all-in-one-seo-pack/trunk/aioseop_class.php

    r1119988 r1139201  
    15741574        else if ( !empty( $aioseop_options['aiosp_google_publisher'] ) )
    15751575            $author = $aioseop_options['aiosp_google_publisher'];
    1576            
    15771576        if ( !empty( $aioseop_options['aiosp_google_author_advanced'] ) && isset( $aioseop_options['aiosp_google_author_location'] ) ) {
     1577
     1578
    15781579            if ( is_front_page() && !in_array( 'front', $aioseop_options['aiosp_google_author_location'] ) ) {
    15791580                $author = '';
     
    32703271       
    32713272        $this->filter_pointers();
    3272        
    32733273        if ( !empty( $this->options['aiosp_enablecpost'] ) && $this->options['aiosp_enablecpost'] ) {
    3274             if ( !empty( $this->options['aiosp_cpostadvanced'] ) ) {
     3274            if ( !empty( $this->options['aiosp_cposta'] ) ) {
    32753275                $this->locations['aiosp']['display'] = $this->options['aiosp_cpostactive'];
    32763276            } else {
    3277                 $this->locations['aiosp']['display'] = get_post_types( '', 'names' );
     3277                $this->locations['aiosp']['display'] = );
    32783278            }
    32793279        } else {
    32803280            $this->locations['aiosp']['display'] = Array( 'post', 'page' );
    32813281        }
    3282        
    32833282        if ( $custom_menu_order )
    32843283            add_menu_page( $menu_name, $menu_name, 'manage_options', $file, Array( $this, 'display_settings_page' ) );
     
    32943293
    32953294        $metaboxes = apply_filters( 'aioseop_add_post_metabox', Array() );
    3296 
    32973295        if ( !empty( $metaboxes ) ) {
    32983296            if ( $this->tabbed_metaboxes ) {
  • all-in-one-seo-pack/trunk/aioseop_module_class.php

    r1119068 r1139201  
    351351                    foreach ( $tabs as $k => $v ) {
    352352                    ?>
    353                         <a class="aioseop_head_nav_tab aioseop_head_nav_<?php if ( $this->current_tab != $k ) echo "in"; ?>active" href="<?php echo add_query_arg( 'tab', $k ); ?>"><?php echo $v['name']; ?></a>
     353                        <a class="aioseop_head_nav_tab aioseop_head_nav_<?php if ( $this->current_tab != $k ) echo "in"; ?>active" href="<?php echo ); ?>"><?php echo $v['name']; ?></a>
    354354                    <?php
    355355                    }
  • all-in-one-seo-pack/trunk/aioseop_sitemap.php

    r1049801 r1139201  
    15081508                    }
    15091509                    $pr_info['loc'] = $url;
     1510
    15101511                    $pr_info = apply_filters( $this->prefix . 'prio_item_filter', $pr_info, $post, $args );
    15111512                    if ( !empty( $pr_info ) )
  • all-in-one-seo-pack/trunk/all_in_one_seo_pack.php

    r1119988 r1139201  
    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.1
     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.1
     33 * @version 2.2.6.
    3434 */
    3535
     
    4242
    4343if ( ! defined( 'AIOSEOP_VERSION' ) )
    44     define( 'AIOSEOP_VERSION', '2.2.6.1' );
     44    define( 'AIOSEOP_VERSION', '2.2.6.' );
    4545
    4646if ( ! defined( 'AIOSEOP_PLUGIN_DIR' ) ) {
Note: See TracChangeset for help on using the changeset viewer.