Plugin Directory

Changeset 1650388


Ignore:
Timestamp:
05/03/2017 02:09:56 PM (9 years ago)
Author:
thrivehive
Message:

fixing bug with setting meta on post update

Location:
thrivehive/trunk
Files:
3 edited

Legend:

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

    r1492831 r1650388  
    9393    }
    9494
     95    $id = $post->ID;
    9596    $categories = strtolower(str_replace('\\', '', $_REQUEST['categories']));
    9697    $categories = json_decode($categories);
  • thrivehive/trunk/readme.txt

    r1612158 r1650388  
    3535
    3636== Changelog ==
     37* V 1.130 Fixing an issue preventing meta values from being set on post update
    3738* V 1.129 Modifying Youtube shortcode to selectively load scripts depending on website editor version
    3839* V 1.128 Extracting shortcode rendering logic and adding an endpoint to utilize it
  • thrivehive/trunk/thrivehive.php

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