Plugin Directory

Changeset 3391187


Ignore:
Timestamp:
11/06/2025 02:04:04 PM (5 months ago)
Author:
aipost
Message:

update 4.2.8.4

Location:
ai-wp-writer
Files:
33 added
3 edited

Legend:

Unmodified
Added
Removed
  • ai-wp-writer/trunk/index.php

    r3387222 r3391187  
    11<?php
    22/*
    3     Version: 4.2.8.2
     3    Version: 4.2.8.4
    44    Plugin Name: AI WP Writer
    55    Description: Fast generation of articles with images in Wordpress editor, automatic content writer on schedule, mass rewriting of articles. Powered by ChatGPT, GPT-5, GPT-5-mini, GPT-5-nano, o3-mini, Dalle 3, GPT-image, FLUX.
  • ai-wp-writer/trunk/readme.txt

    r3387437 r3391187  
    55Tested up to: 6.8
    66Requires PHP: 5.6.0
    7 Stable tag: 4.2.8.2
     7Stable tag: 4.2.8.4
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • ai-wp-writer/trunk/tpl/options.php

    r3387222 r3391187  
    465465                    <div><?php echo wp_kses_post( __('Image generation model', 'wp-ai-assistant') ) ?></div>
    466466                    <select name="aiassist-image-model" class="aiassist-rewrite-options" id="aiassist-rewrite-image-model">
    467                         <?php if( @$this->info->labels->img_model_1_on ){ ?>
    468                             <option value="flux" <?php echo @$rewrites['imageModel'] == 'flux' ? 'selected' : '' ?>><?php echo esc_html( @$this->info->labels->img_model_1 )?></option>
     467                        <?php if( @$this->info->labels->img_model_4_on ){ ?>
     468                            <option value="midjourney" <?php echo @$rewrites['imageModel'] == 'flux' ? 'selected' : '' ?>><?php echo esc_html( @$this->info->labels->img_model_4 )?></option>
    469469                        <?php } ?>
    470470                        <?php if( @$this->info->labels->img_model_2_on ){ ?>
     
    474474                            <option value="gptImage" <?php echo @$rewrites['imageModel'] == 'gptImage' ? 'selected' : '' ?>><?php echo esc_html( @$this->info->labels->img_model_3 )?></option>
    475475                        <?php } ?>
    476                         <?php if( @$this->info->labels->img_model_4_on ){ ?>
    477                             <option value="midjourney" <?php echo @$rewrites['imageModel'] == 'midjourney' ? 'selected' : '' ?>><?php echo esc_html( @$this->info->labels->img_model_4 )?></option>
     476                        <?php if( @$this->info->labels->img_model_1_on ){ ?>
     477                            <option value="flux" <?php echo @$rewrites['imageModel'] == 'midjourney' ? 'selected' : '' ?>><?php echo esc_html( @$this->info->labels->img_model_1 )?></option>
    478478                        <?php } ?>
    479479                    </select>
Note: See TracChangeset for help on using the changeset viewer.