diff --git a/src/Jirafeau/c.php b/src/Jirafeau/c.php index 1eca816..f05fed6 100644 --- a/src/Jirafeau/c.php +++ b/src/Jirafeau/c.php @@ -164,7 +164,6 @@ if (isset ($_REQUEST [A_ACTION]) && $_REQUEST [A_ACTION] == T_FORGETME) { } if (isset ($_REQUEST [A_HASH])) - $message .= '
Version expérimentale. Ne fonctionne actuellement que pour les archives.
'.NL; if ($message) echo $message; diff --git a/src/bash/filter.sh b/src/bash/filter.sh index 326193b..d393103 100644 --- a/src/bash/filter.sh +++ b/src/bash/filter.sh @@ -33,7 +33,7 @@ # knowledge of the CeCILL-B license and that you accept its terms. # ########################################################################## # Kaz addon (see https://git.kaz.bzh/KAZ/depollueur for information) -# version : 2.24 (2025-01-26) +# version : 2.25 (2025-05-08) ########################################################################## # - installer l'utilitaire apg pour génération de mot de passes diff --git a/src/bash/filterTest.sh b/src/bash/filterTest.sh index 94aab2d..3ca773c 100755 --- a/src/bash/filterTest.sh +++ b/src/bash/filterTest.sh @@ -33,7 +33,7 @@ # knowledge of the CeCILL-B license and that you accept its terms. # ########################################################################## # Kaz addon (see https://git.kaz.bzh/KAZ/depollueur for information) -# version : 2.24 (2025-01-26) +# version : 2.25 (2025-05-08) PRG=$(basename $0) diff --git a/src/cpp/MainAttachment.cpp b/src/cpp/MainAttachment.cpp index 8ff55ca..3b96f65 100644 --- a/src/cpp/MainAttachment.cpp +++ b/src/cpp/MainAttachment.cpp @@ -243,7 +243,7 @@ MainAttachment::readCloudUrl () { LOG_BUG (line.rfind ("cloud: bad", 0) == 0, return, "eMailShrinker: bug M14: bad cloud link. (line: " << line << ")"); if (line.rfind ("cloud: none", 0) == 0) return; - // XXX wait new version // cloudDownloadURL = line.substr (7); + cloudDownloadURL = line.substr (7); } // ================================================================================ diff --git a/src/cpp/eMailShrinker.cpp b/src/cpp/eMailShrinker.cpp index 6df09d4..5a5bdf3 100644 --- a/src/cpp/eMailShrinker.cpp +++ b/src/cpp/eMailShrinker.cpp @@ -33,8 +33,8 @@ //////////////////////////////////////////////////////////////////////////// #include "version.hpp" -const std::string kaz::LAST_VERSION_NUM ("2.24"); -const std::string kaz::LAST_VERSION_DATE ("2025-01-26"); +const std::string kaz::LAST_VERSION_NUM ("2.25"); +const std::string kaz::LAST_VERSION_DATE ("2025-05-08"); const std::string kaz::LAST_VERSION (LAST_VERSION_NUM+" "+LAST_VERSION_DATE+" eMailShrinker"); #include