Changeset 3078110
- Timestamp:
- 04/28/2024 12:20:54 AM (23 months ago)
- Location:
- easily-post-gpt
- Files:
-
- 3 edited
-
tags/1.0.3/gpt2wp.php (modified) (2 diffs)
-
tags/1.0.4/gpt2wp.php (modified) (2 diffs)
-
trunk/gpt2wp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easily-post-gpt/tags/1.0.3/gpt2wp.php
r3078109 r3078110 17 17 * Plugin URI: https://gpttowp.com 18 18 * Description: Easily post from ChatGPT to your WP without writing any codes. 19 * Version: 1.0. 419 * Version: 1.0.3 20 20 * Author: Knowhalim 21 21 * Author URI: https://knowhalim.com/ … … 32 32 33 33 34 define( 'GPT2WP_VERSION', '1.0. 4' );34 define( 'GPT2WP_VERSION', '1.0.3' ); 35 35 36 36 -
easily-post-gpt/tags/1.0.4/gpt2wp.php
r3078109 r3078110 17 17 * Plugin URI: https://gpttowp.com 18 18 * Description: Easily post from ChatGPT to your WP without writing any codes. 19 * Version: 1.0. 319 * Version: 1.0.4 20 20 * Author: Knowhalim 21 21 * Author URI: https://knowhalim.com/ … … 32 32 33 33 34 define( 'GPT2WP_VERSION', '1.0. 3' );34 define( 'GPT2WP_VERSION', '1.0.4' ); 35 35 36 36 -
easily-post-gpt/trunk/gpt2wp.php
r3078102 r3078110 17 17 * Plugin URI: https://gpttowp.com 18 18 * Description: Easily post from ChatGPT to your WP without writing any codes. 19 * Version: 1.0. 319 * Version: 1.0.4 20 20 * Author: Knowhalim 21 21 * Author URI: https://knowhalim.com/ … … 32 32 33 33 34 define( 'GPT2WP_VERSION', '1.0. 3' );34 define( 'GPT2WP_VERSION', '1.0.4' ); 35 35 36 36
Note: See TracChangeset
for help on using the changeset viewer.