Changeset 3164978
- Timestamp:
- 10/08/2024 12:33:57 PM (18 months ago)
- Location:
- writerx/trunk
- Files:
-
- 3 edited
-
includes/create-post.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
writerx.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
writerx/trunk/includes/create-post.php
r3158309 r3164978 199 199 200 200 $edit_post_url = admin_url('post.php?post=' . $new_post_id . '&action=edit'); 201 $preview_post_url = get_permalink($new_post_id) . '&preview=true';201 $preview_post_url = add_query_arg( 'preview', 'true', get_permalink($new_post_id) ); 202 202 203 203 return array( -
writerx/trunk/readme.txt
r3158309 r3164978 4 4 Requires at least: 5.0 5 5 Tested up to: 6.6 6 Stable tag: 1.3. 66 Stable tag: 1.3.7 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 38 38 == Changelog == 39 39 40 = 1.3.7 = 41 * Minor fixes and improvements. 42 40 43 = 1.3.6 = 41 44 * Added support for Yoast SEO and All in One SEO plugins. -
writerx/trunk/writerx.php
r3158309 r3164978 3 3 Plugin Name: WriterX 4 4 Description: Enables connection with your WriterX account to generate content at scale 5 Version: 1.3. 65 Version: 1.3.7 6 6 Author: Astoria Company 7 7 Author URI: https://writerx.ai/
Note: See TracChangeset
for help on using the changeset viewer.