| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /* |
| 3 | 3 | Plugin Name: Boxzilla |
| 4 | -Version: 3.1.11 | |
| 4 | +Version: 3.2 | |
| 5 | 5 | Plugin URI: https://boxzillaplugin.com/#utm_source=wp-plugin&utm_medium=boxzilla&utm_campaign=plugins-page |
| 6 | 6 | Description: Call-To-Action Boxes that display after visitors scroll down far enough. Unobtrusive, but highly conversing! |
| 7 | 7 | Author: ibericode |
| 8 | 8 | Author URI: https://ibericode.com/#utm_source=wp-plugin&utm_medium=boxzilla&utm_campaign=plugins-page |
| @@ -10,9 +10,9 @@ | ||
| 10 | 10 | Domain Path: /languages/ |
| 11 | 11 | License: GPL v3 |
| 12 | 12 | |
| 13 | 13 | Boxzilla Plugin |
| 14 | -Copyright (C) 2013-2016, Danny van Kooten, hi@dannyvankooten.com | |
| 14 | +Copyright (C) 2013-2018, Danny van Kooten, hi@dannyvankooten.com | |
| 15 | 15 | |
| 16 | 16 | This program is free software: you can redistribute it and/or modify |
| 17 | 17 | it under the terms of the GNU General Public License as published by |
| 18 | 18 | the Free Software Foundation, either version 3 of the License, or |
| @@ -40,9 +40,9 @@ | ||
| 40 | 40 | */ |
| 41 | 41 | function _load_boxzilla() { |
| 42 | 42 | |
| 43 | 43 | define( 'BOXZILLA_FILE', __FILE__ ); |
| 44 | - define( 'BOXZILLA_VERSION', '3.1.11' ); | |
| 44 | + define( 'BOXZILLA_VERSION', '3.2' ); | |
| 45 | 45 | |
| 46 | 46 | require __DIR__ . '/bootstrap.php'; |
| 47 | 47 | } |
| 48 | 48 | |