- New internal feature: $plugin->Tab($method)
- `adduser` has an additional check
- Tiny bug fixes
This commit is contained in:
Juerd Waalboer 2023-11-02 04:39:57 +01:00
parent 0f5cdca0f9
commit 1156864fd2

View file

@ -17,7 +17,7 @@ use RevBank::Global;
use RevBank::Messages;
use RevBank::Cart;
our $VERSION = "4.0.0";
our $VERSION = "4.1.0";
our %HELP1 = (
"abort" => "Abort the current transaction",
);