Plugin Directory

Changeset 3463348


Ignore:
Timestamp:
02/17/2026 10:30:44 AM (6 weeks ago)
Author:
bluteem
Message:

Update to version 1.0.2

Changes:

  • Added SEO Optimization settings section for Pro plugin
  • Added hook for Pro plugin to display internal linking settings
  • Improved integration with Pro plugin advanced features
Location:
ai-blog-automator/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ai-blog-automator/trunk/ai-blog-automator.php

    r3463209 r3463348  
    55 * Plugin URI: https://bluteem.com/ai-blog-automator/
    66 * Description: Automatically generates and publishes SEO-optimized blog posts using an AI API with customizable scheduling and settings.
    7  * Version: 1.0.1
     7 * Version: 1.0.2
    88 * Author: Bluteem LLC
    99 * Author URI: https://bluteem.com
     
    2020
    2121// Define plugin constants
    22 define('BLUTEEM_ABA_VERSION', '1.0.1');
     22define('BLUTEEM_ABA_VERSION', '1.0.2');
    2323define('BLUTEEM_ABA_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2424define('BLUTEEM_ABA_PLUGIN_URL', plugin_dir_url(__FILE__));
  • ai-blog-automator/trunk/includes/templates/settings-page.php

    r3463231 r3463348  
    523523      <?php endif; ?>
    524524
     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
    525533      <?php submit_button(__('Save Settings', 'ai-blog-automator'), 'primary'); ?>
    526534    </form>
  • ai-blog-automator/trunk/readme.txt

    r3463231 r3463348  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    275275
    276276== 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
    277282
    278283= 1.0.1 - 2026-02-17 =
Note: See TracChangeset for help on using the changeset viewer.