Plugin Directory

Changeset 2354852


Ignore:
Timestamp:
08/07/2020 08:21:39 PM (6 years ago)
Author:
pcis
Message:

Adding increased timeout to fix issues with OpenCalais processing

Location:
laiser-tag
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • laiser-tag/tags/1.2/include/OpenCalais/OpenCalais.php

    r2339881 r2354852  
    7373                'omitOutputtingOriginalText' => $this->omitOutputtingOriginalText
    7474            ),
     75            'timeout' => 10,
    7576            'body' => $document
    7677        );
  • laiser-tag/tags/1.2/laisertag.php

    r2349274 r2354852  
    99 * Plugin URI:        https://developer.wordpress.org/plugins/laiser-tag/
    1010 * Description:       Uses the OpenCalais API to automatically generate tags for existing posts.
    11  * Version:           1.2.4
     11 * Version:           1.2.5
    1212 * Author:            PCIS
    1313 * Author URI:        http://www.pcis.com/laiser-tag
  • laiser-tag/tags/1.2/readme.txt

    r2349274 r2354852  
    44Requires at least: 4.6
    55Tested up to: 5.4
    6 Stable tag: 1.2.4
     6Stable tag: 1.2.5
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8989== Changelog ==
    9090
     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
    9194= 1.2.4 =
    9295* Added an option to disable the batch tagging process
  • laiser-tag/trunk/include/OpenCalais/OpenCalais.php

    r2339881 r2354852  
    7373                'omitOutputtingOriginalText' => $this->omitOutputtingOriginalText
    7474            ),
     75            'timeout' => 10,
    7576            'body' => $document
    7677        );
  • laiser-tag/trunk/laisertag.php

    r2349274 r2354852  
    99 * Plugin URI:        https://developer.wordpress.org/plugins/laiser-tag/
    1010 * Description:       Uses the OpenCalais API to automatically generate tags for existing posts.
    11  * Version:           1.2.4
     11 * Version:           1.2.5
    1212 * Author:            PCIS
    1313 * Author URI:        http://www.pcis.com/laiser-tag
  • laiser-tag/trunk/readme.txt

    r2349274 r2354852  
    44Requires at least: 4.6
    55Tested up to: 5.4
    6 Stable tag: 1.2.4
     6Stable tag: 1.2.5
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8989== Changelog ==
    9090
     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
    9194= 1.2.4 =
    9295* Added an option to disable the batch tagging process
Note: See TracChangeset for help on using the changeset viewer.