Plugin Directory

Changeset 2231734


Ignore:
Timestamp:
01/22/2020 06:26:14 PM (6 years ago)
Author:
jtroynousky
Message:

v1.1.0: Update resource URL to new endpoint. See https://developers.refinitiv.com/open-permid/news

Location:
open-calais
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • open-calais/trunk/open-calais.php

    r2228651 r2231734  
    55 * Plugin URI:  https://github.com/wpcomvip/metro/
    66 * Description: Use Open Calais to get suggested tags for your article.
    7  * Version:     1.0.1
     7 * Version:     1.1.0
    88 * Author:      Metro.co.uk
    99 * Author URI:  https://github.com/wpcomvip/metro/graphs/contributors
     
    2929         * @var string
    3030         */
    31         const API_URL = 'https://api.thomsonreuters.com/permid/calais';
     31        const API_URL = 'https://api-eit.refinitiv.com/permid/calais';
    3232
    3333        /**
  • open-calais/trunk/readme.txt

    r2228651 r2231734  
    44Requires at least: 4.6
    55Tested up to: 5.3.2
    6 Stable tag: 1.0.1
     6Stable tag: 1.1.0
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    2626
    2727Service Documentation: https://developers.refinitiv.com/open-permid/intelligent-tagging-restful-api
     28Open Calais Terms of Service: http://solutions.refinitiv.com/TermsOfService_OpenCalais
    2829Terms of Use: https://developers.refinitiv.com/terms-use
    2930Privacy Policy: https://www.refinitiv.com/en/policies/privacy-statement
    3031
    3132== Upgrade Notice ==
     33
     34= 1.1.0 =
     35* Update resource URL to new endpoint. See https://developers.refinitiv.com/open-permid/news
    3236
    3337= 1.0.1 =
Note: See TracChangeset for help on using the changeset viewer.