Changeset 3391187
- Timestamp:
- 11/06/2025 02:04:04 PM (5 months ago)
- Location:
- ai-wp-writer
- Files:
-
- 33 added
- 3 edited
-
tags/4.2.8.4 (added)
-
tags/4.2.8.4/assets (added)
-
tags/4.2.8.4/assets/css (added)
-
tags/4.2.8.4/assets/css/style.css (added)
-
tags/4.2.8.4/assets/images (added)
-
tags/4.2.8.4/assets/images/arrow-mod.png (added)
-
tags/4.2.8.4/assets/images/arrow.jpg (added)
-
tags/4.2.8.4/assets/images/bg-to-logo.png (added)
-
tags/4.2.8.4/assets/images/check.png (added)
-
tags/4.2.8.4/assets/images/cryptocloud.png (added)
-
tags/4.2.8.4/assets/images/doc.png (added)
-
tags/4.2.8.4/assets/images/lock.png (added)
-
tags/4.2.8.4/assets/images/logo.png (added)
-
tags/4.2.8.4/assets/images/paypal.png (added)
-
tags/4.2.8.4/assets/images/robokassa.png (added)
-
tags/4.2.8.4/assets/images/stripe.png (added)
-
tags/4.2.8.4/assets/js (added)
-
tags/4.2.8.4/assets/js/app.js (added)
-
tags/4.2.8.4/assets/js/button.js (added)
-
tags/4.2.8.4/assets/js/image-block.js (added)
-
tags/4.2.8.4/assets/js/image-tiny-mce.js (added)
-
tags/4.2.8.4/assets/libs (added)
-
tags/4.2.8.4/assets/libs/charts.js (added)
-
tags/4.2.8.4/class.assistant.php (added)
-
tags/4.2.8.4/index.php (added)
-
tags/4.2.8.4/langs (added)
-
tags/4.2.8.4/langs/wp-ai-assistant-ru_RU.mo (added)
-
tags/4.2.8.4/langs/wp-ai-assistant-ru_RU.po (added)
-
tags/4.2.8.4/readme.txt (added)
-
tags/4.2.8.4/tpl (added)
-
tags/4.2.8.4/tpl/notice.php (added)
-
tags/4.2.8.4/tpl/options.php (added)
-
tags/4.2.8.4/tpl/workspace.php (added)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/tpl/options.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ai-wp-writer/trunk/index.php
r3387222 r3391187 1 1 <?php 2 2 /* 3 Version: 4.2.8. 23 Version: 4.2.8.4 4 4 Plugin Name: AI WP Writer 5 5 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 5 5 Tested up to: 6.8 6 6 Requires PHP: 5.6.0 7 Stable tag: 4.2.8. 27 Stable tag: 4.2.8.4 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
ai-wp-writer/trunk/tpl/options.php
r3387222 r3391187 465 465 <div><?php echo wp_kses_post( __('Image generation model', 'wp-ai-assistant') ) ?></div> 466 466 <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> 469 469 <?php } ?> 470 470 <?php if( @$this->info->labels->img_model_2_on ){ ?> … … 474 474 <option value="gptImage" <?php echo @$rewrites['imageModel'] == 'gptImage' ? 'selected' : '' ?>><?php echo esc_html( @$this->info->labels->img_model_3 )?></option> 475 475 <?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> 478 478 <?php } ?> 479 479 </select>
Note: See TracChangeset
for help on using the changeset viewer.