Skip to content

WPCasa 1.3.0

Choose a tag to compare

@codestylist codestylist released this 16 Nov 12:00
· 6 commits to master since this release
  • NEW: Added input field for longitude and latitude to manually set the location of the listing
  • NEW: Switch to using language files from GlotPress.
  • NEW: Sanitize price before saving and remove
  • NEW: A decimal separator has been added in preparation for upcoming functions that require a decimal separator.
  • NEW: Option to select Swiss Franc currency symbol between 'SFr.' and 'CHF'. Default 'CHF'
  • TWEAK: The settings for thousands separator are more flexible, now. Countries that do not use commas or periods are now also covered.
  • TWEAK: Improved use of singular and plural string translation
  • TWEAK: Minified JS files for increase page load
  • TWEAK: Improved PHP 8 compatibility
  • FIX: Added missing file needed for WPCasa Dashboard to show the map
  • FIX: Fixed some notice when debug mode is activated
  • FIX: Fixed SQL error on media page when WP_DEBUG is activated
  • FIX: Fixed insecure direct object references (IDOR) (Thanks to Patchstack)