UCF Weather Shortcode
Provides a shortcode for displaying the current weather using the UCF Weather service.
by UCF Web Communications · github.com/ucf/ucf-weather-shortcode
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/ucf/ucf-weather-shortcode/archive/refs/heads/master.zipReadme
UCF Weather Shortcode
Provides a shortcode for displaying weather from the UCF weather service.
Description
Provides a shortcode for displaying weather from the UCF weather service.
Installation
Manual Installation
- Upload the plugin files (unzipped) to the
/wp-content/pluginsdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the "Plugins" screen in WordPress
- Configure settings at Settings > UCF Weather.
WP CLI Installation
$ wp plugin install --activate https://github.com/UCF/UCF-Weather-Shortcode/archive/master.zip. See WP-CLI Docs for more command options.- Configure settings at Settings > UCF Weather.
Changelog
1.2.0
Enhancements:
- Added weather block with 3 main variants.
1.1.2
Enhancements:
- Added composer file.
1.1.1
Bug Fixes:
- Remove id attribute from the weather SVGs in https://github.com/UCF/UCF-Weather-Shortcode/pull/25
- Update packages & fix eslint errors in https://github.com/UCF/UCF-Weather-Shortcode/pull/24
1.1.0
Enhancements:
- Replaced the weather font icon library with inline SVG inclusion
- Added missing cache-busting for enqueued assets
- Modified existing markup and styles as necessary for accessibility and clarity, and to clean up some existing styles
- Updated default weather service URL
- Upgraded packages to latest versions; implemented linter configs and issue/PR templates; removed Bower
Bug Fixes:
- Made sure weather feed
$dataisn't false-y before attempting to access its properties in weather display functions
1.0.3
Bugfixes:
- Fixed undefined index notices on the plugin's options page
1.0.2
Enhancements:
- Updated
UCF_Weather_Common::get_weather_icon()to be a public method, allowing weather icon classes to be fetched within custom layouts and elsewhere.
1.0.1
Bug Fixes:
- Removed
is_plugin_active()check inucf-weather.phpto prevent errors whenwp-admin/includes/plugin.phpis not loaded.
1.0.0
- Initial release
Upgrade Notice
n/a
Installation Requirements
- node v16+
- gulp-cli
Development & Contributing
NOTE: this plugin's readme.md file is automatically generated. Please only make modifications to the readme.txt file, and make sure the gulp readme command has been run before committing readme changes.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.2.0 | Jul 7, 2026 |
| v1.1.2 | Mar 22, 2023 |
| v1.1.1 | Mar 8, 2022 |
| v1.1.0 | Jan 27, 2021 |
| v1.0.3 | Jan 8, 2019 |
| v1.0.2 | Apr 3, 2018 |
| v1.0.1 | Jan 11, 2018 |
| v1.0.0 | Jan 11, 2018 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.