PluginProbe
Tiered Pricing Table for WooCommerce / 2.2.2
Tiered Pricing Table for WooCommerce v2.2.2
7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 All 90 releases
← All changes | src/BackgroundProcessing/Updater/Updater.php +1 -1 2.02.2.2 View file →
@@ -7,9 +7,9 @@
7 7
8 8 const DB_OPTION = 'tiered_price_table_version';
9 9
10 10 public function checkForUpdates() {
11 - return $this->compare( TierPricingTablePlugin::VERSION );
11 + return $this->compare( TierPricingTablePlugin::DB_VERSION );
12 12 }
13 13
14 14 private function compare( $version ) {
15 15 $dbVersion = get_option( self::DB_OPTION, '1.1' );