Changeset 2783240
- Timestamp:
- 09/12/2022 09:11:02 AM (4 years ago)
- Location:
- content-bot/trunk
- Files:
-
- 3 edited
-
content-bot.php (modified) (3 diffs)
-
img/squarel.png (modified) (previous)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
content-bot/trunk/content-bot.php
r2783238 r2783240 4 4 Plugin URI: https://contentbot.ai 5 5 Description: 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.0 06 Version: 1.2.01 7 7 Author: ContentBot 8 8 Author URI: https://codecabin.io … … 13 13 14 14 /** 15 * v1.2.01 - 2022-09-12 16 * Fixed incorrect branding image 17 * 15 18 * v1.2.0 - 2022-09-09 16 19 * Added all the latest short form tools … … 71 74 72 75 global $cbaiVersion; 73 $cbaiVersion = '1. 1.00';76 $cbaiVersion = '1.2.01'; 74 77 define( 'CBAI_PLUGIN_DIR_URL', plugin_dir_url(__FILE__) ); 75 78 define( 'CBAI_PLUGIN_DIR_PATH', plugin_dir_path(__FILE__) ); -
content-bot/trunk/readme.txt
r2783238 r2783240 89 89 == Changelog == 90 90 91 = v1.2.01 - 2022-09-12 = 92 * Fixed incorrect branding image 93 91 94 = v1.2.00 - 2022-09-09 = 92 95 * Added all the latest short form tools
Note: See TracChangeset
for help on using the changeset viewer.