PluginProbe
Plugin Detective – Troubleshooting Conflicts / trunk
Plugin Detective – Troubleshooting Conflicts vtrunk
1.2.33 1.2.32 1.2.31 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2 1.2.1 1.2.10 1.2.12 1.2.13 1.2.14 1.2.16 1.2.19 1.2.20 1.2.22 1.2.23 1.2.24 1.2.25 All 53 releases
← All changes | plugin-detective.php +3 -3 1.2.32trunk View file →
@@ -2,9 +2,9 @@
2 2 /**
3 3 * Plugin Name: Plugin Detective - Troubleshooting Conflicts
4 4 * Plugin URI: https://nsquared.io
5 5 * Description: Quickly troubleshoot & fix plugin conflicts
6 - * Version: 1.2.32
6 + * Version: 1.2.33
7 7 * Author: NSquared
8 8 * Donate link: https://nsquared.io
9 9 * License: GPLv2
10 10 * Text Domain: plugin-detective
@@ -12,9 +12,9 @@
12 12 *
13 13 * @link https://nsquared.io
14 14 *
15 15 * @package Plugin_Detective
16 - * @version 1.2.32
16 + * @version 1.2.33
17 17 *
18 18 * Built using generator-plugin-wp (https://github.com/WebDevStudios/generator-plugin-wp)
19 19 */
20 20
@@ -72,9 +72,9 @@
72 72 *
73 73 * @var string
74 74 * @since 0.0.0
75 75 */
76 - const VERSION = '1.2.32';
76 + const VERSION = '1.2.33';
77 77
78 78 /**
79 79 * wp admin instance class
80 80 *