Plugin Directory

Changeset 2783240


Ignore:
Timestamp:
09/12/2022 09:11:02 AM (4 years ago)
Author:
NickDuncan
Message:
  • v1.2.01 - 2022-09-12
  • Fixed incorrect branding image
Location:
content-bot/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • content-bot/trunk/content-bot.php

    r2783238 r2783240  
    44Plugin URI: https://contentbot.ai
    55Description: Create amazing AI content snippets with OpenAI's GPT3 autoregressive language model that uses deep learning to produce human-like text.
    6 Version: 1.2.00
     6Version: 1.2.01
    77Author: ContentBot
    88Author URI: https://codecabin.io
     
    1313
    1414/**
     15 * v1.2.01 - 2022-09-12
     16 * Fixed incorrect branding image
     17 *
    1518 * v1.2.0 - 2022-09-09
    1619 * Added all the latest short form tools
     
    7174
    7275global $cbaiVersion;
    73 $cbaiVersion = '1.1.00';
     76$cbaiVersion = '1.2.01';
    7477define( 'CBAI_PLUGIN_DIR_URL', plugin_dir_url(__FILE__) );
    7578define( 'CBAI_PLUGIN_DIR_PATH', plugin_dir_path(__FILE__) );
  • content-bot/trunk/readme.txt

    r2783238 r2783240  
    8989== Changelog ==
    9090
     91= v1.2.01 - 2022-09-12 =
     92* Fixed incorrect branding image
     93
    9194= v1.2.00 - 2022-09-09 =
    9295* Added all the latest short form tools
Note: See TracChangeset for help on using the changeset viewer.