1.6.45

Release Date

October 9, 2023

Description

  • Enhancement – Agency experience updates.
    • Updated post links to add URL parameters if agency experience is enabled and separated breadcrumbs option to allow breadcrumbs display.
    • Allowed custom agent menu applicable only for agency experience mode setup.
    • Replaced logo link URL to go to the current active agency single page.
    • Added advanced sub-page option under agency and moved all options related to agency experience mode.
    • Deprecated rep__get_breadcrumb_url_params function and changed to rep__agency_exp_url_params.
  • Fix – Fixed the problem with the “Meet the Team” link not opening the modal due to changes in the section ID naming.
  • Fix – Fixed the issue with template redirect where URLs based on the format were not accepted when there were URL request parameters included.

Required SQL scripts to be executed after updates

UPDATE `wp_options` SET `option_name` = 'rep_agency_breadcrumb_menu' WHERE `option_name` = 'rep_general_breadcrumb_menu';

UPDATE `wp_options` SET `option_name` = 'rep_agency_menu' WHERE `option_name` = 'rep_agency_general_menu';
Category Malcolm