Plugin Directory

Changeset 3467672


Ignore:
Timestamp:
02/23/2026 12:09:45 PM (5 weeks ago)
Author:
PropertyHive
Message:

Update to version 1.0.3

Location:
property-hive-rental-affordability-calculator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • property-hive-rental-affordability-calculator/trunk/README.txt

    r2698942 r3467672  
    22Contributors: PropertyHive,BIOSTALL
    33Tags: 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&currency_code=GBP&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
    54Requires at least: 3.8
    6 Tested up to: 5.9.2
    7 Stable tag: 1.0.2
     5Tested up to: 6.9.1
     6Stable tag: 1.0.3
    87License: GPLv3
    98License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4645== Changelog ==
    4746
     47= 1.0.3 =
     48* PHP8.2 compatibility
     49* Declared compatibility for WordPress 6.9.1
     50
    4851= 1.0.2 =
    4952* 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  
    22/**
    33 * 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/
    55 * Description: Quickly and easily add a rental affordability calculator to your website using a simple shortcode
    6  * Version: 1.0.2
     6 * Version: 1.0.3
    77 * Author: PropertyHive
    8  * Author URI: http://wp-property-hive.com
     8 * Author URI: https://wp-property-hive.com
    99 */
    1010
     
    1818     * @var string
    1919     */
    20     public $version = '1.0.2';
     20    public $version = '1.0.3';
    2121
    2222    /**
     
    2525    protected static $_instance = null;
    2626   
     27    /**
     28     * @var string
     29     */
     30    public $id = '';
     31
     32    /**
     33     * @var string
     34     */
     35    public $label = '';
     36
    2737    /**
    2838     * Main Property Hive Rental Affordability Calculator Instance
Note: See TracChangeset for help on using the changeset viewer.