Plugin Directory

Changeset 2709548

Timestamp:
04/14/2022 05:47:00 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

    r2709542 r2709548  
    44Requires at least: 4.0
    55Tested up to: 5.9
    6 Stable tag: 1.2.1
     6Stable tag: 1.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
     41
     42
     43
     44
     45
     46
     47
     48
    4049== Installation ==
    4150
     
    6877== Changelog ==
    6978
     79
     80
     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.
    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.1' );
     28define( 'PQFW_PLUGIN_VERSION', '1.2.' );
    2929
    3030/**
Note: See TracChangeset for help on using the changeset viewer.