From 7e4ad09848c24e5adb2e3e13d515ea7c0e166c57 Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Sun, 17 Dec 2023 14:11:18 +0100 Subject: [PATCH 1/3] promote new version --- Changes | 1 + README.pod | 2 +- lib/GDPR/IAB/TCFv2.pm | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index a4ecad8..e098a25 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +0.200 - refactor constants, stop use dualvars - validate parameters on method check_publisher_restriction - add method publisher_restrictions by vendor id diff --git a/README.pod b/README.pod index cb450a9..5896d94 100644 --- a/README.pod +++ b/README.pod @@ -26,7 +26,7 @@ GDPR::IAB::TCFv2 - Transparency & Consent String version 2 parser =head1 VERSION -Version 0.100 +Version 0.200 =head1 SYNOPSIS diff --git a/lib/GDPR/IAB/TCFv2.pm b/lib/GDPR/IAB/TCFv2.pm index ceb4c39..1367283 100644 --- a/lib/GDPR/IAB/TCFv2.pm +++ b/lib/GDPR/IAB/TCFv2.pm @@ -22,7 +22,7 @@ use GDPR::IAB::TCFv2::BitUtils qw { @@ -678,7 +678,7 @@ GDPR::IAB::TCFv2 - Transparency & Consent String version 2 parser =head1 VERSION -Version 0.100 +Version 0.200 =head1 SYNOPSIS From 8b7301c69c2932564afd3b3a0077fce56e9b8c20 Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Sun, 17 Dec 2023 14:13:07 +0100 Subject: [PATCH 2/3] update manifest --- MANIFEST | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST b/MANIFEST index 90466be..ca770df 100644 --- a/MANIFEST +++ b/MANIFEST @@ -17,6 +17,8 @@ MANIFEST This list of files README.pod t/00-load.t t/01-parse.t +t/02-json-bitfield.t t/02-json.t -t/03-bugs.t +t/03-json-range.t +t/90-bugs.t t/99-pod.t From a7126a3eb6eb9102e20e97d0528eae7d59e8bdcb Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Sun, 17 Dec 2023 14:14:53 +0100 Subject: [PATCH 3/3] fix manifest --- MANIFEST | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MANIFEST b/MANIFEST index ca770df..d726902 100644 --- a/MANIFEST +++ b/MANIFEST @@ -13,12 +13,11 @@ lib/GDPR/IAB/TCFv2/PublisherTC.pm lib/GDPR/IAB/TCFv2/RangeSection.pm LICENSE Makefile.PL -MANIFEST This list of files +MANIFEST README.pod t/00-load.t t/01-parse.t t/02-json-bitfield.t -t/02-json.t t/03-json-range.t t/90-bugs.t t/99-pod.t