Changeset 1580543
- Timestamp:
- 01/23/2017 06:37:07 PM (9 years ago)
- Location:
- thrivehive/trunk
- Files:
-
- 1 deleted
- 3 edited
-
controllers/snippets.php (modified) (3 diffs)
-
lib/snippet_display.php (deleted)
-
readme.txt (modified) (1 diff)
-
thrivehive.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
thrivehive/trunk/controllers/snippets.php
r1575973 r1580543 9 9 include_once( ABSPATH . 'wp-content/plugins/thrivehive/lib/thrivehive_parse_query_params.php'); 10 10 include_once( ABSPATH . 'wp-content/plugins/thrivehive/lib/snippet_display.php'); 11 11 12 /** 12 13 *Class related to reusable snippets CRUD … … 136 137 nocache_headers(); 137 138 $shortcode_name = $_REQUEST["shortcode_name"]; 138 if(!isset($shortcode_name)) {139 if(!isset($shortcode_name)) { 139 140 $json_api->error("Parameter `shortcode_name` is required to get rendered html"); 140 141 } … … 146 147 $html = ""; 147 148 148 switch ($shortcode_name) {149 switch ($shortcode_name) { 149 150 case "th_form": 150 151 $html = th_display_form($atts); -
thrivehive/trunk/readme.txt
r1575973 r1580543 35 35 36 36 == Changelog == 37 * V 1.127 Extracting shortcode rendering logic and adding an endpoint to utilize it 37 * V 1.128 Extracting shortcode rendering logic and adding an endpoint to utilize it 38 * V 1.127 Adding set meta value capability for posts 38 39 * V 1.126 Adding in do_shortcode to snippet rendering and fixing parallax css 39 40 * V 1.125 Fixing a bug with clearing css cache, and logo min height css -
thrivehive/trunk/thrivehive.php
r1575973 r1580543 5 5 *Plugin URI: http://thrivehive.com 6 6 *Description: A plugin to include ThriveHive's tracking code 7 *Version: 1.12 77 *Version: 1.128 8 8 *Author: ThriveHive 9 9 *Author URI: http://thrivehive.com
Note: See TracChangeset
for help on using the changeset viewer.