Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

44 lines (28 loc) · 1.05 KB

Release Notes for Query

3.1.0 - 2024-03-19

  • Added Craft 4 compatibility.
  • Fixed a bug where the query results table could overflow the content pane. (#30)

3.0.0 - 2022-05-03

Added

  • Added Craft 4 compatibility.

2.0.3 - 2018-07-18

Changed

  • The utility now shows the total number of query results. (#5)

2.0.2 - 2017-12-04

Changed

  • Loosened the Craft CMS version requirement to allow any 3.x version.

2.0.1 - 2017-05-15

Changed

  • Improved the styling of the SQL results.
  • Added support for a Command/Ctrl + Return keyboard shortcut.
  • Compressed the JavaScript.

Fixed

  • Fixed the changelog and download URLs.

2.0.0 - 2017-05-10

Changed

  • Craft 3 compatibility.
  • Query will now gracefully handle SQL errors and display them to the user instead of exploding.

Fixed

  • Fixed a PHP error that occurred when submitting a query if the enableCsrfProtection config setting was enabled.

0.1.0 - 2013-09-21

Initial release.