Skip to content

Releases: UCF/UCF-Weather-Shortcode

v1.1.2

22 Mar 14:26
11e37d7
Compare
Choose a tag to compare

Enhancements:

  • Added composer file.

v1.1.1

08 Mar 19:22
Compare
Choose a tag to compare

Fixes

  • Remove id attribute from the weather SVGs in #25
  • Update packages & fix eslint errors in #24

Full Changelog: v1.1.0...v1.1.1

v1.1.0

27 Jan 19:21
Compare
Choose a tag to compare

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

v1.0.3

08 Jan 20:19
Compare
Choose a tag to compare

Bugfixes:

  • Fixed undefined index notices on the plugin's options page

v1.0.2

03 Apr 14:09
Compare
Choose a tag to compare

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.

v1.0.1

11 Jan 18:35
Compare
Choose a tag to compare

Bug Fixes:

  • Removed is_plugin_active() check in ucf-weather.php to prevent errors when wp-admin/includes/plugin.php is not loaded.

v1.0.0

11 Jan 18:32
Compare
Choose a tag to compare

Initial release