Changeset 3467672
- Timestamp:
- 02/23/2026 12:09:45 PM (5 weeks ago)
- Location:
- property-hive-rental-affordability-calculator/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
propertyhive-rental-affordability-calculator.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
property-hive-rental-affordability-calculator/trunk/README.txt
r2698942 r3467672 2 2 Contributors: PropertyHive,BIOSTALL 3 3 Tags: propertyhive, property hive, property, real estate, estate agents, estate agent, rent calculator, rental affordability calculator 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N68UHATHAEDLN&lc=GB&item_name=BIOSTALL&no_note=0&cn=Add%20special%20instructions%20to%20the%20seller%3a&no_shipping=1¤cy_code=GBP&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted5 4 Requires at least: 3.8 6 Tested up to: 5.9.27 Stable tag: 1.0. 25 Tested up to: 6.9.1 6 Stable tag: 1.0.3 8 7 License: GPLv3 9 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 46 45 == Changelog == 47 46 47 = 1.0.3 = 48 * PHP8.2 compatibility 49 * Declared compatibility for WordPress 6.9.1 50 48 51 = 1.0.2 = 49 52 * CSS tweak to prevent conflict when theme or third party plugin trying to set background on select dropdowns -
property-hive-rental-affordability-calculator/trunk/propertyhive-rental-affordability-calculator.php
r2698942 r3467672 2 2 /** 3 3 * Plugin Name: Property Hive Rental Affordability Calculator 4 * Plugin Uri: http ://wp-property-hive.com/addons/rental-affordability-calculator/4 * Plugin Uri: https://wp-property-hive.com/addons/rental-affordability-calculator/ 5 5 * Description: Quickly and easily add a rental affordability calculator to your website using a simple shortcode 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: PropertyHive 8 * Author URI: http ://wp-property-hive.com8 * Author URI: https://wp-property-hive.com 9 9 */ 10 10 … … 18 18 * @var string 19 19 */ 20 public $version = '1.0. 2';20 public $version = '1.0.3'; 21 21 22 22 /** … … 25 25 protected static $_instance = null; 26 26 27 /** 28 * @var string 29 */ 30 public $id = ''; 31 32 /** 33 * @var string 34 */ 35 public $label = ''; 36 27 37 /** 28 38 * Main Property Hive Rental Affordability Calculator Instance
Note: See TracChangeset
for help on using the changeset viewer.