Plugin Directory

Changeset 3264303


Ignore:
Timestamp:
03/31/2025 08:20:51 AM (11 months ago)
Author:
diagnoseo
Message:

fixed error in canonical

Location:
diagnoseo
Files:
3 edited
47 copied

Legend:

Unmodified
Added
Removed
  • diagnoseo/tags/1.2.48/diagnoseo.php

    r3250492 r3264303  
    44 * Plugin URI: https://diagnoseo.com/wordpress-seo-plugin/
    55 * Description: Powerful SEO plugin for WordPress. The most lightweight and complete SEO solution on the market! It includes best-in-class content analyzer and keyword placement checkpoints.
    6  * Version: 1.2.47
     6 * Version: 1.2.48
    77 * Author: DiagnoSEO
    88 * Author URI: https://diagnoseo.com/
  • diagnoseo/tags/1.2.48/includes/class-diagnoseo-metatags.php

    r3250492 r3264303  
    511511            } elseif ( is_search() ) {
    512512                $canonical = get_search_link();
     513            } else {
     514                $canonical = home_url();
    513515            }
    514516            ?>
  • diagnoseo/tags/1.2.48/readme.txt

    r3250492 r3264303  
    44Requires at least: 4.7
    55Tested up to: 6.7.1
    6 Stable tag: 1.2.47
     6Stable tag: 1.2.48
    77Requires PHP: 7.2
    88License: GPLv2 or later
  • diagnoseo/trunk/diagnoseo.php

    r3250492 r3264303  
    44 * Plugin URI: https://diagnoseo.com/wordpress-seo-plugin/
    55 * Description: Powerful SEO plugin for WordPress. The most lightweight and complete SEO solution on the market! It includes best-in-class content analyzer and keyword placement checkpoints.
    6  * Version: 1.2.47
     6 * Version: 1.2.48
    77 * Author: DiagnoSEO
    88 * Author URI: https://diagnoseo.com/
  • diagnoseo/trunk/includes/class-diagnoseo-metatags.php

    r3250492 r3264303  
    511511            } elseif ( is_search() ) {
    512512                $canonical = get_search_link();
     513            } else {
     514                $canonical = home_url();
    513515            }
    514516            ?>
  • diagnoseo/trunk/readme.txt

    r3250492 r3264303  
    44Requires at least: 4.7
    55Tested up to: 6.7.1
    6 Stable tag: 1.2.47
     6Stable tag: 1.2.48
    77Requires PHP: 7.2
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.