PluginProbe
Property Hive / 2.3.0
Property Hive v2.3.0
2.3.1 2.3.0 2.2.6 2.2.5 2.2.4 2.2.3 2.2.2 1.4.46 1.4.47 1.4.48 1.4.49 1.4.5 1.4.50 1.4.51 1.4.52 1.4.53 1.4.54 1.4.55 1.4.56 1.4.57 1.4.58 1.4.59 1.4.6 1.4.60 1.4.61 All 261 releases
← All changes | propertyhive.php +3 -3 2.3.12.3.0 View file →
@@ -2,9 +2,9 @@
2 2 /**
3 3 * Plugin Name: Property Hive
4 4 * Plugin URI: https://wordpress.org/plugins/propertyhive/
5 5 * Description: Property Hive has everything you need to build estate agency websites
6 - * Version: 2.3.1
6 + * Version: 2.3.0
7 7 * Author: PropertyHive
8 8 * Author URI: https://wp-property-hive.com
9 9 * License: GPLv3
10 10 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -27,9 +27,9 @@
27 27 /**
28 28 * Main PropertyHive Class
29 29 *
30 30 * @class PropertyHive
31 - * @version 2.3.1
31 + * @version 2.3.0
32 32 */
33 33 final class PropertyHive {
34 34
35 35 /**
@@ -34,9 +34,9 @@
34 34
35 35 /**
36 36 * @var string
37 37 */
38 - public $version = '2.3.1';
38 + public $version = '2.3.0';
39 39
40 40 /**
41 41 * @var PropertyHive The single instance of the class
42 42 */