Changeset 2986945
- Timestamp:
- 10/31/2023 06:05:30 PM (2 years ago)
- Location:
- flance-add-multiple-products-order-form-for-woocommerce
- Files:
-
- 52 added
- 2 edited
-
tags/3.0.0 (added)
-
tags/3.0.0/LICENSE (added)
-
tags/3.0.0/admin (added)
-
tags/3.0.0/admin/class-flance-add-multiple-products-admin.php (added)
-
tags/3.0.0/admin/css (added)
-
tags/3.0.0/admin/css/flance-add-multiple-products-admin.css (added)
-
tags/3.0.0/admin/img (added)
-
tags/3.0.0/admin/img/logo.png (added)
-
tags/3.0.0/admin/img/sodathemes-typw.png (added)
-
tags/3.0.0/admin/img/sodathemes-wamp.png (added)
-
tags/3.0.0/admin/img/sodathemes-wsc.png (added)
-
tags/3.0.0/admin/index.php (added)
-
tags/3.0.0/admin/js (added)
-
tags/3.0.0/admin/js/flance-add-multiple-products-admin.js (added)
-
tags/3.0.0/admin/partials (added)
-
tags/3.0.0/admin/partials/html-admin-form.php (added)
-
tags/3.0.0/admin/partials/index.php (added)
-
tags/3.0.0/flance_add_multiple_products_order_form_woocommerce.php (added)
-
tags/3.0.0/includes (added)
-
tags/3.0.0/includes/class-flance-add-multiple-products-activator.php (added)
-
tags/3.0.0/includes/class-flance-add-multiple-products-deactivator.php (added)
-
tags/3.0.0/includes/class-flance-add-multiple-products-i18n.php (added)
-
tags/3.0.0/includes/class-flance-add-multiple-products-loader.php (added)
-
tags/3.0.0/includes/class-flance-add-multiple-products.php (added)
-
tags/3.0.0/includes/index.php (added)
-
tags/3.0.0/index.php (added)
-
tags/3.0.0/languages (added)
-
tags/3.0.0/languages/flance-add-multiple-products-order-form-woocommerce.pot (added)
-
tags/3.0.0/public (added)
-
tags/3.0.0/public/class-flance-add-multiple-products-public.php (added)
-
tags/3.0.0/public/css (added)
-
tags/3.0.0/public/css/flance-add-multiple-products-public.css (added)
-
tags/3.0.0/public/helpers.php (added)
-
tags/3.0.0/public/img (added)
-
tags/3.0.0/public/img/loading.gif (added)
-
tags/3.0.0/public/index.php (added)
-
tags/3.0.0/public/js (added)
-
tags/3.0.0/public/js/flance-add-multiple-products-public.js (added)
-
tags/3.0.0/public/partials (added)
-
tags/3.0.0/public/partials/html-calculas.php (added)
-
tags/3.0.0/public/partials/html-public-shortcode-input-field.php (added)
-
tags/3.0.0/public/partials/html-public-table.php (added)
-
tags/3.0.0/public/partials/index.php (added)
-
tags/3.0.0/readme.txt (added)
-
tags/3.0.0/uninstall.php (added)
-
tags/3.0.0/widget (added)
-
tags/3.0.0/widget/class-flance-add-multiple-products-widget.php (added)
-
tags/3.0.0/widget/index.php (added)
-
tags/3.0.0/widget/partials (added)
-
tags/3.0.0/widget/partials/html-admin-view.php (added)
-
tags/3.0.0/widget/partials/html-public-view.php (added)
-
tags/3.0.0/widget/partials/index.php (added)
-
trunk/flance_add_multiple_products_order_form_woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
flance-add-multiple-products-order-form-for-woocommerce/trunk/flance_add_multiple_products_order_form_woocommerce.php
r2981367 r2986945 15 15 * Plugin Name: Flance Add Multiple Products order form for Woocommerce 16 16 * Description: This plugin adds the functionality to add bulk products from one input. It adds an input field at the end of cart page. From this input field you can add multiple products to cart by Ajax request 17 * Version: 2.1.017 * Version: 3.0.0 18 18 * Author: Rusty 19 19 * Author URI: http://www.flance.info … … 84 84 } 85 85 86 86 87 function flance_wamp_admin_notice_error() { 87 88 ?> -
flance-add-multiple-products-order-form-for-woocommerce/trunk/readme.txt
r2981367 r2986945 77 77 78 78 == Upgrade Notice == 79 80 = 3.0.0 = 81 added Check for pro version 82 79 83 = 2.1.0 = 80 84 Small fixes
Note: See TracChangeset
for help on using the changeset viewer.