Skip to content

Commit

Permalink
Merge pull request #59 from hypothesis/version-update
Browse files Browse the repository at this point in the history
Update package version to 0.7.3
  • Loading branch information
acelaya authored Feb 5, 2024
2 parents e5cd1d5 + 63c5779 commit d251d48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hypothesis.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Hypothesis
* Plugin URI: https://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.
* Version: 0.7.2
* Version: 0.7.3
* Requires at least: 6.2
* Requires PHP: 7.4
* Author: The Hypothesis Project and contributors
Expand Down Expand Up @@ -33,7 +33,7 @@ function load_plugin_textdomain() {
}
add_action( 'plugins_loaded', 'Hypothesis\load_plugin_textdomain' );

define( 'HYPOTHESIS_PLUGIN_VERSION', '0.7.2' );
define( 'HYPOTHESIS_PLUGIN_VERSION', '0.7.3' );

require_once __DIR__ . '/class-hypothesissettingspage.php';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hypothesis",
"version": "0.7.2",
"version": "0.7.3",
"main": "Gruntfile.js",
"author": "The Hypothesis Project and contributors",
"repository": "http://github.com/hypothesis/wp-hypothesis/",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: timmmmyboy, BigBlueHat, JakeHartnell, greatislander, acelaya
Tags: hypothesis, annotation, comments
Requires at least: 6.2
Tested up to: 6.4.2
Stable tag: 0.7.2
Stable tag: 0.7.3
License: BSD-3-Clause
License URI: http://opensource.org/licenses/BSD-3-Clause

Expand All @@ -28,6 +28,9 @@ Without this plugin, you would have to follow [these steps](https://web.hypothes

== Changelog ==

= 0.7.3 =
* Add new banner and logo

= 0.7.2 =
* Migrate to BSD-3-Clause license
* Document third party integration
Expand Down

0 comments on commit d251d48

Please sign in to comment.