=== Donation Thermometer === Contributors: henryp Donate link: Tags: donate, donation, thermometer, progress, meter, red, fundraising, funds, money, funds, charity, farbtastic Requires at least: 2.7 Tested up to: 3.3 Stable tag: 1.2 Displays a custom thermometer charting the amount of donations raised. == Description == 'Donation Thermometer' uses a simple shortcode to display a classic-style thermometer on your WordPress site for your fund-raising activities. The thermometer is completely customisable with options available to change the fill and text colours. You can also choose to display the target, amount raised, percentage raised and the currency symbol. Available symbols include £, $, Û and ´. To display on any post or page, simply use the shortcode **[thermometer raised=?? target=??]**. Width, height and align are optional parameters. NEW FEATURE: Multiple thermometers with different targets and amounts raised are now possible. Simply include as many shortcodes as you need on single/multiple pages. (If you are updating this plugin from a previous version please make sure you update your shortcodes so that they keep working!). The colour scheme of the thermometers is controlled from the settings page. == Installation == 1. Extract and upload the contents of the zip file to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Configure the options from the settings page. 4. Insert the shortcode **[thermometer raised=?? target=??]** into any post or page. == Frequently Asked Questions == = The thermometer looks squashed or stretched = Use just the width or height parameter in the shortcode to preserve the image aspect ratio: **[thermometer raised=500 target=750 width=300]** = I get an error message "Fatal error: Call to undefined function imagecreatefrompngÉ" = It is likely the GD library (required to create images) is not installed on your server - check by creating a phpinfo file and contact your hosting support. = Where can I request a feature? = Visit the [the plugin homepage](http://henrypatton.org/donation-thermometer) and leave a comment. == Screenshots == 1. Settings page 2. Displayed on a page == Changelog == =1.2= * New Feature: Multiple thermometers with varying targets/amounts raised now possible. * Target/amount raised values now moved from the settings page to the shortcode parameters. * Included a cache feature which clears thermometer images on the server after 1 week. = 1.1.2 = * Fixed a bug that may have stopped the thermometer appearing in Internet Explorer. * Helped an image resampling issue present in some browsers. = 1.1.1 = * Custom colour option for raised/target text added. = 1.1 = * Option added to use custom colours for the thermometer and percentage text. * Accuracy of the thermometer-fill and gauge improved to the nearest target unit. = 1.0 = * Initial release. == Upgrade Notice == = 1.0 =