From 73d91df8d7da7ad0ace82ebb1155940da4a28b94 Mon Sep 17 00:00:00 2001 From: Sean Leavey Date: Wed, 6 Mar 2019 20:55:03 +0100 Subject: [PATCH] Bump version to 0.13.0 --- ssl-alp/README.txt | 12 +++++++++++- ssl-alp/alp.php | 4 ++-- themes/labbook/readme.txt | 3 --- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ssl-alp/README.txt b/ssl-alp/README.txt index 7fce4a7..cb62e74 100644 --- a/ssl-alp/README.txt +++ b/ssl-alp/README.txt @@ -4,7 +4,7 @@ Tags: logbook, coauthor, revisions, references, latex, tex, mathematics, wiki Requires at least: 5.1.0 Tested up to: 5.1.0 Requires PHP: 7.0.0 -Stable tag: 0.12.3 +Stable tag: 0.13.0 License: GNU General Public License v3 or later License URI: LICENCE @@ -73,6 +73,16 @@ on the ALP website. == Changelog == += 0.13.0 = + - Added support for read flags, letting users keep track of posts they've read or not read and + allowing them to change this flag per-post and view a list of unread posts (requires Labbook + theme 1.1.0 or greater for front-end support). + - Fixed bug whereby coauthors were sent notifications for their own comments. + - Fixed bug with user widget in non-dropdown mode not showing all authors, and with dropdown mode + showing authors with zero posts. + - Removed new default media file feature until Gutenberg bug is fixed. + - Updated KaTeX to 0.10.1. + = 0.12.3 = - Set new default (media file) for image link targets in block editor. diff --git a/ssl-alp/alp.php b/ssl-alp/alp.php index 440aedb..eb079e5 100644 --- a/ssl-alp/alp.php +++ b/ssl-alp/alp.php @@ -3,7 +3,7 @@ * Plugin Name: Academic Labbook * Plugin URI: https://alp.attackllama.com/ * Description: Turn WordPress into a collaborative academic labbook. - * Version: 0.12.3 + * Version: 0.13.0 * Author: Sean Leavey * Author URI: https://attackllama.com/ * License: GPL3 @@ -21,7 +21,7 @@ * Current plugin version. */ -define( 'SSL_ALP_VERSION', '0.12.3' ); +define( 'SSL_ALP_VERSION', '0.13.0' ); /** * Plugin name diff --git a/themes/labbook/readme.txt b/themes/labbook/readme.txt index fb4a5d4..7524dde 100644 --- a/themes/labbook/readme.txt +++ b/themes/labbook/readme.txt @@ -41,9 +41,6 @@ of features provided in this theme. * Stopped theme customizer settings from showing if ALP is not enabled or if the corresponding option providing the functionality relied upon by the theme is not enabled. * Fixed bug with timezones when displaying revision dates. -* Fixed bug with user widget in non-dropdown mode not showing all authors, and with dropdown mode - showing authors with zero posts. -* Updated KaTeX to 0.10.1. * Enforced minimum PHP version (7.0.0) on activation. = 1.0.7 - 2019-01-29 =