PluginProbe
Image Source Control Lite – Show Image Credits and Captions / 1.10
Image Source Control Lite – Show Image Credits and Captions v1.10
3.12.0 3.11.0 trunk 1.1 1.1.1 1.1.2 1.1.2.1 1.1.3 1.10 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.2 1.2.0.1 1.2.0.2 1.2.0.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.4.1 1.3.5 All 110 releases
← All changes | isc.php +3 -3 1.10.31.10 View file →
@@ -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' );