Skip to content

Commit

Permalink
Update version, readme, CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff committed May 3, 2022
1 parent 3606f2d commit bc287b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
tools: phpcs, composer:v1
tools: phpcs, composer
coverage: pcov

- name: Install PHP dependencies
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ To cache stats for a network, run (with [wp-cli](https://wp-cli.org)): `wp eval-

## Changelog

### 1.6.4
### 1.6.5

* See: https://github.com/pressbooks/pressbooks-stats/releases/tag/1.6.4
* See: https://github.com/pressbooks/pressbooks-stats/releases/tag/1.6.5
* Full release history available at: https://github.com/pressbooks/pressbooks-stats/releases

## Upgrade Notice

### 1.6.3
* Pressbooks Stats requires Pressbooks >= 5.8.3
### 1.6.5
* Pressbooks Stats requires Pressbooks >= 5.34.1
4 changes: 2 additions & 2 deletions pressbooks-stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -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-dev
Pressbooks tested up to: 5.34.0
Version: 1.6.5
Pressbooks tested up to: 5.34.1
Author: Pressbooks (Book Oven Inc.)
Author URI: https://pressbooks.org
Network: True
Expand Down

0 comments on commit bc287b7

Please sign in to comment.