Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
✔ Added Snippets
✔ Updated Snippets
  • Loading branch information
dennykorsukewitz committed Jul 22, 2024
1 parent fd57d12 commit b9e7853
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 6 deletions.
2 changes: 1 addition & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"install": "messages/install.txt",
"1.0.12": "messages/version.txt"
"1.1.1": "messages/version.txt"
}
4 changes: 4 additions & 0 deletions messages/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.1.1
✔ Added Snippets
✔ Updated Snippets

Version 1.0.12
✔ Updated README.md.
✔ Improved github_username checks.
Expand Down
2 changes: 1 addition & 1 deletion messages/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Your Znuny Team! 🚀

-------------------

🌟 Version 1.0.12 🌟 - Feature List
🌟 Version 1.1.1 🌟 - Feature List

✔ Add folder from workspace to project.
✔ Automatic fetching of framework files from github.
Expand Down
6 changes: 3 additions & 3 deletions messages/version.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
🌟 Version 1.0.12 🌟
🌟 Version 1.1.1 🌟

Updated README.md.
Improved github_username checks.
Added Snippets
Updated Snippets

GitHub link - https://github.com/znuny/Znuny-Sublime

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<snippet>
<content><![CDATA[
${1:my %VersionInfos = \$DBObject->CheckRequiredDatabaseVersion();}
${1:my %VersionInfo = \$DBObject->CheckRequiredDatabaseVersion();}
${2:my %VersionInfos = \$DBObject->CheckRequiredDatabaseVersion();}
]]></content>
<tabTrigger>znuny.DBObject.CheckRequiredDatabaseVersion</tabTrigger>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[
${1:\$SupportDataCollectorObject->DeleteCache();}
]]></content>
<tabTrigger>znuny.SupportDataCollectorObject.DeleteCache</tabTrigger>
<description>7.1</description>
<scope>source.perl</scope>
</snippet>
3 changes: 3 additions & 0 deletions src/skipped-raw-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2166,6 +2166,9 @@
"7.0",
"7.1"
],
"DevelFred" : [
"7.1"
],
"Installer" : [
"6.0",
"6.4",
Expand Down
8 changes: 8 additions & 0 deletions src/snippets-raw-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2731,6 +2731,9 @@
],
"Functions" : {
"CheckRequiredDatabaseVersion" : {
"my %VersionInfo = $DBObject->CheckRequiredDatabaseVersion();" : [
"7.1"
],
"my %VersionInfos = $DBObject->CheckRequiredDatabaseVersion();" : [
"7.1"
]
Expand Down Expand Up @@ -10368,6 +10371,11 @@
"7.0",
"7.1"
]
},
"DeleteCache" : {
"$SupportDataCollectorObject->DeleteCache();" : [
"7.1"
]
}
},
"ObjectManager" : "my $SupportDataCollectorObject = $Kernel::OM->Get('Kernel::System::SupportDataCollector');",
Expand Down

0 comments on commit b9e7853

Please sign in to comment.