Skip to content

Commit

Permalink
update version, build script, and checks
Browse files Browse the repository at this point in the history
  • Loading branch information
crstauf committed Oct 9, 2023
1 parent 8be9736 commit 98cbd2d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- acf/*.php
- constants/*.php
- files/*.php
- globals/*.php
- heartbeat/*.php
- image-sizes/*.php
- paths/*.php
Expand All @@ -22,6 +23,7 @@ on:
- acf/*.php
- constants/*.php
- files/*.php
- globals/*.php
- heartbeat/*.php
- image-sizes/*.php
- paths/*.php
Expand Down Expand Up @@ -53,6 +55,7 @@ jobs:
- added|modified: 'acf/*.php'
- added|modified: 'constants/*.php'
- added|modified: 'files/*.php'
- added|modified: 'globals/*.php'
- added|modified: 'heartbeat/*.php'
- added|modified: 'image-sizes/*.php'
- added|modified: 'paths/*.php'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- acf/*.php
- constants/*.php
- files/*.php
- globals/*.php
- heartbeat/*.php
- image-sizes/*.php
- paths/*.php
Expand All @@ -23,6 +24,7 @@ on:
- acf/*.php
- constants/*.php
- files/*.php
- globals/*.php
- heartbeat/*.php
- image-sizes/*.php
- paths/*.php
Expand Down Expand Up @@ -54,6 +56,7 @@ jobs:
- added|modified: 'acf/*.php'
- added|modified: 'constants/*.php'
- added|modified: 'files/*.php'
- added|modified: 'globals/*.php'
- added|modified: 'heartbeat/*.php'
- added|modified: 'image-sizes/*.php'
- added|modified: 'paths/*.php'
Expand Down
5 changes: 5 additions & 0 deletions dev/create-release-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ cp -r files/ releases/plugins/query-monitor-extend/files;
cp -r files/ releases/mu-plugins/query-monitor-extend/files;
echo "- files";

# Globals
cp -r globals/ releases/plugins/query-monitor-extend/globals;
cp -r globals/ releases/mu-plugins/query-monitor-extend/globals;
echo "- globals";

# Heartbeat
cp -r heartbeat/ releases/plugins/query-monitor-extend/heartbeat;
cp -r heartbeat/ releases/mu-plugins/query-monitor-extend/heartbeat;
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.5.2.1
* Version: 1.6
* Author: Caleb Stauffer
* Author URI: https://develop.calebstauffer.com
* Update URI: false
Expand Down

0 comments on commit 98cbd2d

Please sign in to comment.