Changeset 1650388
- Timestamp:
- 05/03/2017 02:09:56 PM (9 years ago)
- Location:
- thrivehive/trunk
- Files:
-
- 3 edited
-
controllers/posts.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
thrivehive.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
thrivehive/trunk/controllers/posts.php
r1492831 r1650388 93 93 } 94 94 95 $id = $post->ID; 95 96 $categories = strtolower(str_replace('\\', '', $_REQUEST['categories'])); 96 97 $categories = json_decode($categories); -
thrivehive/trunk/readme.txt
r1612158 r1650388 35 35 36 36 == Changelog == 37 * V 1.130 Fixing an issue preventing meta values from being set on post update 37 38 * V 1.129 Modifying Youtube shortcode to selectively load scripts depending on website editor version 38 39 * V 1.128 Extracting shortcode rendering logic and adding an endpoint to utilize it -
thrivehive/trunk/thrivehive.php
r1612158 r1650388 5 5 *Plugin URI: http://thrivehive.com 6 6 *Description: A plugin to include ThriveHive's tracking code 7 *Version: 1.1 297 *Version: 1.130 8 8 *Author: ThriveHive 9 9 *Author URI: http://thrivehive.com
Note: See TracChangeset
for help on using the changeset viewer.