Plugin Directory

Changeset 1580543


Ignore:
Timestamp:
01/23/2017 06:37:07 PM (9 years ago)
Author:
thrivehive
Message:

release 1.28

Location:
thrivehive/trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • thrivehive/trunk/controllers/snippets.php

    r1575973 r1580543  
    99include_once( ABSPATH . 'wp-content/plugins/thrivehive/lib/thrivehive_parse_query_params.php');
    1010include_once( ABSPATH . 'wp-content/plugins/thrivehive/lib/snippet_display.php');
     11
    1112/**
    1213 *Class related to reusable snippets CRUD
     
    136137        nocache_headers();
    137138        $shortcode_name = $_REQUEST["shortcode_name"];
    138         if(!isset($shortcode_name)){
     139        if(!isset($shortcode_name)) {
    139140            $json_api->error("Parameter `shortcode_name` is required to get rendered html");
    140141        }
     
    146147        $html = "";
    147148
    148         switch ($shortcode_name){
     149        switch ($shortcode_name) {
    149150            case "th_form":
    150151                $html = th_display_form($atts);
  • thrivehive/trunk/readme.txt

    r1575973 r1580543  
    3535
    3636== 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
    3839* V 1.126 Adding in do_shortcode to snippet rendering and fixing parallax css
    3940* V 1.125 Fixing a bug with clearing css cache, and logo min height css
  • thrivehive/trunk/thrivehive.php

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