Changeset 2709548
- Timestamp:
- 04/14/2022 05:47:00 AM (3 years ago)
- Location:
- product-quotation-for-woocommerce/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
product-quotation-for-woocommerce/trunk/README.txt
r2709542 r2709548 4 4 Requires at least: 4.0 5 5 Tested up to: 5.9 6 Stable tag: 1.2. 16 Stable tag: 1.2.2 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 38 38 Visit [Product Quotation Form For WooCommerce](https://github.com/mahafuz/product-quotation-for-woocommerce) to learn more about how to do better in WordPress with [Help Tutorial, Tips & Tricks]https://github.com/mahafuz/product-quotation-for-woocommerce). 39 39 40 ## Privacy Policy 41 Product Quotation – Product Quotation For WooCommerce uses [Appsero](https://appsero.com) SDK to collect some telemetry data upon user's confirmation. This helps us to troubleshoot problems faster & make product improvements. 42 43 Appsero SDK **does not gather any data by default.** The SDK only starts gathering basic telemetry data **when a user allows it via the admin notice**. We collect the data to ensure a great user experience for all our users. 44 45 Integrating Appsero SDK **DOES NOT IMMEDIATELY** start gathering data, **without confirmation from users in any case.** 46 47 Learn more about how [Appsero collects and uses this data](https://appsero.com/privacy-policy/). 48 40 49 == Installation == 41 50 … … 68 77 == Changelog == 69 78 79 = 1.2.2 - 14-04-2022 = 80 * Added privacy policy 81 70 82 = 1.2.1 - 14-04-2022 = 71 83 * Updated readme -
product-quotation-for-woocommerce/trunk/product-quotation-for-woocommerce.php
r2709542 r2709548 4 4 * Plugin URI: https://github.com/mahafuz/product-quotation-for-woocommerce 5 5 * Description: Removes the 'Add to cart' button from WooCommerce and adds a simple 'Request for quotation' form on all product pages instead of it. 6 * Version: 1.2. 16 * Version: 1.2.2 7 7 * Author: Mahafuz <[email protected]> 8 8 * Author URI: https://github.com/mahafuz/ … … 26 26 define( 'PQFW_PLUGIN_VIEWS', trailingslashit( plugin_dir_path( __FILE__ ) . 'includes/Views' ) ); 27 27 define( 'PQFW_PLUGIN_URL', trailingslashit( plugins_url( '/', __FILE__ ) ) ); 28 define( 'PQFW_PLUGIN_VERSION', '1.2. 1' );28 define( 'PQFW_PLUGIN_VERSION', '1.2.2' ); 29 29 30 30 /**
Note: See TracChangeset
for help on using the changeset viewer.