From 1076f6801351d9b28c0393c8fd563d3461f6ebb6 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Thu, 14 Jul 2022 10:26:52 +0200 Subject: [PATCH] Version 1.9.5. --- package.json | 2 +- pronamic-client.php | 2 +- readme.txt | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7afb138..8834927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pronamic-client", - "version": "1.9.4", + "version": "1.9.5", "description": "WordPress plugin for Pronamic clients.", "repository": { "type": "git", diff --git a/pronamic-client.php b/pronamic-client.php index dd28c0b..7d53804 100644 --- a/pronamic-client.php +++ b/pronamic-client.php @@ -4,7 +4,7 @@ Plugin URI: https://www.pronamic.eu/plugins/pronamic-client/ Description: WordPress plugin for Pronamic clients. -Version: 1.9.4 +Version: 1.9.5 Requires at least: 3.0 Author: Pronamic diff --git a/readme.txt b/readme.txt index 12dd7f4..c1ea3c9 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: pronamic, remcotolsma Tags: pronamic, client, update, plugin, theme, extension, plugins, themes, extensions Requires at least: 3.0 Tested up to: 5.6.1 -Stable tag: 1.9.4 +Stable tag: 1.9.5 WordPress plugin for Pronamic clients. @@ -28,6 +28,9 @@ WordPress installation and then activate the Plugin from Plugins page. == Changelog == += 1.9.5 = +* Removed the 'Links' section from the `readme.txt` file. + = 1.9.4 = * Also override `XMLHttpRequest.prototype.open` on SEO workouts screen.