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 +2 -2 1.10.21.10 View file →
@@ -1,8 +1,8 @@
1 1 <?php
2 2 /*
3 3 Plugin Name: Image Source Control
4 - Version: 1.10.2
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/
@@ -34,9 +34,9 @@
34 34 header( 'HTTP/1.1 403 Forbidden' );
35 35 exit();
36 36 }
37 37
38 -define( 'ISCVERSION', '1.10.2' );
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' );