Changeset 1331394
- Timestamp:
- 01/19/2016 03:26:11 PM (10 years ago)
- Location:
- pdsweather
- Files:
-
- 2 edited
-
tags/2.0/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pdsweather/tags/2.0/readme.txt
r1331389 r1331394 4 4 Tags: weather, current conditions 5 5 Requires at least: 3.0.1 6 Tested up to: 4.4 .17 Stable tag: 4.4 .16 Tested up to: 4.4 7 Stable tag: 4.4 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 26 26 * Preview - not an options, but shows how will your sweather snippet look like. 27 27 28 After setting up, simply echo pdsWeather() where you want the conditions to show. 29 30 Make sure the plugin is activated before echoing pdsWeather() otherwise it will throw an error. 28 After setting up, simply echo pdsWeather() where you want the conditions to show. Make sure the plugin is activated before echoing pdsWeather() otherwise it will throw an error. 31 29 32 30 We now added an input field to insert your own Weather Underground API key, so you no longer depend on our key. Please go to Weather plugin tab to insert the key. … … 49 47 == Changelog == 50 48 49 = 2.0 = 50 * solved some bugs 51 * added input field for API key 52 * added uninstall functions 53 54 = 1.1.1 = 55 * another little bug solved 56 57 = 1.1 = 58 * solved bug with showing of the countries 59 * added F and °C for temperature strings 60 51 61 = 1.0 = 52 62 * First version of the plugin. … … 54 64 * Shows conditions and feels like string. 55 65 * Uses WU icons and weather font. 56 57 = 1.1 =58 * solved bug with showing of the countries59 * added F and °C for temperature strings60 61 = 1.1.1 =62 * another little bug solved63 64 = 2.0 =65 * solved some bugs66 * added input field for API key67 * added uninstall functions -
pdsweather/trunk/readme.txt
r1331389 r1331394 4 4 Tags: weather, current conditions 5 5 Requires at least: 3.0.1 6 Tested up to: 4.4 .17 Stable tag: 4.4 .16 Tested up to: 4.4 7 Stable tag: 4.4 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 26 26 * Preview - not an options, but shows how will your sweather snippet look like. 27 27 28 After setting up, simply echo pdsWeather() where you want the conditions to show. 29 30 Make sure the plugin is activated before echoing pdsWeather() otherwise it will throw an error. 28 After setting up, simply echo pdsWeather() where you want the conditions to show. Make sure the plugin is activated before echoing pdsWeather() otherwise it will throw an error. 31 29 32 30 We now added an input field to insert your own Weather Underground API key, so you no longer depend on our key. Please go to Weather plugin tab to insert the key. … … 48 46 == Changelog == 49 47 48 = 2.0 = 49 * solved some bugs 50 * added input field for API key 51 * added uninstall functions 52 53 = 1.1.1 = 54 * another little bug solved 55 56 = 1.1 = 57 * solved bug with showing of the countries 58 * added F and °C for temperature strings 59 50 60 = 1.0 = 51 61 * First version of the plugin. … … 53 63 * Shows conditions and feels like string. 54 64 * Uses WU icons and weather font. 55 56 = 1.1 =57 * solved bug with showing of the countries58 * added F and °C for temperature strings59 60 = 1.1.1 =61 * another little bug solved62 63 = 2.0 =64 * solved some bugs65 * added input field for API key66 * added uninstall functions
Note: See TracChangeset
for help on using the changeset viewer.