Plugin Directory

Changeset 3164978


Ignore:
Timestamp:
10/08/2024 12:33:57 PM (18 months ago)
Author:
snsweetstack
Message:

Fix for the post URL

Location:
writerx/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • writerx/trunk/includes/create-post.php

    r3158309 r3164978  
    199199
    200200      $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) );
    202202
    203203      return array(
  • writerx/trunk/readme.txt

    r3158309 r3164978  
    44Requires at least: 5.0
    55Tested up to: 6.6
    6 Stable tag: 1.3.6
     6Stable tag: 1.3.7
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3838== Changelog ==
    3939
     40= 1.3.7 =
     41* Minor fixes and improvements.
     42
    4043= 1.3.6 =
    4144* Added support for Yoast SEO and All in One SEO plugins.
  • writerx/trunk/writerx.php

    r3158309 r3164978  
    33Plugin Name: WriterX
    44Description: Enables connection with your WriterX account to generate content at scale
    5 Version: 1.3.6
     5Version: 1.3.7
    66Author: Astoria Company
    77Author URI: https://writerx.ai/
Note: See TracChangeset for help on using the changeset viewer.