From 5a49fbf785fae35784c676599a01219cdc46bd8f Mon Sep 17 00:00:00 2001 From: Adrian Dmitroca Date: Wed, 31 Oct 2018 15:48:00 +0100 Subject: [PATCH] 1.1.2 --- README.txt | 5 ++++- cookie-consent-box.php | 4 ++-- public/class-cookie-consent-box-public.php | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 582bb46..1d7ea04 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.1.1 +Stable tag: 1.1.2 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.1.2 = +* Fixed issue with missing files after corrupted build + = 1.1.1 = * Fixed issue with missing files after corrupted build diff --git a/cookie-consent-box.php b/cookie-consent-box.php index ff23fbf..5f9500e 100755 --- a/cookie-consent-box.php +++ b/cookie-consent-box.php @@ -5,7 +5,7 @@ * 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.1.1 + * Version: 1.1.2 * Author: Radical Web Design * Author URI: https://radicalwebdesign.co.uk * License: GPL-2.0+ @@ -23,7 +23,7 @@ * Currently plugin version. * Start at version 1.0.0 and use SemVer - https://semver.org */ -define( 'CCB_VERSION', '1.1.1' ); +define( 'CCB_VERSION', '1.1.2' ); /** * The code that runs during plugin activation. diff --git a/public/class-cookie-consent-box-public.php b/public/class-cookie-consent-box-public.php index 36f141c..c64f91d 100755 --- a/public/class-cookie-consent-box-public.php +++ b/public/class-cookie-consent-box-public.php @@ -68,7 +68,7 @@ public function enqueue_styles() { public function enqueue_scripts() { wp_enqueue_script( $this->plugin_name, - plugin_dir_url( __FILE__ ) . 'js/cookie-consent-box.min.js', + plugin_dir_url( __FILE__ ) . 'js/cookie-consent-box.js', array(), $this->version, true