Changeset 2231734
- Timestamp:
- 01/22/2020 06:26:14 PM (6 years ago)
- Location:
- open-calais
- Files:
-
- 8 added
- 2 edited
-
tags/1.1.0 (added)
-
tags/1.1.0/README.md (added)
-
tags/1.1.0/assets (added)
-
tags/1.1.0/assets/css (added)
-
tags/1.1.0/assets/css/styles.css (added)
-
tags/1.1.0/composer.json (added)
-
tags/1.1.0/open-calais.php (added)
-
tags/1.1.0/readme.txt (added)
-
trunk/open-calais.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
open-calais/trunk/open-calais.php
r2228651 r2231734 5 5 * Plugin URI: https://github.com/wpcomvip/metro/ 6 6 * Description: Use Open Calais to get suggested tags for your article. 7 * Version: 1. 0.17 * Version: 1.1.0 8 8 * Author: Metro.co.uk 9 9 * Author URI: https://github.com/wpcomvip/metro/graphs/contributors … … 29 29 * @var string 30 30 */ 31 const API_URL = 'https://api .thomsonreuters.com/permid/calais';31 const API_URL = 'https://api-eit.refinitiv.com/permid/calais'; 32 32 33 33 /** -
open-calais/trunk/readme.txt
r2228651 r2231734 4 4 Requires at least: 4.6 5 5 Tested up to: 5.3.2 6 Stable tag: 1. 0.16 Stable tag: 1.1.0 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 26 26 27 27 Service Documentation: https://developers.refinitiv.com/open-permid/intelligent-tagging-restful-api 28 Open Calais Terms of Service: http://solutions.refinitiv.com/TermsOfService_OpenCalais 28 29 Terms of Use: https://developers.refinitiv.com/terms-use 29 30 Privacy Policy: https://www.refinitiv.com/en/policies/privacy-statement 30 31 31 32 == Upgrade Notice == 33 34 = 1.1.0 = 35 * Update resource URL to new endpoint. See https://developers.refinitiv.com/open-permid/news 32 36 33 37 = 1.0.1 =
Note: See TracChangeset
for help on using the changeset viewer.