Skip to content

Releases: UCF/UCF-Weather-Shortcode

v1.2.0

Choose a tag to compare

@jmbarne3 jmbarne3 released this 07 Jul 18:17

What's Changed

Full Changelog: v1.1.2...v1.2.0

v1.1.2

Choose a tag to compare

@jmbarne3 jmbarne3 released this 22 Mar 14:26
11e37d7

Enhancements:

  • Added composer file.

v1.1.1

Choose a tag to compare

@cadie cadie released this 08 Mar 19:22

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

Choose a tag to compare

@cjg89 cjg89 released this 27 Jan 19:21

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

Choose a tag to compare

@cjg89 cjg89 released this 08 Jan 20:19

Bugfixes:

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

v1.0.2

Choose a tag to compare

@cjg89 cjg89 released this 03 Apr 14:09

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

Choose a tag to compare

@cjg89 cjg89 released this 11 Jan 18:35

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

Choose a tag to compare

@cjg89 cjg89 released this 11 Jan 18:32

Initial release