From c19a668b537f59ddb783ce84effc115d6642929d Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 25 Jan 2024 12:39:26 +0100 Subject: [PATCH] Update package version to 0.7.1 --- hypothesis.php | 4 ++-- package.json | 2 +- readme.txt | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/hypothesis.php b/hypothesis.php index f1d4ad3..3b75692 100644 --- a/hypothesis.php +++ b/hypothesis.php @@ -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.0 + * Version: 0.7.1 * Requires at least: 6.2 * Requires PHP: 7.4 * Author: The Hypothesis Project and contributors @@ -23,7 +23,7 @@ function hypothesis_load_plugin_textdomain() { } add_action( 'plugins_loaded', 'hypothesis_load_plugin_textdomain' ); -define( 'HYPOTHESIS_PLUGIN_VERSION', '0.7.0' ); +define( 'HYPOTHESIS_PLUGIN_VERSION', '0.7.1' ); require_once __DIR__ . '/class-hypothesissettingspage.php'; diff --git a/package.json b/package.json index 253aad0..f0d6269 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hypothesis", - "version": "0.7.0", + "version": "0.7.1", "main": "Gruntfile.js", "author": "The Hypothesis Project and contributors", "repository": "http://github.com/hypothesis/wp-hypothesis/", diff --git a/readme.txt b/readme.txt index 8b2a78b..5f4b172 100644 --- a/readme.txt +++ b/readme.txt @@ -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.0 +Stable tag: 0.7.1 License: BSD License URI: http://opensource.org/licenses/BSD-2-Clause @@ -21,6 +21,9 @@ Hypothesis is a web annotation tool that allows users to provide commentary, ref == Changelog == += 0.7.1 = +* Do not include wp-cli.phar on releases + = 0.7.0 = * Add support for WordPress v6 * Update to WordPress coding standard v3