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 9b66dc1 commit cb6d7ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: '5.6'
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: 5.6
* Stable tag: 1.8.4
* License: GPLv3 or later
Expand Down

0 comments on commit cb6d7ca

Please sign in to comment.