Skip to content

Commit 41302e4

Browse files
author
Ned Zimmerman
committed
Bump version
1 parent 023cc5c commit 41302e4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ From within your WordPress or Bedrock root directory, run:
1111

1212
`composer require pressbooks/pressbooks-stats`
1313

14-
1514
## Caching
1615

1716
To cache stats for a network, run (with [wp-cli](https://wp-cli.org)): `wp eval-file bin/cache.php`. You can set up a cron job for this if you want.
17+
18+
## Changelog
19+
20+
### 1.6.0
21+
22+
#### Minor Changes
23+
24+
- Add network storage usage to network dashboard: [#11](https://github.com/pressbooks/pressbooks-stats/pull/11)

pressbooks-stats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Plugin Name: Pressbooks Stats
44
Description: Pressbooks plugin which provides some basic activity statistics for a Pressbooks network.
5-
Version: 1.5.0
5+
Version: 1.6.0
66
Pressbooks tested up to: 5.5.0
77
Author: Pressbooks (Book Oven Inc.)
88
Author URI: https://pressbooks.org

0 commit comments

Comments
 (0)