1.6.40

Release Date

September 26, 2023

Description

  • Fix – Addressed the issue in the rep_reviews shortcode where manual or non-synced reviews were not showing. Logic to not show reviews without an assigned agent or agency is now only applied to synced reviews.
  • Fix – Addressed the issue in vault-re listings where auction events were being replaced by the most recent listing that syncs every time.
  • Enhancement – Improved syncing cron job to sync 300 records per batch to avoid having listings not updated.
  • Dev – Added ‘No Search Result Message’ field for auctions and placed event messages field into groups and on a tab view.
  • Tweak – Pointed the plugin frontend JS back to the cloud.
  • Fix – Corrected the function name type on rep__get_ralated_search_categories.
  • Tweak – Removed unused helper functions rep__area_format

Required SQL scripts to be executed after updates

ALTER TABLE `wp_rep_listing_event` DROP PRIMARY KEY; 
ALTER TABLE `wp_rep_listing_event` DROP INDEX `idx_listing_id`; 
ALTER TABLE `wp_rep_listing_event` ADD UNIQUE INDEX idx_listing_event_id (`id`,`listing_id`);
Category Malcolm