Changeset 2192461
- Timestamp:
- 11/14/2019 07:09:49 AM (6 years ago)
- Location:
- estimate-delivery-date-for-woocommerce/trunk
- Files:
-
- 2 edited
-
admin/class-pi-edd-menu.php (modified) (1 diff)
-
pi-edd.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
estimate-delivery-date-for-woocommerce/trunk/admin/class-pi-edd-menu.php
r2154038 r2192461 41 41 'pi-edd', 42 42 array($this, 'menu_option_page'), 43 'dashicons-randomize',44 43 6 45 44 ); -
estimate-delivery-date-for-woocommerce/trunk/pi-edd.php
r2188833 r2192461 10 10 * 11 11 * @link piwebsolution.com 12 * @since 4.3. 312 * @since 4.3.4 13 13 * @package Pi_Edd 14 14 * … … 17 17 * Plugin URI: https://www.piwebsolution.com/cart/?add-to-cart=879 18 18 * Description: WooCommerce Estimated delivery date per product, You don't have to set dates in each product, just add it in shipping method, based on shipping days and product preparation days it shows estimated shipping date per product and also considers holidays 19 * Version: 4.3. 319 * Version: 4.3.4 20 20 * Author URI: https://www.piwebsolution.com/ 21 21 * Author: PI Websolution … … 82 82 * Rename this for your plugin and update it as you release new versions. 83 83 */ 84 define( 'PI_EDD_VERSION', '4.3. 3' );84 define( 'PI_EDD_VERSION', '4.3.4' ); 85 85 define( 'PISOL_EDD_DELETE_SETTING', false ); 86 86 define('PI_EDD_BUY_URL', 'https://www.piwebsolution.com/checkout/?add-to-cart=879&variation_id=1123');
Note: See TracChangeset
for help on using the changeset viewer.