Skip to content

Commit

Permalink
Merge branch 'release/0.17.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanDS committed Sep 30, 2019
2 parents 52b48d8 + a05e4a1 commit c5f397b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 9 additions & 1 deletion 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.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

Expand Down Expand Up @@ -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
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.16.0
* Version: 0.17.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.16.0' );
define( 'SSL_ALP_VERSION', '0.17.0' );

/**
* Plugin name
Expand Down

0 comments on commit c5f397b

Please sign in to comment.