Changeset 2052211
- Timestamp:
- 03/17/2019 08:50:41 PM (7 years ago)
- Location:
- tagbee-automatic-post-tagging
- Files:
-
- 9 added
- 1 deleted
- 2 edited
-
tags/1.0.5 (added)
-
tags/1.0.5/index.php (added)
-
tags/1.0.5/lib (added)
-
tags/1.0.5/lib/tagbee-auto-proposals-request.php (added)
-
tags/1.0.5/lib/tagbee-client.php (added)
-
tags/1.0.5/lib/tagbee-request-interface.php (added)
-
tags/1.0.5/lib/tagbee-update-tags-request.php (added)
-
tags/1.0.5/readme.txt (added)
-
tags/1.0.5/tagbee-post-tagger.php (added)
-
trunk/lib/.gitignore (deleted)
-
trunk/lib/tagbee-client.php (modified) (1 diff)
-
trunk/tagbee-post-tagger.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tagbee-automatic-post-tagging/trunk/lib/tagbee-client.php
r2015559 r2052211 54 54 'blocking' => true, 55 55 'headers' => array( 56 'Acce ss' => 'application/json',57 ' content-type' => 'application/json; charset=utf-8',56 'Accept' => 'application/json', 57 'Content-Type' => 'application/json; charset=utf-8', 58 58 'X-TagBee-PubKey' => $this->apiKey, 59 59 'X-TagBee-Signature' => $this->signature($this->secretKey, $jsonData), -
tagbee-automatic-post-tagging/trunk/tagbee-post-tagger.php
r2015559 r2052211 4 4 Plugin URI: https://developer.wordpress.org/plugins/the-basics/ 5 5 Description: Add Tags to posts 6 Version: 1.0. 46 Version: 1.0.5 7 7 Author: TagΒee Team 8 8 Author URI: https://tagbee.co … … 28 28 */ 29 29 defined('ABSPATH') or die('Wordpress Plugin'); 30 define('TAGBEE_VERSION', "1.0. 4");30 define('TAGBEE_VERSION', "1.0.5"); 31 31 define("TAGBEE_NAMESPACE", "tagbee"); 32 32 define("TAGBEE_INNER_PROPOSAL_ENDPOINT", "proposals");
Note: See TracChangeset
for help on using the changeset viewer.