Changeset 1848082
- Timestamp:
- 03/27/2018 11:23:08 PM (8 years ago)
- Location:
- balfolk-tickets/trunk
- Files:
-
- 2 edited
-
Readme.txt (modified) (1 diff)
-
balfolk-tickets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
balfolk-tickets/trunk/Readme.txt
r1847396 r1848082 37 37 == Changelog == 38 38 39 = 1.1.8 = 40 * Remove product link from cart 41 39 42 = 1.1.7 = 40 43 * Remove product link from order summary table -
balfolk-tickets/trunk/balfolk-tickets.php
r1847396 r1848082 4 4 Plugin URI: https://github.com/filip-be/Balfolk-Tickets 5 5 Description: WordPress ticketing plugin for balfolk events 6 Version: 1.1. 76 Version: 1.1.8 7 7 Author: Filip Bieleszuk 8 8 Author URI: https://github.com/filip-be … … 69 69 add_action( 'woocommerce_checkout_update_order_meta', array($this, 'wc_checkout_update_meta'), 10, 1); 70 70 add_filter( 'woocommerce_order_item_name', array($this, 'wc_remove_permalink_order_table'), 10, 3 ); 71 add_filter( 'woocommerce_cart_item_permalink', '__return_false' ); 71 72 72 73 // Mails
Note: See TracChangeset
for help on using the changeset viewer.