From 36829e4a3f2abf2b56bb361039b3bcab6a9eab6d Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Thu, 10 Aug 2023 09:37:56 +0000 Subject: [PATCH] Version Numbering --- changelog.md | 2 ++ package.json | 2 +- plugin.php | 2 +- update.json | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index edb58ba..8da0aef 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.4.1] 2023-08-10 ### Changed - Moved from add_rewrite_rule to a hard Redirect in htaccess diff --git a/package.json b/package.json index 808fffc..4462d0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "invision_community_single_logout", - "version": "0.4.0", + "version": "0.4.1", "description": "This plugin logs a user out from Invision Community when they visit a specified URL, and then logs them out of WordPress. Helpful when using WordPress as an Oauth Server since Invision Community does not allow for a custom logout URL.", "main": "plugin.php", "repository": "git@github.com:pie/invision-community-single-logout.git", diff --git a/plugin.php b/plugin.php index dd9273a..a6dcae1 100644 --- a/plugin.php +++ b/plugin.php @@ -2,7 +2,7 @@ /* Plugin Name: Invision Community Single Logout Description: This plugin logs a user out from Invision Community when they visit a specified URL, and then logs them out of WordPress. Helpful when using WordPress as an Oauth Server since Invision Community does not allow for a custom logout URL. -Version: 0.4.0 +Version: 0.4.1 Author: The team at PIE Author URI: https://pie.co.de */ diff --git a/update.json b/update.json index b252a4f..963cc37 100644 --- a/update.json +++ b/update.json @@ -1,7 +1,7 @@ { "name": "Invision Community Single Logout", - "version": "0.4.0", - "download_url": "https://github.com/pie/invision-community-single-logout/releases/download/0.4.0/update.zip", + "version": "0.4.1", + "download_url": "https://github.com/pie/invision-community-single-logout/releases/download/0.4.1/update.zip", "sections": { "description" : "This plugin logs a user out from Invision Community when they visit a specified URL, and then logs them out of WordPress. Helpful when using WordPress as an Oauth Server since Invision Community does not allow for a custom logout URL." }