Plugin Directory

Changeset 2709548


Ignore:
Timestamp:
04/14/2022 05:47:00 AM (3 years ago)
Author:
mahfuz01
Message:

Tagging version trunk

Location:
product-quotation-for-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • product-quotation-for-woocommerce/trunk/README.txt

    r2709542 r2709548  
    44Requires at least: 4.0
    55Tested up to: 5.9
    6 Stable tag: 1.2.1
     6Stable tag: 1.2.2
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3838Visit [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).
    3939
     40## Privacy Policy
     41Product 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
     43Appsero 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
     45Integrating Appsero SDK **DOES NOT IMMEDIATELY** start gathering data, **without confirmation from users in any case.**
     46
     47Learn more about how [Appsero collects and uses this data](https://appsero.com/privacy-policy/).
     48
    4049== Installation ==
    4150
     
    6877== Changelog ==
    6978
     79= 1.2.2 - 14-04-2022 =
     80* Added privacy policy
     81
    7082= 1.2.1 - 14-04-2022 =
    7183* Updated readme
  • product-quotation-for-woocommerce/trunk/product-quotation-for-woocommerce.php

    r2709542 r2709548  
    44 * Plugin URI: https://github.com/mahafuz/product-quotation-for-woocommerce
    55 * 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.1
     6 * Version: 1.2.2
    77 * Author: Mahafuz <[email protected]>
    88 * Author URI: https://github.com/mahafuz/
     
    2626define( 'PQFW_PLUGIN_VIEWS', trailingslashit( plugin_dir_path( __FILE__ ) . 'includes/Views' ) );
    2727define( 'PQFW_PLUGIN_URL', trailingslashit( plugins_url( '/', __FILE__ ) ) );
    28 define( 'PQFW_PLUGIN_VERSION', '1.2.1' );
     28define( 'PQFW_PLUGIN_VERSION', '1.2.2' );
    2929
    3030/**
Note: See TracChangeset for help on using the changeset viewer.