Changeset 2709542
- Timestamp:
- 04/14/2022 05:35:34 AM (3 years ago)
- Location:
- product-quotation-for-woocommerce/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
product-quotation-for-woocommerce/trunk/README.txt
r2709540 r2709542 3 3 Tags: product, quotation, woocommerce, contact form, mail 4 4 Requires at least: 4.0 5 Tested up to: 5. 66 Stable tag: 1.2. 05 Tested up to: 5.9 6 Stable tag: 1.2.1 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 68 68 == Changelog == 69 69 70 = 1.2.1 - 14-04-2022 = 71 * Updated readme 72 70 73 = 1.2.0 - 14-04-2022 = 71 74 * Rewrite the whole plugin features -
product-quotation-for-woocommerce/trunk/product-quotation-for-woocommerce.php
r2709540 r2709542 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. 06 * Version: 1.2.1 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. 0' );28 define( 'PQFW_PLUGIN_VERSION', '1.2.1' ); 29 29 30 30 /**
Note: See TracChangeset
for help on using the changeset viewer.