WP Manifestindependent plugin directory
manifest / integrations / ucf-weather-shortcode

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

0stars
1forks

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.zip

Readme

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

  1. Upload the plugin files (unzipped) to the /wp-content/plugins directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the "Plugins" screen in WordPress
  3. Configure settings at Settings > UCF Weather.

WP CLI Installation

  1. $ wp plugin install --activate https://github.com/UCF/UCF-Weather-Shortcode/archive/master.zip. See WP-CLI Docs for more command options.
  2. 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:

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 $data isn'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 in ucf-weather.php to prevent errors when wp-admin/includes/plugin.php is 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

TagPublished
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.