Changeset 1375897
- Timestamp:
- 03/21/2016 08:59:54 PM (10 years ago)
- Location:
- wp-legisearch/trunk
- Files:
-
- 2 edited
-
legisearch.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-legisearch/trunk/legisearch.php
r1375895 r1375897 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. 26 Version: 1.3 7 7 Author: Dan Roberts 8 8 Author URI: http://droberts.us … … 30 30 // Define macros 31 31 global $wpdb; 32 define( 'LEGISEARCH_VERSION', '1. 0' );32 define( 'LEGISEARCH_VERSION', '1.3' ); 33 33 define( 'LEGISEARCH__MINIMUM_WP_VERSION', '4.3' ); 34 34 define( 'LEGISEARCH__PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
wp-legisearch/trunk/readme.txt
r1333377 r1375897 3 3 Tags: government, legislation, open states, politics, find state legislators, legislator, legislature, state, vote 4 4 Requires at least: 4.3 5 Tested up to: 4.4. 16 Stable tag: 1. 25 Tested up to: 4.4.2 6 Stable tag: 1.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 33 33 All 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. 34 34 35 = I get an error on the geo result page that says my API key is invalid = 36 37 You 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 35 39 == Screenshots == 36 40
Note: See TracChangeset
for help on using the changeset viewer.