Skip to content

Academic Labbook Plugin 0.20.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@SeanDS SeanDS released this 27 May 10:18
· 68 commits to master since this release

Eighth preview release of Academic Labbook Plugin for WordPress.

For installation instructions, see here.

It is highly recommended to use the Labbook theme - it fully enables most of the features provided by this plugin.

Changes since last release

0.20.0

  • Fixed bug with terms on login. When logging in, users of blogs would have their coauthor term added to the primary blog (usually site ID 1) because of the hook 'check_coauthor_term_on_login' which creates the coauthor term if it doesn't exist. This meant that users of secondary blogs who were not users of the primary blog would still be available for selection as authors on the new post screen of the primary blog. They would not however save correctly because the users were not members of that blog; they would be silently discard. This change fixes the creation of the coauthor terms to only create terms on the blogs the user is a member of.

    Existing sites running ALP may still have these terms, however. The rebuild coauthor tool will later be updated to delete terms of users who are not members of the blog.

  • Fixed potential bug by not now checking post authors are consistent on newly created auto-drafts.

  • Added ability to hide revisions on post page and header. This requires the latest release of the Labbook theme (1.2.0).

0.19.1

  • Fixed an issue with creation of coauthor terms during a WordPress import.