Skip to content

Commit

Permalink
Version 1.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Jul 25, 2023
1 parent 1ab3e83 commit 8f41f36
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All notable changes to the "Znuny" extension will be documented in this file.

- `znuny.LayoutObject.AddPopupProfiles.code-snippets`
- `znuny.MentionObject.RemoveAllMentions.code-snippets`
- `znuny.SessionObject.GetOrphanedSessionIDs.code-snippets`

#### Updated Snippets

Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4397,6 +4397,10 @@
"language": "perl",
"path": "./snippets/Functions/SessionObject/znuny.SessionObject.GetExpiredSessionIDs.code-snippets"
},
{
"language": "perl",
"path": "./snippets/Functions/SessionObject/znuny.SessionObject.GetOrphanedSessionIDs.code-snippets"
},
{
"language": "perl",
"path": "./snippets/Functions/SessionObject/znuny.SessionObject.GetSessionIDData.code-snippets"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"znuny.SessionObject.GetOrphanedSessionIDs": {
"body": [
"${1:my @Sessions = \\$SessionObject->GetOrphanedSessionIDs();}",
],
"prefix": "znuny.SessionObject.GetOrphanedSessionIDs",
"description": "7.0",
"scope": "perl"
}
}
4 changes: 4 additions & 0 deletions src/contributes-snippets-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -4162,6 +4162,10 @@
"language" : "perl",
"path" : "./snippets/Functions/SessionObject/znuny.SessionObject.GetExpiredSessionIDs.code-snippets"
},
{
"language" : "perl",
"path" : "./snippets/Functions/SessionObject/znuny.SessionObject.GetOrphanedSessionIDs.code-snippets"
},
{
"language" : "perl",
"path" : "./snippets/Functions/SessionObject/znuny.SessionObject.GetSessionIDData.code-snippets"
Expand Down
5 changes: 5 additions & 0 deletions src/snippets-raw-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -8466,6 +8466,11 @@
"7.0"
]
},
"GetOrphanedSessionIDs" : {
"my @Sessions = $SessionObject->GetOrphanedSessionIDs();" : [
"7.0"
]
},
"GetSessionIDData" : {
"my %Data = $SessionObject->GetSessionIDData(\n SessionID => $SessionID,\n);" : [
"6.0",
Expand Down

0 comments on commit 8f41f36

Please sign in to comment.