v 3.6.5 released
This commit is contained in:
parent
9834e907db
commit
e6a8d04dee
|
@ -377,7 +377,7 @@ function mep_add_custom_fields_text_to_order_items($item, $cart_item_key, $value
|
|||
$item->add_meta_data('_event_user_info', $event_user_info);
|
||||
$item->add_meta_data('_event_service_info', $mep_events_extra_prices);
|
||||
$item->add_meta_data('event_id', $eid);
|
||||
$item->add_meta_data('_product_id', $eid);
|
||||
// $item->add_meta_data('_product_id', $eid);
|
||||
$item->add_meta_data('_event_extra_service', $event_extra_service);
|
||||
do_action('mep_event_cart_order_data_add', $values, $item);
|
||||
}
|
||||
|
|
|
@ -836,3 +836,9 @@ New Hook added
|
|||
Admin Settings Fatal Error Issue fixed.
|
||||
Live Icon filter added.
|
||||
13 April 2022*
|
||||
|
||||
|
||||
= 3.6.5=
|
||||
* Update Release:
|
||||
Warning: Invaild Product ID in Checkout Page fixed
|
||||
11 May 2022*
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: Event Manager and Tickets Selling Plugin for WooCommerce
|
||||
* Plugin URI: http://mage-people.com
|
||||
* Description: A Complete Event Solution for WordPress by MagePeople..
|
||||
* Version: 3.6.4
|
||||
* Version: 3.6.5
|
||||
* Author: MagePeople Team
|
||||
* Author URI: http://www.mage-people.com/
|
||||
* Text Domain: mage-eventpress
|
||||
|
|
Loading…
Reference in New Issue