Plugin Directory

Changeset 1995022


Ignore:
Timestamp:
12/14/2018 05:32:42 PM (7 years ago)
Author:
thrivehive
Message:

v2.602

Location:
thrivehive/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • thrivehive/trunk/README.md

    r1991895 r1995022  
    105105rm -rf thrivehive/trunk/.gitignore
    106106cd thrivehive
     107svn add --force * --auto-props --parents --depth infinity -q
    107108svn commit -m "mygitbranch"
    108109```
     
    111112
    112113## Changelog
     114* V 2.602 Fixed preview changes link for existing pages
    113115* V 2.601 Added wysiwyg support for remove logo
    114116* V 2.6 Added endpoint to duplicate pages
  • thrivehive/trunk/controllers/posts.php

    r1984669 r1995022  
    557557    $res =  $this->get_preview_link($_REQUEST['post_id']);
    558558    $res = add_query_arg(array('preview' => true), get_permalink($_REQUEST['post_id']));*/
    559     $res = site_url('/') . "?p=" . $_REQUEST['post_id'] . "&preview=true";
     559    $res = site_url('/') . "?page_id=" . $_REQUEST['post_id'] . "&preview=true";
    560560
    561561    return array('link' => $res);
  • thrivehive/trunk/thrivehive.php

    r1991895 r1995022  
    55   *Plugin URI: http://thrivehive.com
    66   *Description: A plugin to include ThriveHive's tracking code
    7    *Version: 2.601
     7   *Version: 2.602
    88   *Author: ThriveHive
    99   *Author URI: http://thrivehive.com
Note: See TracChangeset for help on using the changeset viewer.