| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /* |
| 3 | 3 | Plugin Name: Image Source Control |
| 4 | - Version: 1.10.3 | |
| 4 | + Version: 1.10 | |
| 5 | 5 | Plugin URI: https://webgilde.com/en/image-source-control/ |
| 6 | 6 | Description: The Image Source Control saves the source of an image, lists them and warns if it is missing. |
| 7 | 7 | Author: Thomas Maier |
| 8 | 8 | Author URI: https://webgilde.com/ |
| @@ -9,9 +9,9 @@ | ||
| 9 | 9 | Text Domain: image-source-control-isc |
| 10 | 10 | License: GPL v3 |
| 11 | 11 | |
| 12 | 12 | Image Source Control Plugin for WordPress |
| 13 | - Copyright (C) 2012-2019, Thomas Maier | |
| 13 | + Copyright (C) 2012-2018, Thomas Maier | |
| 14 | 14 | |
| 15 | 15 | This program is free software: you can redistribute it and/or modify |
| 16 | 16 | it under the terms of the GNU General Public License as published by |
| 17 | 17 | the Free Software Foundation, either version 3 of the License, or |
| @@ -34,9 +34,9 @@ | ||
| 34 | 34 | header( 'HTTP/1.1 403 Forbidden' ); |
| 35 | 35 | exit(); |
| 36 | 36 | } |
| 37 | 37 | |
| 38 | -define( 'ISCVERSION', '1.10.3' ); | |
| 38 | +define( 'ISCVERSION', '1.10' ); | |
| 39 | 39 | define( 'ISCNAME', 'Image Source Control' ); |
| 40 | 40 | define( 'ISCDIR', basename( dirname( __FILE__ ) ) ); |
| 41 | 41 | define( 'ISCPATH', plugin_dir_path( __FILE__ ) ); |
| 42 | 42 | define( 'WEBGILDE', 'https://webgilde.com/en/image-source-control' ); |