Changeset 3376900
- Timestamp:
- 10/12/2025 10:54:45 AM (5 months ago)
- File:
-
- 1 edited
-
cranseo/trunk/cranseo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cranseo/trunk/cranseo.php
r3357881 r3376900 4 4 * Description: Optimize WooCommerce products for Search Engines and LLM, automatic AI content generation and XML sitemap features. 5 5 * Requires Plugin: WooCommerce 6 * Version: 1.0. 86 * Version: 1.0.9 7 7 * Plugin URI: https://cranseo.com 8 8 * Author: Kijana Omollo … … 17 17 18 18 // Define plugin constants 19 define('CRANSEO_VERSION', '1.0. 8');19 define('CRANSEO_VERSION', '1.0.9'); 20 20 define('CRANSEO_PLUGIN_DIR', plugin_dir_path(__FILE__)); 21 21 define('CRANSEO_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.