forked from hypothesis/wp-hypothesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
51 lines (38 loc) · 1.62 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
=== Plugin Name ===
Contributors: timmmmyboy, BigBlueHat, JakeHartnell, greatislander
Tags: hypothesis, annotation, comments
Requires at least: 3.0.1
Tested up to: 4.6.1
Stable tag: 0.4.8
License: BSD
License URI: http://opensource.org/licenses/BSD-2-Clause
An open platform for the collaborative evaluation of knowledge.
== Description ==
Hypothesis is a web annotation tool that allows users to provide commentary, references, and insight on top of news, blogs, scientific articles, books, terms of service, ballot initiatives, legislation and regulations, software code and more. You can find out more at [http://hypothes.is/](http://hypothes.is/)
== Installation ==
1. Upload `hypothesis.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. You're done! The frontend of your site should now be enabled to use Hypothesis.
== Changelog ==
= 0.4.8 =
- Refactor per-post type settings for Hypothesis display.
- Add `hypothesis_supported_posttypes` to allow developers to support their custom post types.
= 0.4.0 =
- Add customized embedding options
+ Show highlights by default
+ Sidebar open by default.
+ Disable click to close.
= 0.3.0 =
- Add option to allow on select pages or posts
- Remove category IDs override
= 0.2.0 =
Introduce settings panel and enabling/disabling functionality.
- Adds Hypothesis settings panel
- Admins can now configure which pages, posts, or categories
to load Hypothes.is on.
= 0.1.2 =
Bumped version to work out release process. No code changes.
= 0.1.1 =
Relicensed under the BSD to match other Hypothesis projects.
= 0.1 =
First!