Skip to content

Commit

Permalink
require WordPress 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Mar 14, 2024
1 parent dab60c9 commit d82d840
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
include:
- php: '7.2'
wordpress: '4.7'
wordpress: '5.1'
- php: '7.4'
wordpress: '5.9'
- php: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<exclude-pattern>vendor/*</exclude-pattern>

<!-- WordPress coding standards -->
<config name="minimum_supported_wp_version" value="4.7" />
<config name="minimum_supported_wp_version" value="5.1" />
<rule ref="WordPress">
<exclude name="WordPress.VIP.RestrictedFunctions.switch_to_blog_switch_to_blog" />
<exclude name="WordPress.VIP.DirectDatabaseQuery.NoCaching" />
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* Contributors: pluginkollektiv
* Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TD4AMD2D8EMZW
* Tags: analytics, dashboard, pageviews, privacy, statistics, stats, visits, web stats, widget
* Requires at least: 4.7
* Tested up to: 6.3
* Requires at least: 5.1
* Tested up to: 6.4
* Requires PHP: 7.2
* Stable tag: 1.8.4
* License: GPLv3 or later
Expand Down
2 changes: 1 addition & 1 deletion tests/phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<file>tests</file>

<!-- WordPress coding standards -->
<config name="minimum_supported_wp_version" value="4.7"/>
<config name="minimum_supported_wp_version" value="5.1"/>
<rule ref="WordPress">
<exclude name="WordPress.Security"/>
<exclude name="WordPress.DB.DirectDatabaseQuery.DirectQuery"/>
Expand Down

0 comments on commit d82d840

Please sign in to comment.