Plugin Directory

Changeset 2709542

Timestamp:
04/14/2022 05:35:34 AM (2 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

    r2709540 r2709542  
    33Tags: product, quotation, woocommerce, contact form, mail
    44Requires at least: 4.0
    5 Tested up to: 5.6
    6 Stable tag: 1.2.0
     5Tested up to: 5.
     6Stable tag: 1.2.
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    6868== Changelog ==
    6969
     70
     71
     72
    7073= 1.2.0 - 14-04-2022 =
    7174* Rewrite the whole plugin features
  • product-quotation-for-woocommerce/trunk/product-quotation-for-woocommerce.php

    r2709540 r2709542  
    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.0
     6 * Version: 1.2.
    77 * Author: Mahafuz <m.mahfuz.me@gmail.com>
    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.0' );
     28define( 'PQFW_PLUGIN_VERSION', '1.2.' );
    2929
    3030/**
Note: See TracChangeset for help on using the changeset viewer.