Plugin Directory

Changeset 3028972


Ignore:
Timestamp:
01/30/2024 04:03:07 PM (2 years ago)
Author:
diagnoseo
Message:

minor fixes

Location:
diagnoseo
Files:
2 added
4 edited
34 copied

Legend:

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

    r2992578 r3028972  
    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.20
     6 * Version: 1.2.21
    77 * Author: DiagnoSEO
    88 * Author URI: https://diagnoseo.com/
  • diagnoseo/tags/1.2.21/includes/class-diagnoseo-breadcrumbs.php

    r2984954 r3028972  
    2626     */
    2727    private $show_home = true;
     28    /**
     29     * Whether to show page title in the breadcrumbs path
     30     *
     31     * @var $show_title
     32     */
     33    private $show_title = true;
    2834    /**
    2935     * Whether to include Schema:Breadcrumbs in markup
  • diagnoseo/tags/1.2.21/includes/class-diagnoseo-metatags.php

    r2920588 r3028972  
    2828
    2929    /**
     30     * Default values
     31     *
     32     * @var $title_rendered
     33     */
     34    private $defaults;
     35
     36    /**
    3037     * Constructor: adds actions to hooks
    3138     *
     
    114121            } else {
    115122                if ( is_home() ) {
    116                     return $this->replace_vars_title( $default_home_title );
     123                    return $this->replace_vars_title( $home_title );
    117124                }
    118125                $title = get_post_meta( get_the_id(), 'diagnoseo_meta_title', true );
  • diagnoseo/tags/1.2.21/readme.txt

    r2992578 r3028972  
    1 === DiagnoSEO - SEO Plugin for WordPress using ChatGPT - Best in 2023  ===
     1=== DiagnoSEO - SEO Plugin for WordPress using ChatGPT - Best in 2024  ===
    22Contributors: DiagnoSEO
    33Tags: SEO, AI, ChatGPT, GPT, OpenAI, schema, XML sitemap, content analysis, breadcrumbs, meta title, meta description, readability, open graph, knowledge graph, google analytics, rich snippets, google, twitter card, performance, sitemap, redirection, woocommerce seo, local seo, seo audit, seo plugin, canonical, robots, content, metatags, indexnow, schema.org
    44Requires at least: 4.7
    55Tested up to: 6.3.2
    6 Stable tag: 1.2.20
     6Stable tag: 1.2.21
    77Requires PHP: 5.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Powerful and lightweight SEO plugin for WordPress. The best solution on the market in 2023.
     11Powerful and lightweight SEO plugin for WordPress. The best solution on the market in 2024.
    1212
    1313== Description ==
    1414
    15 DiagnoSEO is the ultimate SEO plugin for WordPress in 2023. It includes all features you need to optimize your WordPress website and rank better in search engines. Moreover, it's the most lightweight and fastest SEO plugin on the market in 2023 (optimized for Core Web Vitals). It's the fastest SEO plugin according to WP Hive tests. Use the best SEO plugin and boost your organic rankings, traffic, and sales!
     15DiagnoSEO is the ultimate SEO plugin for WordPress in 2024. It includes all features you need to optimize your WordPress website and rank better in search engines. Moreover, it's the most lightweight and fastest SEO plugin on the market in 2024 (optimized for Core Web Vitals). It's the fastest SEO plugin according to WP Hive tests. Use the best SEO plugin and boost your organic rankings, traffic, and sales!
    1616
    1717Key SEO features:
  • diagnoseo/trunk/diagnoseo.php

    r2992578 r3028972  
    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.20
     6 * Version: 1.2.21
    77 * Author: DiagnoSEO
    88 * Author URI: https://diagnoseo.com/
  • diagnoseo/trunk/includes/class-diagnoseo-breadcrumbs.php

    r2984954 r3028972  
    2626     */
    2727    private $show_home = true;
     28    /**
     29     * Whether to show page title in the breadcrumbs path
     30     *
     31     * @var $show_title
     32     */
     33    private $show_title = true;
    2834    /**
    2935     * Whether to include Schema:Breadcrumbs in markup
  • diagnoseo/trunk/includes/class-diagnoseo-metatags.php

    r2920588 r3028972  
    2828
    2929    /**
     30     * Default values
     31     *
     32     * @var $title_rendered
     33     */
     34    private $defaults;
     35
     36    /**
    3037     * Constructor: adds actions to hooks
    3138     *
     
    114121            } else {
    115122                if ( is_home() ) {
    116                     return $this->replace_vars_title( $default_home_title );
     123                    return $this->replace_vars_title( $home_title );
    117124                }
    118125                $title = get_post_meta( get_the_id(), 'diagnoseo_meta_title', true );
  • diagnoseo/trunk/readme.txt

    r2992578 r3028972  
    1 === DiagnoSEO - SEO Plugin for WordPress using ChatGPT - Best in 2023  ===
     1=== DiagnoSEO - SEO Plugin for WordPress using ChatGPT - Best in 2024  ===
    22Contributors: DiagnoSEO
    33Tags: SEO, AI, ChatGPT, GPT, OpenAI, schema, XML sitemap, content analysis, breadcrumbs, meta title, meta description, readability, open graph, knowledge graph, google analytics, rich snippets, google, twitter card, performance, sitemap, redirection, woocommerce seo, local seo, seo audit, seo plugin, canonical, robots, content, metatags, indexnow, schema.org
    44Requires at least: 4.7
    55Tested up to: 6.3.2
    6 Stable tag: 1.2.20
     6Stable tag: 1.2.21
    77Requires PHP: 5.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Powerful and lightweight SEO plugin for WordPress. The best solution on the market in 2023.
     11Powerful and lightweight SEO plugin for WordPress. The best solution on the market in 2024.
    1212
    1313== Description ==
    1414
    15 DiagnoSEO is the ultimate SEO plugin for WordPress in 2023. It includes all features you need to optimize your WordPress website and rank better in search engines. Moreover, it's the most lightweight and fastest SEO plugin on the market in 2023 (optimized for Core Web Vitals). It's the fastest SEO plugin according to WP Hive tests. Use the best SEO plugin and boost your organic rankings, traffic, and sales!
     15DiagnoSEO is the ultimate SEO plugin for WordPress in 2024. It includes all features you need to optimize your WordPress website and rank better in search engines. Moreover, it's the most lightweight and fastest SEO plugin on the market in 2024 (optimized for Core Web Vitals). It's the fastest SEO plugin according to WP Hive tests. Use the best SEO plugin and boost your organic rankings, traffic, and sales!
    1616
    1717Key SEO features:
Note: See TracChangeset for help on using the changeset viewer.