Plugin Directory

Changeset 3386203


Ignore:
Timestamp:
10/29/2025 06:21:34 AM (5 months ago)
Author:
aipost
Message:

update 4.2.7.2

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

Legend:

Unmodified
Added
Removed
  • ai-wp-writer/trunk/assets/css/style.css

    r3369840 r3386203  
    15781578        transition: .5s;
    15791579        margin: -2px 1px;
     1580        pointer-events: auto !important;
    15801581    }
    15811582   
     
    21892190    width: auto;
    21902191    height: auto;
    2191     min-width: 105px;
     2192    min-width: 125px;
    21922193    position: absolute;
    21932194    z-index: 9999;
    21942195    display: block;
     2196    text-align: left;
    21952197}
    21962198
  • ai-wp-writer/trunk/assets/js/app.js

    r3369840 r3386203  
    21332133       
    21342134        request: ( args = {}, url = false, timeout = 120000 ) => {
     2135            return new Promise( async resolve => {
     2136                let xhr = await app.xhr( args, url, timeout );
     2137               
     2138                if( xhr === true ){
     2139                    aiassist.api = ( aiassist.api == aiassist.apiurl ) ? aiassist.apiurl2 : aiassist.apiurl;
     2140                    xhr = await app.xhr( args, url, timeout );
     2141                }
     2142               
     2143                resolve( xhr );
     2144            } )
     2145        },
     2146       
     2147        xhr: ( args = {}, url = false, timeout = 120000 ) => {
    21352148            return new Promise( resolve =>  $.ajax({ url: url || aiassist.ajaxurl, type: 'POST', data: args, timeout: timeout, dataType: 'json', success: data => resolve( data ), error: error => resolve( true ) }) )
    21362149        }
  • ai-wp-writer/trunk/assets/js/image-block.js

    r3369840 r3386203  
    157157                    aiImageBlcokEl( 'div',  { class: 'aiassist-select aiassist-image-model' },
    158158                        addModel('flux', aiassist.info.labels.img_model_4_on, aiassist.info.labels.img_model_4, 'aiassist-option'),
    159                         addModel('midjourney', aiassist.info.labels.img_model_1_on, aiassist.info.labels.img_model_1, 'aiassist-option'+( ! aiassist.info.subscribe.expire ? 'aiassist-lock' : '' ) ),
    160                         addModel('dalle', aiassist.info.labels.img_model_2_on, aiassist.info.labels.img_model_2, 'aiassist-option'+( ! aiassist.info.subscribe.expire ? 'aiassist-lock' : '' ) ),
    161                         addModel('gptImage', aiassist.info.labels.img_model_3_on, aiassist.info.labels.img_model_3, 'aiassist-option'+( ! aiassist.info.subscribe.expire ? 'aiassist-lock' : '' ) ),
     159                        addModel('midjourney', aiassist.info.labels.img_model_1_on, aiassist.info.labels.img_model_1, 'aiassist-option '+( ! aiassist.info.subscribe.expire ? 'aiassist-lock' : '' ) ),
     160                        addModel('dalle', aiassist.info.labels.img_model_2_on, aiassist.info.labels.img_model_2, 'aiassist-option '+( ! aiassist.info.subscribe.expire ? 'aiassist-lock' : '' ) ),
     161                        addModel('gptImage', aiassist.info.labels.img_model_3_on, aiassist.info.labels.img_model_3, 'aiassist-option '+( ! aiassist.info.subscribe.expire ? 'aiassist-lock' : '' ) ),
    162162                        addModel('input'),
    163163                    ),
  • ai-wp-writer/trunk/index.php

    r3373471 r3386203  
    11<?php
    22/*
    3     Version: 4.2.5.2
     3    Version: 4.2.7.2
    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

    r3373471 r3386203  
    1 === AI WP Writer - best WordPress AI plugin for generating content ===
     1=== AI WP Writer – AI content generation ===
    22Contributors: aipost
    33Tags: AI, generator, articles, content, image
     
    55Tested up to: 6.8.3
    66Requires PHP: 5.6.0
    7 Stable tag: 4.2.5.2
     7Stable tag: 4.2.7.2
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1010
    11 Generate SEO-optimized AI articles with images that drive traffic from search engines. The site is automatically populated with AI-generated content using an AI text generator, an AI content generator, including article rewriting and automatic post translation. Powered by: ChatGPT, GPT-5, DALL·E 3, GPT-Image, and FLUX.
     11Generate SEO-optimized AI articles with images that drive traffic from search engines. The site is automatically populated with AI-generated content using an AI text generator, an AI content generator, including article rewriting and automatic post translation.
    1212
    1313== Description ==
    14 AI WP Writer is a powerful AI content generator for WordPress. To generate AI texts, it supports ChatGPT, GPT-5, GPT-5 mini, GPT-5 nano, o3-mini and built-in functions for generating images through FLUX, Dalle 3, GPT-image. Implementing the plugin instruments you may use different generation variations, choose topics, automate tasks and create unique articles.
     14AI WP Writer is a powerful AI content generator for WordPress. Implementing the plugin instruments you may use different generation variations, choose topics, automate tasks and create unique articles.
    1515
    1616AI WP Writer generates publications with meta title and meta description, which improves SEO, positions in Google. The plugin creates high-quality SEO optimized articles using key words, helps to make up headings, allows to get more traffic and upgrade site content.
     
    3939The plugin allows to rewrite articles, create unique variations of materials and translate them into other languages. You can delete unnecessary HTML code, tags and external links. It helps to get a finished text without complications and enhances readability for the audience. The rewriting functionality will be of particular use for restoring sites on dropped domains.
    4040
    41 ## AI WP Writer is the best WordPress plugin for generating AI content
     41## AI WP Writer - good choice for generating AI content
    4242
    4343AI WP Writer is a convenient solution for automating article creation. It is suitable for blogs, online shops, business sites and other projects. Users can utilize the plugin to work with SEO, create finished publications, manage content and integrate services.
  • ai-wp-writer/trunk/tpl/options.php

    r3373471 r3386203  
    11621162                            <?php } ?>
    11631163                            <?php if( @$this->info->labels->text_model_2_on ){ ?>
    1164                                 <div class="aiassist-option" data-value="gpt4"><?php echo esc_html( $this->info->labels->text_model_2 )?></div>
     1164                                <div class="aiassist-option <?php echo ! @$this->info->subscribe->expire ? 'aiassist-lock' : ''?>" data-value="gpt4"><?php echo esc_html( $this->info->labels->text_model_2 )?></div>
    11651165                            <?php } ?>
    11661166                            <?php if( @$this->info->labels->text_model_3_on ){ ?>
    1167                                 <div class="aiassist-option <?php echo ! @$this->info->subscribe->expire ? 'aiassist-lock' : ''?>" data-value="gpt4_nano"><?php echo esc_html( $this->info->labels->text_model_3 )?></div>
     1167                                <div class="aiassist-option" data-value="gpt4_nano"><?php echo esc_html( $this->info->labels->text_model_3 )?></div>
    11681168                            <?php } ?>
    11691169                            <?php if( @$this->info->labels->text_model_4_on ){ ?>
  • ai-wp-writer/trunk/tpl/workspace.php

    r3373471 r3386203  
    3838                <?php } ?>
    3939                <?php if( @$this->info->labels->text_model_2_on ){ ?>
    40                     <div class="aiassist-option" data-value="gpt4"><?php echo esc_html( $this->info->labels->text_model_2 )?></div>
     40                    <div class="aiassist-option <?php echo ! @$this->info->subscribe->expire ? 'aiassist-lock' : ''?>" data-value="gpt4"><?php echo esc_html( $this->info->labels->text_model_2 )?></div>
    4141                <?php } ?>
    4242                <?php if( @$this->info->labels->text_model_3_on ){ ?>
    43                     <div class="aiassist-option <?php echo ! @$this->info->subscribe->expire ? 'aiassist-lock' : ''?>" data-value="gpt4_nano"><?php echo esc_html( $this->info->labels->text_model_3 )?></div>
     43                    <div class="aiassist-option" data-value="gpt4_nano"><?php echo esc_html( $this->info->labels->text_model_3 )?></div>
    4444                <?php } ?>
    4545                <?php if( @$this->info->labels->text_model_4_on ){ ?>
Note: See TracChangeset for help on using the changeset viewer.