Changeset 3462967
- Timestamp:
- 02/16/2026 10:56:24 PM (6 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
r3462962 r3462967 4 4 * Plugin URI: https://autoarticle.net 5 5 * Description: Generate AI-powered articles with customizable styles and scheduling 6 * Version: 1.0. 66 * Version: 1.0.7 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. 0');18 define('AUTOARTICLE_VERSION', '1.0.7'); 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
r3462962 r3462967 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.