diff --git a/change_log.txt b/change_log.txt index 659c469..5977581 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,3 +1,6 @@ +v1.1.8 +Remove send to friend functionality as it against the GDPR policy - CHANGED + v1.1.7 Mobile details page tabs now close and scroll to show tab title - CHANGED Don't translate GD post types/taxonomies if disabled in WPML settings - CHANGED diff --git a/inc/geodirectory-compatibility.php b/inc/geodirectory-compatibility.php index 8cf8cda..a32139f 100644 --- a/inc/geodirectory-compatibility.php +++ b/inc/geodirectory-compatibility.php @@ -276,7 +276,7 @@ function my_change_sidebar_content_order($arr) /** * Output the listings images as a gallery. * - * Used to add the listins images to the sidebar. + * Used to add the listing images to the sidebar. * * @since 1.0.0 */ @@ -553,9 +553,8 @@ function sd_theme_deactivation($newname, $newtheme) { -//remove send to friend/enquiry from details page +//remove send to enquiry from details page add_filter("geodir_show_geodir_email", '__return_false'); -remove_action('geodir_after_detail_page_more_info', 'geodir_payment_sidebar_show_send_to_friend', 11); function sd_detail_display_notices() { if (geodir_is_page('detail')) { @@ -574,14 +573,6 @@ function sd_detail_display_notices() { -