Plugin Directory

Changeset 3279831


Ignore:
Timestamp:
04/23/2025 10:21:23 AM (12 months ago)
Author:
codeapple
Message:

Added: GPT-4.1 Model

Location:
wordai
Files:
49 added
3 edited

Legend:

Unmodified
Added
Removed
  • wordai/trunk/includes/class-sftcy-wordai-openai.php

    r3148245 r3279831  
    756756            'gpt-4'           => 'GPT-4',
    757757            'gpt-4o'          => 'GPT-4o',
    758             'gpt-4o-mini'     => 'GPT-4o-mini'
     758            'gpt-4o-mini'     => 'GPT-4o-mini',
     759            'gpt-4.1'         => 'GPT-4.1'
    759760        ];
    760761       
  • wordai/trunk/readme.txt

    r3148245 r3279831  
    44Tags: Openai chatgpt-4, AI content generator, AI product description writer, Dall-e-3 HD image generator, AI Copilot, chatgpt-4o
    55Requires at least: 6.0
    6 Tested up to: 6.6
     6Tested up to: 6.8
    77Requires PHP: 7.2
    8 Stable tag: 1.0.4
     8Stable tag: 1.0.5
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9696== Changelog ==
    9797
     98= 1.0.5 =
     99* Added GPT-4.1 model
     100
    98101= 1.0.4 =
    99102* Added GPT-4o mini most cost-efficient small model
  • wordai/trunk/wordai.php

    r3148245 r3279831  
    44 * Plugin URI:  https://softcoy.com
    55 * Description: AI driven humanlike SEO friendly content writing with HD images generation based on OpenAI. Automatize your Post / Page / Product content writing tasks.
    6  * Version:     1.0.4
     6 * Version:     1.0.5
    77 * Author:      softcoy
    88 * Author URI:  https://softcoy.com/
     
    3636 
    3737if ( ! defined( 'SFTCY_WORDAI_VERSION') ) {
    38   define( 'SFTCY_WORDAI_VERSION', '1.0.4' );
     38  define( 'SFTCY_WORDAI_VERSION', '1.0.5' );
    3939}
    4040if ( ! defined( 'SFTCY_WORDAI_MINIMUM_PHP_VERSION') ) {
Note: See TracChangeset for help on using the changeset viewer.