Changeset 1995022
- Timestamp:
- 12/14/2018 05:32:42 PM (7 years ago)
- Location:
- thrivehive/trunk
- Files:
-
- 3 edited
-
README.md (modified) (2 diffs)
-
controllers/posts.php (modified) (1 diff)
-
thrivehive.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
thrivehive/trunk/README.md
r1991895 r1995022 105 105 rm -rf thrivehive/trunk/.gitignore 106 106 cd thrivehive 107 svn add --force * --auto-props --parents --depth infinity -q 107 108 svn commit -m "mygitbranch" 108 109 ``` … … 111 112 112 113 ## Changelog 114 * V 2.602 Fixed preview changes link for existing pages 113 115 * V 2.601 Added wysiwyg support for remove logo 114 116 * V 2.6 Added endpoint to duplicate pages -
thrivehive/trunk/controllers/posts.php
r1984669 r1995022 557 557 $res = $this->get_preview_link($_REQUEST['post_id']); 558 558 $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"; 560 560 561 561 return array('link' => $res); -
thrivehive/trunk/thrivehive.php
r1991895 r1995022 5 5 *Plugin URI: http://thrivehive.com 6 6 *Description: A plugin to include ThriveHive's tracking code 7 *Version: 2.60 17 *Version: 2.602 8 8 *Author: ThriveHive 9 9 *Author URI: http://thrivehive.com
Note: See TracChangeset
for help on using the changeset viewer.