Skip to content

Commit

Permalink
declare compatibility with WordPress 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Jul 17, 2021
1 parent a058e28 commit 04167d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- php: '7.4'
wordpress: '5.5'
- php: '8.0'
wordpress: '5.7'
wordpress: '5.8-RC4'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. This projec
* Minor markup fix on settings page (#206)
* Dashboard widget is closeable again (#208) (#209)
* Fix static initialization on multisite with PHP 8 (#210, props @walterebert)
* Tested up to WordPress 5.8

## 1.8.2
* Minor adjustments for the dashboard widget (#197) (#199)
Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* 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: 5.7
* Tested up to: 5.8
* Requires PHP: 5.2
* Stable tag: 1.8.3
* License: GPLv3 or later
Expand Down Expand Up @@ -122,6 +122,7 @@ You can find the full changelog in [our GitHub repository](https://github.com/pl
* Minor markup fix on settings page (#206)
* Dashboard widget is closeable again (#208) (#209)
* Fix static initialization on multisite with PHP 8 (#210, props @walterebert)
* Tested up to WordPress 5.8

### 1.8.2
* Minor adjustments for the dashboard widget (#197) (#199)
Expand Down

0 comments on commit 04167d9

Please sign in to comment.