Skip to content

Easy Property Listings 3.5

Compare
Choose a tag to compare
@mervb mervb released this 08 Nov 07:54
· 168 commits to master since this release
  • New: Hook Replaced: epl_property_tab_section replaced with epl_property_features, the older hook is kept for backward compatibility.
  • New: Filters added to alter an empty value if required: epl_get_year_built_empty_value, epl_get_property_bed_empty_value, epl_get_property_bath_empty_value, epl_get_property_rooms_empty_value, epl_get_parking_spaces_empty_value, epl_get_property_garage_empty_value, epl_get_property_carport_empty_value, epl_get_air_conditioning_empty_value, epl_get_property_pool_empty_value, epl_get_security_system_empty_value
  • New: Using the global status function to get status labels.
  • New: Prefixed Google Maps API key script name.
  • New: Display hidden fields in admin when editing listings.
  • New: Additional args for custom template action: eplloop_template{$post_type}, epl_loop_template.
  • New: Search shortcode and widgets. Support for instance ID, fallback generates unique instance ID automatically. Allowing multiple search with tabs on the same page to not clash with each other.
  • New: Added support for 'status' in search shortcodes.
  • New: Support for conditional fields in extension settings.
  • New: Support for number type field for widget settings.
  • New: Edit Listing google maps error message added.
  • New: Edit Listing when you manually edit the map coordinates the map preview will update.
  • New: Helper Function: epl_get_property_meta_label allowing you to get the meta value as label.
  • New: [listing_results] Shortcode to display listing search results in page builders and themes. This shortcode will load the search results loop. For use in Page Builders like Elementor, Divi, WP Bakery, Visual Composer.
  • New: Twitter X icon added to SVG and sprites PNG.
  • New: Filter: epl_map_display_defaults to alter the default map display options.
  • New: Czech translation of plugin by RadZah.
  • New: Czech currency support to properly format price.
  • New: Unique IDs for all field wrappers.
  • Tweak: Welcome screen removed and images to minimise translation requirements. Visit https://easypropertylistings.com.au/whats-new/ instead.
  • Tweak: [listing_map] Shortcode Added width, height and zoom options and allowed usage on any page.
  • Tweak: Shortcode results message allow basic html.
  • Tweak: Shortcodes, make sure meta_query in arg is defined as array, prior to usage.
  • Tweak: Added accessibility labels to select elements.
  • Tweak: Escaping additional widget elements.
  • Tweak: Correct spelling of Separate.
  • Tweak: Additional PHP 8.2 code improvements.
  • Tweak: Prevent importing non text files in settings.
  • Fix: Removed referenced to builder functions.
  • Fix: Contacts, PHP 8.2 fix paginated link warnings when phone, name, email is empty.
  • Fix: Availability time is only shown when there is a date.
  • Fix: Toolbar items function missing arguments.
  • Fix: Notice error on add-ons page.
  • Fix: Improvements to settings imports if file is incorrectly uploaded.
  • Fix: Price Sticker, inspections code trim string when is null.
  • Fix: PHP 8.2 Automatic conversion of false to array is deprecated fix.
  • Fix: Floor plans, energy certificate, external links and min web labels using esc_html instead of esc_attr.