Plugin Directory

Changeset 2711510


Ignore:
Timestamp:
04/19/2022 11:16:51 AM (3 years ago)
Author:
mahfuz01
Message:

Tagging version trunk

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

Legend:

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

    r2709548 r2711510  
    44Requires at least: 4.0
    55Tested up to: 5.9
    6 Stable tag: 1.2.2
     6Stable tag: 1.2.3
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    7777== Changelog ==
    7878
     79= 1.2.3- 14-04-2022 =
     80* Fixed: Quotation button style issue.
     81
    7982= 1.2.2 - 14-04-2022 =
    8083* Added privacy policy
  • product-quotation-for-woocommerce/trunk/assets/css/pqfw-frontend.css

    r2709540 r2711510  
    130130    float: none;
    131131}
     132
     133a.button.pqfw-button.pqfw-add-to-quotation {font-size: 14px;margin: 10px 0;display: inline-block;}
     134
     135a.pqfw-view-quotation-cart {font-size: 14px;display: block;text-decoration: underline;}
  • product-quotation-for-woocommerce/trunk/assets/js/pqfw-frontend.js

    r2709540 r2711510  
    1919
    2020        sendData : function(button) {
    21             console.log($(button).data('id'));
    2221            var data = {
    2322                productID        : $(button).data('id'),
  • product-quotation-for-woocommerce/trunk/product-quotation-for-woocommerce.php

    r2709548 r2711510  
    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.2
     6 * Version: 1.2.3
    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.2' );
     28define( 'PQFW_PLUGIN_VERSION', '1.2.3' );
    2929
    3030/**
Note: See TracChangeset for help on using the changeset viewer.