Plugin Directory

Changeset 1375897


Ignore:
Timestamp:
03/21/2016 08:59:54 PM (10 years ago)
Author:
drobertsorg
Message:

Changed 1.3 version information.

Location:
wp-legisearch/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-legisearch/trunk/legisearch.php

    r1375895 r1375897  
    44Plugin URI: http://droberts.us/legisearch
    55Description: A state legislative tracking system for activist organizations that uses the Open States API.
    6 Version: 1.2
     6Version: 1.3
    77Author: Dan Roberts
    88Author URI: http://droberts.us
     
    3030// Define macros
    3131global $wpdb;
    32 define( 'LEGISEARCH_VERSION', '1.0' );
     32define( 'LEGISEARCH_VERSION', '1.3' );
    3333define( 'LEGISEARCH__MINIMUM_WP_VERSION', '4.3' );
    3434define( 'LEGISEARCH__PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • wp-legisearch/trunk/readme.txt

    r1333377 r1375897  
    33Tags: government, legislation, open states, politics, find state legislators, legislator, legislature, state, vote
    44Requires at least: 4.3
    5 Tested up to: 4.4.1
    6 Stable tag: 1.2
     5Tested up to: 4.4.2
     6Stable tag: 1.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333All legislative information is pulled from the [Open States API](http://openstates.org) and temporarily cached in your database. If you find that information is incorrect, you should first try clearing the cache in the Settings page. If the information is still incorrect, you may need to wait for the Sunlight Foundation to correct the data.
    3434
     35= I get an error on the geo result page that says my API key is invalid =
     36
     37You not only need a Google Maps API key, you also need to enable the Google Maps Javascript API. In the Developers Console, go to your project. In the dashboard of your project, you will see a "Use Google APIs" box. Click on the "Enable and manage APIs" link. On the new page, click "Google Maps Javascript API" and enable. Do the same for the "Google Maps Geocoding API."
     38
    3539== Screenshots ==
    3640
Note: See TracChangeset for help on using the changeset viewer.