Plugin Directory

Changeset 2985021


Ignore:
Timestamp:
10/27/2023 02:47:41 PM (2 years ago)
Author:
diagnoseo
Message:

fatal error fixed

Location:
diagnoseo
Files:
2 edited
31 copied

Legend:

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

    r2984954 r2985021  
    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.16
     6 * Version: 1.2.17
    77 * Author: DiagnoSEO
    88 * Author URI: https://diagnoseo.com/
     
    186186            require_once DIAGNOSEO_INCLUDES_PATH . 'css-variables.php';
    187187            require_once DIAGNOSEO_INCLUDES_PATH . 'content-watcher-scripts.php';
    188             require_once DIAGNOSEO_INCLUDES_PATH . 'openai.php';
    189             require_once DIAGNOSEO_INCLUDES_PATH . 'related-keywords.php';
    190188        }
    191189    } else {
  • diagnoseo/tags/1.2.17/readme.txt

    r2984954 r2985021  
    44Requires at least: 4.7
    55Tested up to: 6.3.2
    6 Stable tag: 1.2.16
     6Stable tag: 1.2.17
    77Requires PHP: 5.0
    88License: GPLv2 or later
  • diagnoseo/trunk/diagnoseo.php

    r2984954 r2985021  
    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.16
     6 * Version: 1.2.17
    77 * Author: DiagnoSEO
    88 * Author URI: https://diagnoseo.com/
     
    186186            require_once DIAGNOSEO_INCLUDES_PATH . 'css-variables.php';
    187187            require_once DIAGNOSEO_INCLUDES_PATH . 'content-watcher-scripts.php';
    188             require_once DIAGNOSEO_INCLUDES_PATH . 'openai.php';
    189             require_once DIAGNOSEO_INCLUDES_PATH . 'related-keywords.php';
    190188        }
    191189    } else {
  • diagnoseo/trunk/readme.txt

    r2984954 r2985021  
    44Requires at least: 4.7
    55Tested up to: 6.3.2
    6 Stable tag: 1.2.16
     6Stable tag: 1.2.17
    77Requires PHP: 5.0
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.