From a834f86b40606c235b0a7474e6d2e75615bc1920 Mon Sep 17 00:00:00 2001 From: Sean Leavey Date: Mon, 30 Sep 2019 21:31:11 +0200 Subject: [PATCH 1/2] Update build status icon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f3a0ba..e9494c5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ALP - Academic Labbook Plugin -[![Build Status](https://travis-ci.com/SeanDS/alp.svg?branch=master)](https://travis-ci.com/SeanDS/alp) +[![Build Status](https://travis-ci.com/Academic-Labbook/alp.svg?branch=master)](https://travis-ci.com/Academic-Labbook/alp) ALP leverages the powerful WordPress platform to provide an electronic laboratory notebook fit for academic and scientific purposes. It's free, open source, regularly updated and attempts to be From a05e4a152c00a4aa134ba35fb2456b22f48e5125 Mon Sep 17 00:00:00 2001 From: Sean Leavey Date: Mon, 30 Sep 2019 21:38:27 +0200 Subject: [PATCH 2/2] Bump version --- ssl-alp/README.txt | 10 +++++++++- ssl-alp/alp.php | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ssl-alp/README.txt b/ssl-alp/README.txt index c253d8c..0d953cc 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.2.0 Requires PHP: 7.0.0 -Stable tag: 0.16.0 +Stable tag: 0.17.0 License: GNU General Public License v3 or later License URI: LICENCE @@ -79,6 +79,14 @@ on the ALP website. == Changelog == += 0.17.0 = + - Added page children block. + - Added setting to hide social embed blocks from editor. + - Fixed revision date timezone issue. + - Fixed incorrectly named TeX block properties. + - Fixed bug when previewing an inventory item. + - Split Labbook theme into a separate repository. + = 0.16.0 = - Renamed taxonomy term names. This is a BREAKING change and requires some custom queries to be run to update old terms. See the GitHub release notes diff --git a/ssl-alp/alp.php b/ssl-alp/alp.php index 42746d1..42df797 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.16.0 + * Version: 0.17.0 * Author: Sean Leavey * Author URI: https://attackllama.com/ * License: GPL3 @@ -21,7 +21,7 @@ * Current plugin version. */ -define( 'SSL_ALP_VERSION', '0.16.0' ); +define( 'SSL_ALP_VERSION', '0.17.0' ); /** * Plugin name