=== BWTF Water Quality === Contributors: gwsuperfan Donate link: https://secure.surfrider.org/page/contribute/give-to-the-surfrider-foundation?source=WPBWTF Tags: widget, water quality Requires at least: 3.0.1 Tested up to: 4.5.3 Stable tag: trunk License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Provides a widget to display water quality test results provided by the Surfrider Foundation's Blue Water Task Force program == Description == The Blue Water Task Force Water Quality plugin provides a Wordpress Widget that displays water quality testing results from the Surfrider Foundation's Blue Water Task Force water testing program. Tests are perfomed by chapter volunteers, and the results collected in a database, from which the data for this widget is displayed == Installation == 1. Upload and activate the plugin (bwtf-waterquality.zip) 1. Drag the Local Water Quality widget to the place in the theme that you would like the widget to appear 1. Enter the Site ID for the site from which you would like results displayed 1. On some servers, the default method for fetching data (FileGetContents) may not return anything. In this case, you can use the 'CURL' method. == Frequently Asked Questions == = What types of tests are used? = Water Quality tests are performed measuring the levels of indicator bacteria (E. Coli or Enterococcus) = How are the limits for "Low", "Medium" and "High" determined? = There are standard levels used for the three categories. Clicking on the "detailed info" link in the widget will provide more information. = How can I add a local beach to the testing program? = Tests are performed by volunteers using funds raised from donations by businesses and individuals. Contact your local Surfrider chapter to see about adding a new beach to the program. = What if there is no local Surfrider chapter? = START ONE! Contact Surfrider's national headquarters: info@surfrider.org == Screenshots == 1. BWTF Water Quality Widget in the sidebar of a website. == Changelog == = 2.2 = * Corrected XSS Reflection vulnerability in wq.php and wq2.php = 2.0 = * Added option to retrieve data via CURL rather than via FileGetContents = 1.0 = * More minor bugfixes, formatting changes = 0.96 = * Fixed bugs, changed some HTML styling * Added link to all beaches tested by the chapter = 0.95 = * Added HTML to output for styling = 0.9 = * First beta version == Upgrade Notice == = 2.2 = A vulnerability was identified in which a malformed variable passed to some of the plugin's internal files could be used to execute injected client-side javascript and potentially redirect a user to an unsafe site. This version corrects that vulnerability via additional variable checking prior to returning any output. = 2.0 = Adds an additional method to retrieve data so that the plugin will work on servers that do not support the PHP FileGetContents method. = 0.96 = This is the first public release.