| @@ -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. |