Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanDS committed Sep 6, 2020
1 parent 751fb18 commit eea6a06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions ssl-alp/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: logbook, coauthor, revisions, references, latex, tex, mathematics, wiki
Requires at least: 5.5.0
Tested up to: 5.5.1
Requires PHP: 7.0.0
Stable tag: 0.20.2
Stable tag: 0.21.0
License: GNU General Public License v3 or later
License URI: LICENCE

Expand Down Expand Up @@ -79,9 +79,12 @@ on the ALP website.

== Changelog ==

= latest =
- WordPress 5.5 now required!
= 0.21.0 =
- WordPress 5.5 now required.
- Renamed deprecated function and hook calls to reflect [changes in core](https://make.wordpress.org/core/2020/07/23/codebase-language-improvements-in-5-5/).
- Inventory can now be hierarchical and use the post children block.
- Remove ability in REST API to view other users' post read flags (this was
never used by the front end).

= 0.20.2 =
- Have rebuild coauthors tool remove coauthor terms for users who no longer
Expand Down
4 changes: 2 additions & 2 deletions ssl-alp/alp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Academic Labbook
* Plugin URI: https://alp.attackllama.com/
* Description: Turn WordPress into a collaborative academic labbook.
* Version: 0.20.2
* Version: 0.21.0
* Author: Sean Leavey
* Author URI: https://attackllama.com/
* License: GPL3
Expand All @@ -21,7 +21,7 @@
* Current plugin version.
*/

define( 'SSL_ALP_VERSION', '0.20.2' );
define( 'SSL_ALP_VERSION', '0.21.0' );

/**
* Plugin name and path
Expand Down

0 comments on commit eea6a06

Please sign in to comment.