Skip to content

Commit

Permalink
Version Numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Aug 10, 2023
1 parent fc3e781 commit 36829e4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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": "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": "[email protected]:pie/invision-community-single-logout.git",
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
4 changes: 2 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
@@ -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."
}
Expand Down

0 comments on commit 36829e4

Please sign in to comment.