DSGVO: Shorten one IPv6 block more

This commit is contained in:
onli 2020-05-27 14:24:57 +02:00
parent 7d2a31161e
commit 915e7e06eb
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
1.3: Shorten one more block for IPv6 comments
1.2.1: Really display legal information for plugins.
1.2.0: Add button to copy pricvacy draft in html
1.1.0: Set default value of commentform checkbox to false

View file

@ -23,7 +23,7 @@ class serendipity_event_dsgvo_gdpr extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_DSGVO_GDPR_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'Serendipity Team');
$propbag->add('version', '1.2.1');
$propbag->add('version', '1.3');
$propbag->add('requirements', array(
'serendipity' => '2.0',
'smarty' => '2.6.7',
@ -623,7 +623,7 @@ class IpAnonymizer {
/**
* @var string IPv6 netmask used to anonymize IPv6 address.
*/
public $ipv6NetMask = "ffff:ffff:ffff:ffff:0000:0000:0000:0000";
public $ipv6NetMask = "ffff:ffff:ffff:0000:0000:0000:0000:0000";
/**
* Anonymize an IPv4 or IPv6 address.
*