Skip to content

Commit

Permalink
Merge branch 'release/theme-1.1.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanDS committed Mar 6, 2019
2 parents 6cacfe7 + f6e8a08 commit 29bd4d0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/labbook/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

// Theme version.
define( 'LABBOOK_VERSION', '1.0.7' );
define( 'LABBOOK_VERSION', '1.1.0' );

// Required PHP version.
define( 'LABBOOK_MINIMUM_PHP_VERSION', '7.0.0' );
Expand Down
12 changes: 11 additions & 1 deletion themes/labbook/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: seanleavey
Tags: custom-background, custom-logo, custom-menu, editor-style, education, theme-options, threaded-comments, translation-ready, two-columns
Requires at least: 5.0.0
Tested up to: 5.0.3
Stable tag: 1.0.7
Stable tag: 1.1.0
Requires PHP: 7.0.0
License: GNU General Public License v3 or later
License URI: LICENCE
Expand Down Expand Up @@ -36,6 +36,16 @@ of features provided in this theme.

== Changelog ==

= 1.1.0 - 2019-03-06 =
* Added support for setting read flags (Academic Labbook Plugin feature) via AJAX.
* 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 =
* Made visited post titles show a different colour to non-visited ones.
* Fixed bug with contents generator, when the page content contained non-ASCII characters.
Expand Down
2 changes: 1 addition & 1 deletion themes/labbook/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://alp.attackllama.com/themes/labbook/
Author: Sean Leavey
Author URI: https://attackllama.com/
Description: Laboratory notebook theme, intended to be used in combination with Academic Labbook Plugin.
Version: 1.0.7
Version: 1.1.0
License: GNU General Public License v3 or later
License URI: LICENSE
Text Domain: labbook
Expand Down

0 comments on commit 29bd4d0

Please sign in to comment.