We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ebde1 commit ac371b5Copy full SHA for ac371b5
2 files changed
Changes
@@ -1,3 +1,6 @@
1
+1.24 - 2026-02-19
2
+ - fix handling of phone/fax types for some entity objects.
3
+
4
1.23 - 2026-02-02
5
- fix broken method call.
6
lib/App/rdapper.pm
@@ -32,7 +32,7 @@ use locale;
32
use vars qw($VERSION $LH);
33
use strict;
34
35
-$VERSION = '1.23';
+$VERSION = '1.24';
36
37
$LH = App::rdapper::l10n->get_handle;
38
0 commit comments