Plugin Directory

Changeset 3039163


Ignore:
Timestamp:
02/21/2024 11:56:58 AM (2 years ago)
Author:
diagnoseo
Message:

warnings fixed

Location:
diagnoseo
Files:
2 edited
37 copied

Legend:

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

    r3039155 r3039163  
    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.25
     6 * Version: 1.2.26
    77 * Author: DiagnoSEO
    88 * Author URI: https://diagnoseo.com/
     
    6363 */
    6464function diagnoseo_init() {
    65     require_once DIAGNOSEO_INCLUDES_PATH . 'option-defaults.php';
     65    include DIAGNOSEO_INCLUDES_PATH . 'option-defaults.php';
    6666    require_once DIAGNOSEO_INCLUDES_PATH . 'admin-bar-menu.php';
    6767
  • diagnoseo/tags/1.2.26/readme.txt

    r3039155 r3039163  
    44Requires at least: 4.7
    55Tested up to: 6.4.3
    6 Stable tag: 1.2.25
     6Stable tag: 1.2.26
    77Requires PHP: 5.0
    88License: GPLv2 or later
  • diagnoseo/trunk/diagnoseo.php

    r3039155 r3039163  
    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.25
     6 * Version: 1.2.26
    77 * Author: DiagnoSEO
    88 * Author URI: https://diagnoseo.com/
     
    6363 */
    6464function diagnoseo_init() {
    65     require_once DIAGNOSEO_INCLUDES_PATH . 'option-defaults.php';
     65    include DIAGNOSEO_INCLUDES_PATH . 'option-defaults.php';
    6666    require_once DIAGNOSEO_INCLUDES_PATH . 'admin-bar-menu.php';
    6767
  • diagnoseo/trunk/readme.txt

    r3039155 r3039163  
    44Requires at least: 4.7
    55Tested up to: 6.4.3
    6 Stable tag: 1.2.25
     6Stable tag: 1.2.26
    77Requires PHP: 5.0
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.