Skip to content

Commit

Permalink
Merge tag 'v0.200' into devel
Browse files Browse the repository at this point in the history
Tagged for release. v0.200
  • Loading branch information
peczenyj committed Dec 17, 2023
2 parents 6565601 + 3dc9877 commit d121458
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 4 additions & 3 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +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.t
t/03-bugs.t
t/02-json-bitfield.t
t/03-json-range.t
t/90-bugs.t
t/99-pod.t
2 changes: 1 addition & 1 deletion README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GDPR::IAB::TCFv2 - Transparency & Consent String version 2 parser

=head1 VERSION

Version 0.100
Version 0.200

=head1 SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/GDPR/IAB/TCFv2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use GDPR::IAB::TCFv2::BitUtils qw<is_set
use GDPR::IAB::TCFv2::Publisher;
use GDPR::IAB::TCFv2::RangeSection;

our $VERSION = "0.100";
our $VERSION = "0.200";

use constant {
CONSENT_STRING_TCF_V2 => {
Expand Down Expand Up @@ -678,7 +678,7 @@ GDPR::IAB::TCFv2 - Transparency & Consent String version 2 parser
=head1 VERSION
Version 0.100
Version 0.200
=head1 SYNOPSIS
Expand Down

0 comments on commit d121458

Please sign in to comment.