Changeset 1759515
- Timestamp:
- 11/06/2017 03:16:34 PM (8 years ago)
- Location:
- wp-legisearch/trunk
- Files:
-
- 3 edited
-
DataClasses/LegisearchSettings.class.php (modified) (1 diff)
-
legisearch.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-legisearch/trunk/DataClasses/LegisearchSettings.class.php
r1758106 r1759515 69 69 $apikey = $this->os_apikey; 70 70 require_once( LEGISEARCH__PLUGIN_DIR . '/os-client/OsClient.class.php' ); 71 if( strlen( $apikey ) != 32 ) {71 if( strlen( $apikey ) <= 32 ) { 72 72 return false; 73 73 } -
wp-legisearch/trunk/legisearch.php
r1758106 r1759515 4 4 Plugin URI: http://droberts.us/legisearch 5 5 Description: A state legislative tracking system for activist organizations that uses the Open States API. 6 Version: 1.3. 26 Version: 1.3.3 7 7 Author: Dan Roberts 8 8 Author URI: http://droberts.us -
wp-legisearch/trunk/readme.txt
r1758106 r1759515 4 4 Requires at least: 4.3 5 5 Tested up to: 4.8.3 6 Stable tag: 1.3. 26 Stable tag: 1.3.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 50 50 == Changelog == 51 51 52 = 1.3.3 = 53 * Supports new API format from Open States API 54 52 55 = 1.3.2 = 53 56 * Changed to support the now-independent Open States API
Note: See TracChangeset
for help on using the changeset viewer.