Plugin Directory

Changeset 3376900


Ignore:
Timestamp:
10/12/2025 10:54:45 AM (5 months ago)
Author:
chiqi
Message:

Updated to version 1.0.9 after testing with WordPress 6.8.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cranseo/trunk/cranseo.php

    r3357881 r3376900  
    44* Description: Optimize WooCommerce products for Search Engines and LLM, automatic AI content generation and XML sitemap features.
    55* Requires Plugin: WooCommerce
    6 * Version: 1.0.8
     6* Version: 1.0.9
    77* Plugin URI: https://cranseo.com
    88* Author: Kijana Omollo
     
    1717
    1818// Define plugin constants
    19 define('CRANSEO_VERSION', '1.0.8');
     19define('CRANSEO_VERSION', '1.0.9');
    2020define('CRANSEO_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2121define('CRANSEO_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.