PluginProbe
Image Source Control Lite – Show Image Credits and Captions / 3.11.0
Image Source Control Lite – Show Image Credits and Captions v3.11.0
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 trunk3.11.0 View file →
@@ -1,8 +1,8 @@
1 1 <?php
2 2 /**
3 3 * Plugin Name: Image Source Control Lite
4 - * Version: 3.12.0
4 + * Version: 3.11.0
5 5 * Plugin URI: https://imagesourcecontrol.com/
6 6 * Description: 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://imagesourcecontrol.com/
@@ -28,9 +28,9 @@
28 28 if ( defined( 'ISCVERSION' ) ) {
29 29 wp_die( 'You can only activate Image Source Control once. Please disable the other version first.' );
30 30 }
31 31
32 -define( 'ISCVERSION', '3.12.0' );
32 +define( 'ISCVERSION', '3.11.0' );
33 33 define( 'ISCNAME', 'Image Source Control' );
34 34 define( 'ISCDIR', basename( __DIR__ ) );
35 35 define( 'ISCPATH', plugin_dir_path( __FILE__ ) );
36 36 define( 'ISCBASE', plugin_basename( __FILE__ ) ); // plugin base as used by WordPress to identify it.