From e033fd1526d74c2fdabef2a8eaaba1201fd3f2e9 Mon Sep 17 00:00:00 2001 From: Kiran Prajapati Date: Mon, 28 May 2018 14:35:32 +0530 Subject: [PATCH 1/2] WooCommerce category page shows incorrect title - FIXED --- change_log.txt | 3 +++ woocommerce.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/change_log.txt b/change_log.txt index f46aa0d..352079d 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,3 +1,6 @@ +v1.1.9 +WooCommerce category page shows incorrect title - FIXED + v1.1.8 Responsive CSS improvements - CHANGED is_bbpress called without checking if bbpress is active - FIXED diff --git a/woocommerce.php b/woocommerce.php index 456e67f..aa183c9 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -31,7 +31,7 @@ ?>

Date: Thu, 14 Jun 2018 12:42:14 +0530 Subject: [PATCH 2/2] Event dates missing from detail page sidebar - FIXED --- change_log.txt | 1 + inc/geodirectory-compatibility.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/change_log.txt b/change_log.txt index 352079d..216559e 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,5 +1,6 @@ v1.1.9 WooCommerce category page shows incorrect title - FIXED +Event dates missing from detail page sidebar - FIXED v1.1.8 Responsive CSS improvements - CHANGED diff --git a/inc/geodirectory-compatibility.php b/inc/geodirectory-compatibility.php index dbc7c4a..bb6800b 100644 --- a/inc/geodirectory-compatibility.php +++ b/inc/geodirectory-compatibility.php @@ -341,8 +341,8 @@ function sd_img_gallery_output() add_action('geodir_detail_sidebar_inside', 'sd_img_gallery_output', 1); // add recurring dates to sidebar if events installed -if(function_exists('geodir_event_show_shedule_date')){ - add_action('geodir_detail_sidebar_inside', 'geodir_event_show_shedule_date', '1.5'); +if(function_exists('geodir_event_show_schedule_date')){ + add_action('geodir_detail_sidebar_inside', 'geodir_event_show_schedule_date', '1.5'); } /**