Skip to content

Latest commit

 

History

History
91 lines (60 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

91 lines (60 loc) · 2.73 KB

Changelog

4.1.1 - 2024-10-25

Fixed

  • Fixed an issue where Sprig was being bootstrapped for frontend requests.

4.1.0 - 2024-10-25

Added

4.0.0 - 2024-02-08

Added

  • Added Craft 5 compatibility.

3.0.0 - 2022-04-14

Added

  • Added Craft 4 compatibility.

Changed

  • Removed build tools for example widgets’ styles and scripts.
  • Updated example widget styles for Craft 4.

2.1.0 - 2021-03-08

Added

  • Added some new example widgets: “Entries Count”, ”Users Count”, “Recent Drafts”, “Recent Entry Updates” and “Recent Users”.
  • The “Recent Assets” example widget now shows the uploader’s username.

Changed

  • All JavaScript and CSS files found in config/diy-widget are now loaded for CP requests, not just the ones matching template filenames.
  • Widget titles are now displayed in Title Case.
  • Static translations in example widgets are now using the site category.

2.0.2 - 2020-04-02

Changed

  • Updated example widget styles for Craft 3.4.

Fixed

  • Fixed a bug where widget icons didn’t display in Craft 3.2 or later.

2.0.1 - 2018-05-29

Changed

  • The plugin now removes all DIY widgets that were installed under Craft 2 from the dashboards when it gets installed.

2.0.0 - 2018-05-29

Added

  • Added Craft 3 compatibility.

Changed

  • Each widget is now it’s own widget type and can be added to the Dashboard by selecting it from the “New widget” dropdown.
  • Each widget can now provide its own icon.

1.2.1 - 2016-07-24

Added

  • Added plugin and widget icons.

1.2.0 - 2016-07-24

Added

  • Added a very basic “Welcome” example widget.

Changed

  • Made some UI improvements to the “Search” example widget, a spinner is now shown while results are loading.

Fixed

  • The “Recent Assets” example widget now really shows the latest assets.
  • The widget’s ID passed in to the templates doesn’t contain the word widget any longer.
  • The Craft.DiyWidget object is now only created in the example Javascripts if it doesn’t already exist.

1.1.0 - 2016-07-23

Added

  • Added a new “Entry Search” example widget.
  • Added a getHtml controller action to request the templates using Ajax.

Changed

  • Templates starting with an underscore are no longer listed in the widget settings.

1.0.0 - 2016-07-22

other

  • First release