
This plugin uses shortcodes so you can get the USGS river flow data for a site location. It also includes a easy to use Site Code Search.
This plugin allows you to use a shortcode to display the USGS River Data for a site location. The shortcode can be included in Posts, Pages and Text Widgets.
The shortcode allows you to set your own title and whether or not to show a graph with it.
Example Shortcode:
[USGS location=’09080400′ title=’Great Place To Fish’ graph=’show’]
usgs-stream-flow-data.zip from your computerusgs-stream-flow-data.zipusgs-stream-flow-data.zip directory to your computerusgs-stream-flow-data.zip directory to the /wp-content/plugins/ directoryEnter [USGS location=’09080400′ graph=’show’ title=’The Title’]. The location is the Site Code for the station, graph is set to ‘show’ to show the graphs, the title is what you want to display as a title. If this is blank it will display the location name.
You can find the Site Code quickly and easily by searching for it based on state in the easy to use Site Code Search tab on the plugin settings page.
There is a built in cache for the data. The data will update every 15 minutes in order to help with site speed and limit the calls to USGS.
kwc_usgs_before_sitevalues_list action before sitevalues list.kwc_usgs_after_sitevalues_list action after sitevalues list.kwc_usgs_water_temp, kwc_usgs_flow, kwc_usgs_gageheight filters.adds:
– Tested with 5.9.2
– Code Analysis testing for cleaner code and less potential errors.
fixes:
– An error in the shortcode when a location is not found.
fixes: Error where you couldn’t have multiple shortcodes on a page.
adds: version bump.
removes: .wordpress-org from deployment
adds: refactor the majority of the plugin to allow for easier changes in the future.
adds: The ability to change the template for the shortcode by includeing a usgs.php file in your theme or plugin.
adds: tested up to 5.8.1.
removes: WP Support is now 5.5 and up.
removes: PHP compatibility is now 7.0 and up.
Tested up to 5.7.2.
Update transient to limit key length.
Update admin remote call to allow for 45 seconds before timeout.
Tested plugin up to 5.5.
Updated versioning system to CalVer (https://calver.org/).
Tested plugin up to 5.3.
Adds additional tests and allows for more trusted call to API Url.
Tested with WordPress 4.9.8
Update to build process to allow for Travis-ci.org integration and unit testing
Fixes error with Graph Loading
Updated URL Fetch to use the wp_remote_get() function
Tested up to 4.9.4
Updated url for location search
SSL Fix for Graphs
Tested up to 4.5
Tested up to 4.3
Tested Up To 4.2.3
Tested Up To 4.2
Fixed issue with graphs showing up if there is no data
Fixed issue with Temp Conversion
Tested with WP 4.1.1
Updated KWC Logo
Tested with 4.0
Removed old MP5 references
Setup cache busting for images
Limited calls to USGS to every 15 minutes
Tested with 3.9
Updated plugin Description to fit on WordPress.org
Updated ScreenShots to match 3.9
Updated Plugin Description
Tested with 3.9
Updated icons to match new admin UI
Tested plugin with 3.8
Updated the zip file name to match WordPress created zip file.
Starting Version