Changeset 2354852
- Timestamp:
- 08/07/2020 08:21:39 PM (6 years ago)
- Location:
- laiser-tag
- Files:
-
- 6 edited
-
tags/1.2/include/OpenCalais/OpenCalais.php (modified) (1 diff)
-
tags/1.2/laisertag.php (modified) (1 diff)
-
tags/1.2/readme.txt (modified) (2 diffs)
-
trunk/include/OpenCalais/OpenCalais.php (modified) (1 diff)
-
trunk/laisertag.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
laiser-tag/tags/1.2/include/OpenCalais/OpenCalais.php
r2339881 r2354852 73 73 'omitOutputtingOriginalText' => $this->omitOutputtingOriginalText 74 74 ), 75 'timeout' => 10, 75 76 'body' => $document 76 77 ); -
laiser-tag/tags/1.2/laisertag.php
r2349274 r2354852 9 9 * Plugin URI: https://developer.wordpress.org/plugins/laiser-tag/ 10 10 * Description: Uses the OpenCalais API to automatically generate tags for existing posts. 11 * Version: 1.2. 411 * Version: 1.2.5 12 12 * Author: PCIS 13 13 * Author URI: http://www.pcis.com/laiser-tag -
laiser-tag/tags/1.2/readme.txt
r2349274 r2354852 4 4 Requires at least: 4.6 5 5 Tested up to: 5.4 6 Stable tag: 1.2. 46 Stable tag: 1.2.5 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 89 89 == Changelog == 90 90 91 = 1.2.5 = 92 * Added a longer timeout to OpenCalais API calls in order to address an issue with longer posts being processed 93 91 94 = 1.2.4 = 92 95 * Added an option to disable the batch tagging process -
laiser-tag/trunk/include/OpenCalais/OpenCalais.php
r2339881 r2354852 73 73 'omitOutputtingOriginalText' => $this->omitOutputtingOriginalText 74 74 ), 75 'timeout' => 10, 75 76 'body' => $document 76 77 ); -
laiser-tag/trunk/laisertag.php
r2349274 r2354852 9 9 * Plugin URI: https://developer.wordpress.org/plugins/laiser-tag/ 10 10 * Description: Uses the OpenCalais API to automatically generate tags for existing posts. 11 * Version: 1.2. 411 * Version: 1.2.5 12 12 * Author: PCIS 13 13 * Author URI: http://www.pcis.com/laiser-tag -
laiser-tag/trunk/readme.txt
r2349274 r2354852 4 4 Requires at least: 4.6 5 5 Tested up to: 5.4 6 Stable tag: 1.2. 46 Stable tag: 1.2.5 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 89 89 == Changelog == 90 90 91 = 1.2.5 = 92 * Added a longer timeout to OpenCalais API calls in order to address an issue with longer posts being processed 93 91 94 = 1.2.4 = 92 95 * Added an option to disable the batch tagging process
Note: See TracChangeset
for help on using the changeset viewer.