diff --git a/.github/workflows/.pipeline.yml b/.github/workflows/.pipeline.yml index 9588ab3..5eebd8d 100644 --- a/.github/workflows/.pipeline.yml +++ b/.github/workflows/.pipeline.yml @@ -15,12 +15,12 @@ jobs: matrix: php: [ 7.4, 8.0 ] os: [ ubuntu-20.04 ] - wordpress: [ 6.0.2, latest ] + wordpress: [ 6.0.3, latest ] include: - experimental: true - experimental: false php: 8.0 - wordpress: 6.0.2 + wordpress: 6.0.3 name: Test - PHP ${{ matrix.php }} - WP ${{ matrix.wordpress }} diff --git a/README.md b/README.md index 49d3ce5..b482b7a 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ To cache stats for a network, run (with [wp-cli](https://wp-cli.org)): `wp eval- ## Changelog -### 1.6.5 +### 1.7.0 -* See: https://github.com/pressbooks/pressbooks-stats/releases/tag/1.6.5 +* See: https://github.com/pressbooks/pressbooks-stats/releases/tag/1.7.0 * Full release history available at: https://github.com/pressbooks/pressbooks-stats/releases ## Upgrade Notice diff --git a/pressbooks-stats.php b/pressbooks-stats.php index e423754..2c94310 100644 --- a/pressbooks-stats.php +++ b/pressbooks-stats.php @@ -2,8 +2,8 @@ /* Plugin Name: Pressbooks Stats Description: Pressbooks plugin which provides some basic activity statistics for a Pressbooks network. -Version: 1.6.5 -Pressbooks tested up to: 5.34.1 +Version: 1.7.0 +Pressbooks tested up to: 6.3.0 Author: Pressbooks (Book Oven Inc.) Author URI: https://pressbooks.org Network: True