Plugin Directory

Changeset 2052211


Ignore:
Timestamp:
03/17/2019 08:50:41 PM (7 years ago)
Author:
tagbee
Message:

Fix client headers

Location:
tagbee-automatic-post-tagging
Files:
9 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • tagbee-automatic-post-tagging/trunk/lib/tagbee-client.php

    r2015559 r2052211  
    5454            'blocking' => true,
    5555            'headers' => array(
    56                 'Access'  => 'application/json',
    57                 'content-type'  => 'application/json; charset=utf-8',
     56                'Accept'  => 'application/json',
     57                'Content-Type'  => 'application/json; charset=utf-8',
    5858                'X-TagBee-PubKey' => $this->apiKey,
    5959                'X-TagBee-Signature' => $this->signature($this->secretKey, $jsonData),
  • tagbee-automatic-post-tagging/trunk/tagbee-post-tagger.php

    r2015559 r2052211  
    44Plugin URI:   https://developer.wordpress.org/plugins/the-basics/
    55Description:  Add Tags to posts
    6 Version:      1.0.4
     6Version:      1.0.5
    77Author:       TagΒee Team
    88Author URI:   https://tagbee.co
     
    2828*/
    2929defined('ABSPATH') or die('Wordpress Plugin');
    30 define('TAGBEE_VERSION', "1.0.4");
     30define('TAGBEE_VERSION', "1.0.5");
    3131define("TAGBEE_NAMESPACE", "tagbee");
    3232define("TAGBEE_INNER_PROPOSAL_ENDPOINT", "proposals");
Note: See TracChangeset for help on using the changeset viewer.