Plugin Directory

Changeset 1759515


Ignore:
Timestamp:
11/06/2017 03:16:34 PM (8 years ago)
Author:
drobertsorg
Message:

Supports new API format from Open States

Location:
wp-legisearch/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-legisearch/trunk/DataClasses/LegisearchSettings.class.php

    r1758106 r1759515  
    6969        $apikey = $this->os_apikey;
    7070        require_once( LEGISEARCH__PLUGIN_DIR . '/os-client/OsClient.class.php' );
    71         if( strlen( $apikey ) != 32 ) {
     71        if( strlen( $apikey ) <= 32 ) {
    7272            return false;
    7373        }
  • wp-legisearch/trunk/legisearch.php

    r1758106 r1759515  
    44Plugin URI: http://droberts.us/legisearch
    55Description: A state legislative tracking system for activist organizations that uses the Open States API.
    6 Version: 1.3.2
     6Version: 1.3.3
    77Author: Dan Roberts
    88Author URI: http://droberts.us
  • wp-legisearch/trunk/readme.txt

    r1758106 r1759515  
    44Requires at least: 4.3
    55Tested up to: 4.8.3
    6 Stable tag: 1.3.2
     6Stable tag: 1.3.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050== Changelog ==
    5151
     52= 1.3.3 =
     53* Supports new API format from Open States API
     54
    5255= 1.3.2 =
    5356* Changed to support the now-independent Open States API
Note: See TracChangeset for help on using the changeset viewer.