Skip to content

Commit

Permalink
Preparing release 0.4.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Dec 7, 2016
1 parent ff7ccd2 commit 325f000
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
hypothesis
node_modules
vendor
2 changes: 1 addition & 1 deletion .wp-release.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MAINFILE="hypothesis.php"

# Subversion configuration.
# Your WordPress.org svn username.
SVNUSER="BigBlueHat"
SVNUSER="greatislander"
# Path for checking out the SVN repo.
# Ideally relative to your plugin directory (use default) to avoid
# Cygwin/Mingw32 vs. Windows filepath conversion problems.
Expand Down
20 changes: 10 additions & 10 deletions hypothesis.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php
/*
* 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.8
* Author URI: http://hypothes.is/
* Text Domain: hypothesis
* Domain Path: /languages
*
* @package Hypothesis
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.9
Author URI: http://hypothes.is/
Text Domain: hypothesis
Domain Path: /languages
@package Hypothesis
*/

// Exit if called directly.
Expand Down
2 changes: 1 addition & 1 deletion license.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2015 Hypothes.is Project and contributors
Copyright (c) 2013-2016 Hypothes.is Project and contributors

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
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
Tested up to: 4.7
Stable tag: 0.4.9
License: BSD
License URI: http://opensource.org/licenses/BSD-2-Clause

Expand All @@ -21,6 +21,10 @@ Hypothesis is a web annotation tool that allows users to provide commentary, ref

== Changelog ==

= 0.4.9 =
- Add localization support.
- Fix an error in options sanitization routine.

= 0.4.8 =
- Refactor per-post type settings for Hypothesis display.
- Add `hypothesis_supported_posttypes` to allow developers to support their custom post types.
Expand Down

0 comments on commit 325f000

Please sign in to comment.