Skip to content

Commit

Permalink
include qmx-time-hooks in releases
Browse files Browse the repository at this point in the history
closes #85
  • Loading branch information
crstauf committed Jul 25, 2024
1 parent 3f5d814 commit 43e36e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions dev/create-release-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ cp query-monitor-extend.php releases/plugins/query-monitor-extend/query-monitor-
cp query-monitor-extend.php releases/mu-plugins/query-monitor-extend/query-monitor-extend.php;
echo "- query-monitor-extend.php";

# Time hooks
cp qmx-time-hooks.php releases/plugins/query-monitor-extend/qmx-time-hooks.php;
cp qmx-time-hooks.php releases/mu-plugins/query-monitor-extend/qmx-time-hooks.php;
echo "- qmx-time-hooks.php";

echo "Creating mu-plugin loader...";

# Create file to load mu-plugin
Expand Down
2 changes: 1 addition & 1 deletion query-monitor-extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Query Monitor Extend
* Plugin URI: https://github.com/crstauf/query-monitor-extend
* Description: Additional panels for Query Monitor by John Blackbourn.
* Version: 1.6.2
* Version: 1.6.3
* Author: Caleb Stauffer
* Author URI: https://develop.calebstauffer.com
* Update URI: false
Expand Down

0 comments on commit 43e36e8

Please sign in to comment.