Skip to content

Releases: crstauf/query-monitor-extend

1.6.3

25 Jul 22:08
43e36e8
Compare
Choose a tag to compare

What's Changed

  • Require query-monitor by @szepeviktor in #79
  • Publish on Packagist by @szepeviktor in #82
  • Fix qmx-time-hooks.php not being included in releases
  • Update readme

Full Changelog: v1.6.2...v1.6.3

1.6.2

20 Jul 03:21
0ce2594
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.6.2

1.6.1

20 Oct 17:02
7f63534
Compare
Choose a tag to compare

What's Changed

  • Set Composer package type to wordpress-plugin by @mklepaczewski in #75
  • Fixes to Globals panels
  • Add GPL v3 license
  • Add Readme with panels list and installation instructions

New Contributors

Full Changelog: v1.6.0...v1.6.1

1.6

09 Oct 17:25
98cbd2d
Compare
Choose a tag to compare
1.6
  • Add panels for $_SERVER, $_GET, and $_POST globals by @crstauf in #74
  • Improve loading of collectors

Full Changelog: version/1.5.2.1...version/1.6

1.5.2.1

06 Oct 02:09
323b440
Compare
Choose a tag to compare

Fixed mu-plugin loader (props @szepeviktor).

1.5.2

05 Oct 19:16
5e1c875
Compare
Choose a tag to compare

Fixes to Image Sizes collector.

1.5.1.2

05 Oct 16:21
9b32da3
Compare
Choose a tag to compare

Fixed mu-plugin loader.

1.5.1.1

05 Oct 02:16
2f80090
Compare
Choose a tag to compare

No functional changes; meant to provide plugin and mu-plugin assets.

1.5.1

05 Oct 01:17
c4b4bf8
Compare
Choose a tag to compare

Fixed PHPCS and PHPStan issues.

1.5

26 Sep 00:48
5607e2c
Compare
Choose a tag to compare
1.5

Changes structure back to that of a standard WordPress plugin (not to drop-in to mu-plugins directory). Plan is to create a workflow to generate assets for both standard plugin and mu-plugin usage. This change should also making implementing PHPStan easier.

Closes #57.