Skip to content

Commit

Permalink
Merge pull request #18 from judell/master
Browse files Browse the repository at this point in the history
bump version and fix sidebar auto-open
  • Loading branch information
lenazun authored Nov 2, 2016
2 parents 82f986b + 1ba2e5c commit f6c3a8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hypothesis.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php
/**
* @package Hypothesis
* @version 0.4.7
* @version 0.4.8
*/

/*
Plugin Name: Hypothesis
Plugin URI: http://hypothes.is/
Description: Hypothesis is an open platform for the collaborative evaluation of knowledge. This plugin embeds the necessary scripts in your Wordpress site to enable any user to use Hypothesis without installing any extensions.
Author: The Hypothesis Project and contributors
Version: 0.4.7
Version: 0.4.8
Author URI: http://hypothes.is/
*/

Expand Down
4 changes: 2 additions & 2 deletions js/sidebaropen.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ if (typeof window.hypothesisConfig === 'function') {
window.hypothesisConfig = function () {
return {
showHighlights: true,
firstRun: true
openSidebar: true
}
}
} else {
window.hypothesisConfig = function () {
return {
firstRun: true
openSidebar: true
}
}
}

0 comments on commit f6c3a8d

Please sign in to comment.