Skip to content

Commit

Permalink
Version 2.2.3 released
Browse files Browse the repository at this point in the history
  • Loading branch information
rpuig2001 committed Sep 17, 2023
1 parent 1ba8ac9 commit 574d636
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CDMSingle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6166,9 +6166,11 @@ bool CDM::OnCompileCommand(const char* sCommandLine) {
sendMessage("Done");
return true;
}
/*

if (startsWith(".cdm delay", sCommandLine))
{
sendMessage("Command disabled, please check the customdelay command from the documentation.");
/*
//Get Time NOW
time_t rawtime;
struct tm* ptm;
Expand Down Expand Up @@ -6205,10 +6207,10 @@ bool CDM::OnCompileCommand(const char* sCommandLine) {
addTime = true;
addTimeToList(stoi(timeAdded), hour + min + "00");
}
}
}*/
return true;
}
*/

if (startsWith(".cdm nvo", sCommandLine))
{
rateString = getFromXml("/CDM/rate/@ops");
Expand Down
2 changes: 1 addition & 1 deletion CDMSingle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#pragma comment(lib, "Wininet")

#define MY_PLUGIN_NAME "CDM Plugin"
#define MY_PLUGIN_VERSION "2.2.2"
#define MY_PLUGIN_VERSION "2.2.3"
#define MY_PLUGIN_DEVELOPER "Roger Puig"
#define MY_PLUGIN_COPYRIGHT "GPL v3"
#define MY_PLUGIN_VIEW_AVISO "Euroscope CDM"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.2
2.2.3

0 comments on commit 574d636

Please sign in to comment.