Changeset 3463552
- Timestamp:
- 02/17/2026 01:24:59 PM (5 weeks ago)
- Location:
- autoarticle-content-generator/trunk
- Files:
-
- 2 edited
-
autoarticle-content-generator.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
autoarticle-content-generator/trunk/autoarticle-content-generator.php
r3462977 r3463552 4 4 * Plugin URI: https://autoarticle.net 5 5 * Description: Generate AI-powered articles with customizable styles and scheduling 6 * Version: 1.0. 86 * Version: 1.0.9 7 7 * Author: AutoArticle.net 8 8 * Text Domain: autoarticle-content-generator … … 16 16 17 17 // Define plugin constants 18 define('AUTOARTICLE_VERSION', '1.0. 8');18 define('AUTOARTICLE_VERSION', '1.0.9'); 19 19 define('AUTOARTICLE_PLUGIN_DIR', plugin_dir_path(__FILE__)); 20 20 define('AUTOARTICLE_PLUGIN_URL', plugin_dir_url(__FILE__)); -
autoarticle-content-generator/trunk/readme.txt
r3462980 r3463552 5 5 Requires at least: 5.0 6 6 Tested up to: 6.9 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.