From 93ef2f762c3c306e709945a4fbc4be44b9045230 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 2 Dec 2025 09:55:15 +0100 Subject: [PATCH] Bump package to version 0.7.5 --- 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 09ec9af..714a890 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.4 + * Version: 0.7.5 * Requires at least: 6.2 * Requires PHP: 7.4 * Author: The Hypothesis Project and contributors @@ -33,7 +33,7 @@ function load_plugin_textdomain() { } add_action( 'plugins_loaded', 'Hypothesis\load_plugin_textdomain' ); -define( 'HYPOTHESIS_PLUGIN_VERSION', '0.7.4' ); +define( 'HYPOTHESIS_PLUGIN_VERSION', '0.7.5' ); require_once __DIR__ . '/class-hypothesissettingspage.php'; diff --git a/package.json b/package.json index 5bfb467..b1d3fd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hypothesis", - "version": "0.7.4", + "version": "0.7.5", "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 699aabe..cdd6eec 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.9.0 -Stable tag: 0.7.4 +Stable tag: 0.7.5 License: BSD-3-Clause License URI: http://opensource.org/licenses/BSD-3-Clause @@ -28,6 +28,9 @@ Without this plugin, you would have to follow [these steps](https://web.hypothes == Changelog == += 0.7.5 = +* Add support for WordPress up until v6.9 + = 0.7.4 = * Add support for WordPress up until v6.8