PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 2.3.2
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v2.3.2
2.3.2 2.3.1 2.3.0 2.2.8 2.2.7 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.11.1 1.11.2 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.10 1.9.11 All 60 releases
← All changes | merchant.php +3 -3 2.3.12.3.2 View file →
@@ -2,9 +2,9 @@
2 2 /**
3 3 * Plugin Name: Merchant
4 4 * Plugin URI: https://athemes.com/merchant
5 5 * Description: All-in-one WooCommerce plugin for pre-orders, product labels, buy now, quick view, discount rules and more.
6 - * Version: 2.3.1
6 + * Version: 2.3.2
7 7 * Author: aThemes
8 8 * Author URI: https://athemes.com
9 9 * License: GPLv3 or later License
10 10 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -24,10 +24,10 @@
24 24 exit;
25 25 }
26 26
27 27 // Merchant constants.
28 -define( 'MERCHANT_VERSION', '2.3.1' );
29 -define( 'MERCHANT_DB_VERSION', '1.1.0' ); // Update only when the database structure changes. In inc/classes/class-merchant-db-tables.php
28 +define( 'MERCHANT_VERSION', '2.3.2' );
29 +define( 'MERCHANT_DB_VERSION', '1.2.0' ); // Update only when the database structure changes. In inc/classes/class-merchant-db-tables.php
30 30 define( 'MERCHANT_FILE', __FILE__ );
31 31 define( 'MERCHANT_BASE', trailingslashit( plugin_basename( MERCHANT_FILE ) ) );
32 32 define( 'MERCHANT_DIR', trailingslashit( plugin_dir_path( MERCHANT_FILE ) ) );
33 33 define( 'MERCHANT_URI', trailingslashit( plugins_url( '/', MERCHANT_FILE ) ) );