diff --git a/css/style.css b/css/style.css
index 17b51a0..753ea87 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1032,4 +1032,5 @@ div.item_hover_effect a:hover{color:#346B80;background-color:#fff;border:1px sol
div.three_column,
div.four_column{width:100%;margin: 0 0 15px 0;}
div.column_style{min-width: calc(100% - 14px) !important;}
-}
\ No newline at end of file
+}
+.mep-default-sidrbar-meta i{margin: 0 7px 0 0;}
\ No newline at end of file
diff --git a/inc/mep_extra_price.php b/inc/mep_extra_price.php
index 4b68ba0..8025d1a 100644
--- a/inc/mep_extra_price.php
+++ b/inc/mep_extra_price.php
@@ -112,18 +112,19 @@ function mep_display_custom_fields_text_cart($item_data, $cart_item)
$recurring = get_post_meta($eid, 'mep_enable_recurring', true) ? get_post_meta($eid, 'mep_enable_recurring', true) : 'no';
$time_status = get_post_meta($eid, 'mep_disable_ticket_time', true) ? get_post_meta($eid, 'mep_disable_ticket_time', true) : 'no';
+ $start_time = get_post_meta($eid,'event_start_time',true);
echo "
";
if($recurring == 'everyday' && $time_status == 'no'){
-
+
if (is_array($ticket_type_arr) && sizeof($ticket_type_arr) > 0 && sizeof($user_info) == 0) {
foreach ($ticket_type_arr as $_event_recurring_date) {
if($hide_date_status == 'no'){
?>
- - :
+ - :
0) {
foreach ($ticket_type_arr as $_event_recurring_date) {
- $item->add_meta_data($date_text, get_mep_datetime($_event_recurring_date['event_date'], 'date-text'));
+ $item->add_meta_data($date_text, get_mep_datetime($_event_recurring_date['event_date'].' '.$start_time, 'date-time-text'));
}
}
}elseif ($recurring == 'yes') {
diff --git a/inc/mep_functions.php b/inc/mep_functions.php
index d209840..1a20dd6 100755
--- a/inc/mep_functions.php
+++ b/inc/mep_functions.php
@@ -3681,4 +3681,21 @@ function mep_default_sidebar_reg() {
'after_title' => '',
) );
}
-add_action( 'widgets_init', 'mep_default_sidebar_reg' );
\ No newline at end of file
+add_action( 'widgets_init', 'mep_default_sidebar_reg' );
+
+//********************Share button*************//
+add_action('mep_after_social_share_list','mep_custom_share_btn',10,1);
+function mep_custom_share_btn($event_id){
+?>
+-
+
+
+
+
+-
+
+
+
+
+ "vertical",
'sort' => 'ASC'
);
+
$params = shortcode_atts($defaults, $atts);
$cat = $params['cat'];
$org = $params['org'];
diff --git a/readme.txt b/readme.txt
index 3f4d4be..5d05dfb 100644
--- a/readme.txt
+++ b/readme.txt
@@ -11,7 +11,7 @@ WC tested up to: 5.0
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
-
+
WooCommerce Event Manager is a Event Plugin for WordPress which is based on WooCommerce.
== Description ==
@@ -718,4 +718,11 @@ Hook added
= 3.4.6=
* Update Release:
Total Price 0 issue fixed
-02 March 2021*
\ No newline at end of file
+02 March 2021*
+
+= 3.4.8=
+* Update Release:
+New Social Icon added
+Bug Fixed
+Hook Added
+15 March 2021*
\ No newline at end of file
diff --git a/woocommerce-event-press.php b/woocommerce-event-press.php
index b533cf3..3a7b3b0 100644
--- a/woocommerce-event-press.php
+++ b/woocommerce-event-press.php
@@ -3,7 +3,7 @@
* Plugin Name: Woocommerce Events Manager
* Plugin URI: http://mage-people.com
* Description: A Complete Event Solution for WordPress by MagePeople..
- * Version: 3.4.7
+ * Version: 3.4.8
* Author: MagePeople Team
* Author URI: http://www.mage-people.com/
* Text Domain: mage-eventpress