Loading...

1.8.0

  • New – Import and save Propstack status as object meta.
  • New – Compatible with PHP 8.0 up to 8.3
  • New – Added notice when required plugin WPCasa is not installed
  • New – Added import of geolocation data from Propstack into WPCasa to display the listing on a map at the right location
  • New – Introduced the new shortcode [wpp_wpcasa_listings]
  • Tweak – Added more details on settings status page
  • Tweak – Improved subsequent support for additional languages
  • Tweak – Improved multilingual import for taxonomies (no more language code behind slug)
  • Tweak – Improved runtime speed
  • Tweak – Deletes the media file and downloads it again if the file does not exist or is zero bytes in size
  • Tweak – Improved text
  • Tweak – Improved license handling
  • Tweak – Some error messages have been removed
  • Bugfix – Sometimes the media folder was not deleted when deleting an item. This problem has been fixed
  • Bugfix – Values were no longer imported, with standard field configuration
  • Bugfix – Fixed an issue where existing taxonomies were not linked to new ones when adding a new language using Polylang and re-creating WPCasa taxonomies to them add for the new language
  • Compatibility – Compatible with WordPress 6.0-6.5

1.7.0

  • Tweak – moved handling of images in a separate class
  • Bugfix – fixed wrong handling during import of additional attached images (beside those in the gallery).
  • Bugfix – fixed, parameter max for wp cli import was not considered when value equal to 1.
  • Bugfix – fixed, error with listing label when Polylang is not activated.
  • Compatibility – Compatible with WordPress 5.9

1.6.2

  • Bugfix – fixed issue with listing label. When label already exists sometimes it will not be added as label for the listing.

1.6.1

  • Tweak – added required PHP version check to execute wp command

1.6.0

  • New – added new option to select a status to mark the object as “not available”
  • New – added support and import for listing labels (presupposes WPCasa Listing Labels)
  • Tweak – increased the required PHP version to 7.3
  • Bugfix – fixed import aborted when a property has no description
  • Bugfix – fixed wrong license status on license page

1.5.1

  • Enhancement – improved cURL to reduce timeout while receiving data from Propstack (now, waiting 10 seconds before timeout the connection and 15 seconds before receiving data timeout)
  • Enhancement – updated languages files
  • Tweak – added version number on settings screen

1.5.0

  • Branding – new name, due of legal reason
  • Enhancement – show listing gallery in backend when just using WPCasa without WPCasa theme
  • Enhancement – option to delete attached media when listings are deleted
  • Enhancement – option to delete listings when they are not available in Propstack anymore
  • Tweak – improved messages on command line and for debugging
  • Bugfix – show energy value widget only when at least one value is available
  • Bugfix – copy additional listing metadata when translating a listing in the backend
  • Bugfix – fixed redirect to object or print page by Propstack ID when attachment and listing with the same ID exist
  • Bugfix – fixed fatal error when importing a single id with wp-cli
  • Bugfix – fixed not saving Propstack values when it was 0 (like floor 0 for ground floor)

1.4.0

  • Enhancement – added list of Propstack fields in on field mapping page
  • Enhancement – support for Propstack custom fields on field mapping page
  • Enhancement – added WP-CLI support and dropped support for import.php
  • Compatibility – Compatible with WordPress 5.8

1.3.1

  • Enhancement – added message if DB_HOST needs to be changed
  • Enhancement – The provided images position from Propstack is not reliable. So, the position changed based on the order of the images array.
  • Bugfix – show local site time instead GMT on import messages

1.3.0

  • Enhancement – added widget for energy values
  • Enhancement – added native function wpp_get_energy_values_html() which returns the list of energy values
  • Enhancement – added native function wpp_energy_value_unit() which returns the energy value with the right unit

1.2.6

  • Bugfix – fixed wrong language of text when importing values for bool field

1.2.5

  • Bugfix – fixed delete detail values when removed in Propstack

1.2.4

  • Bugfix – fixed PHP warnings
  • Tweak – creating default terms
  • Enhancement – added admin search by Propstack ID
  • Compatibility – Compatible with WordPress 5.7.1

1.2.3

  • Bugfix – fixed error when adding default terms in conjunction with Polylang/Polylang Pro
  • Enhancement – added Propstack Key column on taxonomy admin page
  • Enhancement – improved loop for custom listing details

1.2.2

  • Enhancement – added option to set up block size for import

1.2.1

  • Tweak – added Spanish language support

1.2.0

  • Tweak – added batch retrieving for objects to prevent a timeout by Propstack API
  • Tweak – improved creating API url
  • Tweak – added status to API url for loading just the objects with the defined status (decrease import duration)
  • Tweak – changed api url from crm.propstack.de to api.propstack.de
  • Tweak – tested up to WordPress 5.5.1
  • Tweak – call url with Propstack ID and be redirected to the print page. Use format www.your-domain.com/[lang]/prt/[id], where lang is optional and id is the Prostack id
  • Enhancement – added notification emails for API errors
  • Enhancement – flexible import of additional Propstack fields as WPCasa Listing detail
  • Enhancement – added feature to add more listing details and link them with Propstack API fields
  • Bug – several bug fixes and code improvements

1.1.4

  • Tweak – tested up to WordPress 5.4.2
  • Tweak – tested up to WPCasa 1.2.4
  • Tweak – added compatibility with integrated WPCasa Admin Map UI
  • Tweak – force object update if featured image is missing
  • Enhancement – open url with Propstack ID and be redirected to the right property page. Use format www.your-domain.com/[lang]/obj/[id], where lang is optional and id is the Prostack id
  • Enhancement – added import of energy values
  • Enhancement – added ability to send notification email after import
  • Bug – changed w/ Propstack mapped value for “Living space”
  • Hooks – added filter wpp_listing_mapping_meta to modify meta data during listing creation

1.1.3

  • Tweak – move existing Propstack images from WP upload folder to dedicated Propstack folder and sort by Propstack ID, during import.
  • Tweak – changed image download procedure using WordPress core function.
  • Bugfix – fixed an issue if imported image file is scaled by WordPress, because of the file size.

1.1.2

  • Tweak – now, we save Propstack images in dedicated folder to prevent issues with images from different object which have the same file name.
  • Bugfix – handling of images with the same file name for different objects.
  • Hooks – added filter wpps_upload_folder to change folder object images.

1.1.1

  • Tweak – check for featured image also, if we only do an update of the image
  • Tweak – fixed if property id is not unique in WordPress (e.g. a property is deleted in Propstack which is set to draft in WordPress. Afterwards a property with the same property id is created in Propstack and imported in WordPress.)
  • Enhancement – code improvements under the hood
  • Enhancement – added more outputs to debug log
  • Bugfix – fixed issues while assigning locations to listings and we use multiple languages
  • Bugfix – fixed some issues with images if we use multiple languages and download from Propstack fails

1.1.0

  • Tweak – added backup listing agent in settings
  • Tweak – added Propstack id to listing column
  • Tweak – changed WPCasa Object Type from Propstack objecttype_ to rstype_
  • Tweak – changed WPCasa Category from Propstack rstype_ to rscategory_
  • Tweak – remove default import user
  • Enhancement – import Propstack Merkmale for WPCasa Features
  • Enhancement – import Propstack Merkmale for WPCasa Features
  • Enhancement – added field ‘others’ for import description
  • Enhancement – added ability to set property status for import
  • Bugfix – some issues with terms and images for only one language
  • SEO – added h2 tag to description headlines

1.0.0

version 1.0 is the initial version