Changeset 1445143
- Timestamp:
- 06/28/2016 06:12:52 PM (10 years ago)
- Location:
- thrivehive/trunk
- Files:
-
- 3 edited
-
controllers/core.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
thrivehive.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
thrivehive/trunk/controllers/core.php
r1285189 r1445143 269 269 global $json_api, $post; 270 270 271 if(!current_user_can("read_private_posts")){ 272 $json_api->error("Can't let you view that", "**auth**"); 273 } 274 271 275 // Remove the filter for hiding the title so we get it in the response 272 276 remove_filter( 'the_title', 'suppress_title', 10); -
thrivehive/trunk/readme.txt
r1438031 r1445143 35 35 36 36 == Changelog == 37 * V 1.121 Forcing a reauth when viewing draft posts if not logged in. 37 38 * V 1.120 Fixing bug with header style options and json deserialization 38 39 * V 1.119 Adding support for user-tokens in snippets -
thrivehive/trunk/thrivehive.php
r1438031 r1445143 5 5 *Plugin URI: http://thrivehive.com 6 6 *Description: A plugin to include ThriveHive's tracking code 7 *Version: 1.12 07 *Version: 1.121 8 8 *Author: ThriveHive 9 9 *Author URI: http://thrivehive.com
Note: See TracChangeset
for help on using the changeset viewer.