Changeset 3373083
- Timestamp:
- 10/05/2025 09:37:49 AM (6 months ago)
- Location:
- ai-wp-writer
- Files:
-
- 33 added
- 4 edited
-
tags/4.2.5 (added)
-
tags/4.2.5/assets (added)
-
tags/4.2.5/assets/css (added)
-
tags/4.2.5/assets/css/style.css (added)
-
tags/4.2.5/assets/images (added)
-
tags/4.2.5/assets/images/arrow-mod.png (added)
-
tags/4.2.5/assets/images/arrow.jpg (added)
-
tags/4.2.5/assets/images/bg-to-logo.png (added)
-
tags/4.2.5/assets/images/check.png (added)
-
tags/4.2.5/assets/images/cryptocloud.png (added)
-
tags/4.2.5/assets/images/doc.png (added)
-
tags/4.2.5/assets/images/lock.png (added)
-
tags/4.2.5/assets/images/logo.png (added)
-
tags/4.2.5/assets/images/paypal.png (added)
-
tags/4.2.5/assets/images/robokassa.png (added)
-
tags/4.2.5/assets/images/stripe.png (added)
-
tags/4.2.5/assets/js (added)
-
tags/4.2.5/assets/js/app.js (added)
-
tags/4.2.5/assets/js/button.js (added)
-
tags/4.2.5/assets/js/image-block.js (added)
-
tags/4.2.5/assets/js/image-tiny-mce.js (added)
-
tags/4.2.5/assets/libs (added)
-
tags/4.2.5/assets/libs/charts.js (added)
-
tags/4.2.5/class.assistant.php (added)
-
tags/4.2.5/index.php (added)
-
tags/4.2.5/langs (added)
-
tags/4.2.5/langs/wp-ai-assistant-ru_RU.mo (added)
-
tags/4.2.5/langs/wp-ai-assistant-ru_RU.po (added)
-
tags/4.2.5/readme.txt (added)
-
tags/4.2.5/tpl (added)
-
tags/4.2.5/tpl/notice.php (added)
-
tags/4.2.5/tpl/options.php (added)
-
tags/4.2.5/tpl/workspace.php (added)
-
trunk/class.assistant.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/tpl/workspace.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ai-wp-writer/trunk/class.assistant.php
r3369840 r3373083 489 489 return; 490 490 491 wp_die( $this->wpcurl( [ 'token' => sanitize_text_field( $this->options->token ), 'action' => 'getPayUrl', ' promocode' => $_POST['promocode'], 'type' => sanitize_text_field( $_POST['type'] ), 'billing' => sanitize_text_field( $_POST['billing'] ), 'out_summ' => sanitize_text_field( $_POST['out_summ'] ), 'currency' => __('$', 'wp-ai-assistant'), 'locale' => get_locale() ] ) );491 wp_die( $this->wpcurl( [ 'token' => sanitize_text_field( $this->options->token ), 'action' => 'getPayUrl', 'recurring' => (int) $_POST['recurring'], 'promocode' => $_POST['promocode'], 'type' => sanitize_text_field( $_POST['type'] ), 'billing' => sanitize_text_field( $_POST['billing'] ), 'out_summ' => sanitize_text_field( $_POST['out_summ'] ), 'currency' => __('$', 'wp-ai-assistant'), 'locale' => get_locale() ] ) ); 492 492 } 493 493 -
ai-wp-writer/trunk/index.php
r3369840 r3373083 1 1 <?php 2 2 /* 3 Version: 4.2. 3.33 Version: 4.2.5 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
r3369840 r3373083 3 3 Tags: AI, generator, articles, content, image 4 4 Requires at least: 5.0.0 5 Tested up to: 6.8. 25 Tested up to: 6.8.3 6 6 Requires PHP: 5.6.0 7 Stable tag: 4.2. 3.37 Stable tag: 4.2.5 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
ai-wp-writer/trunk/tpl/workspace.php
r3369840 r3373083 46 46 <div class="aiassist-option <?php echo ! @$this->info->subscribe->expire ? 'aiassist-lock' : ''?>" data-value="gpt_o3_mini"><?php echo esc_html( $this->info->labels->text_model_4 )?></div> 47 47 <?php } ?> 48 <input type="hidden" name="aiassist-text-model" class="aiassist-auto-options" id="aiassist-change-text-model" value="<?php echo $model ?>" />48 <input type="hidden" name="aiassist-text-model" id="aiassist-change-text-model-editor" value="<?php echo $model ?>" /> 49 49 </div> 50 50 </div> … … 262 262 <div class="aiassist-option <?php echo ! @$this->info->subscribe->expire ? 'aiassist-lock' : ''?>" data-value="gptImage"><?php echo esc_html( $this->info->labels->img_model_3 )?></div> 263 263 <?php } ?> 264 <input type="hidden" name="aiassist-image-model" class="aiassist-auto-options"id="aiassist-change-image-model" value="<?php echo esc_attr( $model ) ?>" />264 <input type="hidden" name="aiassist-image-model" id="aiassist-change-image-model" value="<?php echo esc_attr( $model ) ?>" /> 265 265 </div> 266 266 … … 381 381 <div class="aiassist-option <?php echo ! @$this->info->subscribe->expire ? 'aiassist-lock' : ''?>" data-value="gptImage"><?php echo esc_html( $this->info->labels->img_model_3 )?></div> 382 382 <?php } ?> 383 <input type="hidden" name="aiassist-image-model" class="aiassist-auto-options"id="aiassist-tiny-image-model" value="<?php echo esc_attr( $model ) ?>" />383 <input type="hidden" name="aiassist-image-model" id="aiassist-tiny-image-model" value="<?php echo esc_attr( $model ) ?>" /> 384 384 </div> 385 385
Note: See TracChangeset
for help on using the changeset viewer.