From 6dcb8beb0c4b94134fb088316033e26f5c0f1df2 Mon Sep 17 00:00:00 2001 From: Adrian Dmitroca Date: Thu, 7 Jun 2018 13:01:44 +0200 Subject: [PATCH] 1.0.3 --- README.txt | 5 ++++- cookie-consent-box.php | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 4bfb0e8..a4c1688 100755 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ Contributors: adriandmitroca Tags: cookie, cookies, compliance, notice, banner, consent, box, eprivacy, gdpr Requires at least: 4.1.0 Tested up to: 4.9.2 -Stable tag: 1.0.1 +Stable tag: 1.0.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -44,6 +44,9 @@ Sure you do! Take a look at [npm/cdn library](https://github.com/adriandmitroca/ == Changelog == += 1.0.3 = +* Updated plugin owner + = 1.0.2 = * Updated plugin's copy and registry assets diff --git a/cookie-consent-box.php b/cookie-consent-box.php index 812cdd0..9000360 100755 --- a/cookie-consent-box.php +++ b/cookie-consent-box.php @@ -5,8 +5,8 @@ * Plugin Name: Cookie Consent Box * Plugin URI: https://wordpress.org/plugins/cookie-consent-box/ * Description: Cookie Consent Box is a lightweight and good looking way to inform users your site uses cookies and to comply with EU cookie law regulations. - * Version: 1.0.2 - * Author: Adrian Dmitroca + * Version: 1.0.3 + * Author: Radical Web Design * Author URI: https://radicalwebdesign.co.uk * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -23,7 +23,7 @@ * Currently plugin version. * Start at version 1.0.0 and use SemVer - https://semver.org */ -define( 'CCB_VERSION', '1.0.2' ); +define( 'CCB_VERSION', '1.0.3' ); /** * The code that runs during plugin activation.