Changeset 3463348
- Timestamp:
- 02/17/2026 10:30:44 AM (6 weeks ago)
- Location:
- ai-blog-automator/trunk
- Files:
-
- 3 edited
-
ai-blog-automator.php (modified) (2 diffs)
-
includes/templates/settings-page.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ai-blog-automator/trunk/ai-blog-automator.php
r3463209 r3463348 5 5 * Plugin URI: https://bluteem.com/ai-blog-automator/ 6 6 * Description: Automatically generates and publishes SEO-optimized blog posts using an AI API with customizable scheduling and settings. 7 * Version: 1.0. 17 * Version: 1.0.2 8 8 * Author: Bluteem LLC 9 9 * Author URI: https://bluteem.com … … 20 20 21 21 // Define plugin constants 22 define('BLUTEEM_ABA_VERSION', '1.0. 1');22 define('BLUTEEM_ABA_VERSION', '1.0.2'); 23 23 define('BLUTEEM_ABA_PLUGIN_DIR', plugin_dir_path(__FILE__)); 24 24 define('BLUTEEM_ABA_PLUGIN_URL', plugin_dir_url(__FILE__)); -
ai-blog-automator/trunk/includes/templates/settings-page.php
r3463231 r3463348 523 523 <?php endif; ?> 524 524 525 <!-- SEO Settings (Pro) --> 526 <?php if (Bluteem_ABA_Premium::is_active()): ?> 527 <div class="ai-blog-automator-card"> 528 <h2><?php esc_html_e('SEO Optimization', 'ai-blog-automator'); ?></h2> 529 <?php do_action('bluteem_aba_after_seo_settings'); ?> 530 </div> 531 <?php endif; ?> 532 525 533 <?php submit_button(__('Save Settings', 'ai-blog-automator'), 'primary'); ?> 526 534 </form> -
ai-blog-automator/trunk/readme.txt
r3463231 r3463348 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 18 Stable tag: 1.0.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 275 275 276 276 == Changelog == 277 278 = 1.0.2 - 2026-02-17 = 279 * Added: SEO Optimization settings section for Pro plugin 280 * Added: Hook for Pro plugin to display internal linking settings 281 * Improved: Better integration with Pro plugin advanced features 277 282 278 283 = 1.0.1 - 2026-02-17 =
Note: See TracChangeset
for help on using the changeset viewer.