Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adriandmitroca committed Oct 31, 2018
1 parent dcebabc commit 5a49fbf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions cookie-consent-box.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion public/class-cookie-consent-box-public.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a49fbf

Please sign in to comment.