| @@ -33,9 +33,9 @@ | ||
| 33 | 33 | * @var Freemius |
| 34 | 34 | */ |
| 35 | 35 | private $licence; |
| 36 | 36 | |
| 37 | - const VERSION = '2.2.3'; | |
| 37 | + const VERSION = '2.2.2'; | |
| 38 | 38 | |
| 39 | 39 | const DB_VERSION = '2.0'; |
| 40 | 40 | |
| 41 | 41 | /** |
| @@ -167,9 +167,8 @@ | ||
| 167 | 167 | delete_option( Settings::SETTINGS_PREFIX . 'lowest_prefix' ); |
| 168 | 168 | delete_option( Settings::SETTINGS_PREFIX . 'head_discount_text' ); |
| 169 | 169 | delete_option( Settings::SETTINGS_PREFIX . 'clickable_table_rows' ); |
| 170 | 170 | delete_option( Settings::SETTINGS_PREFIX . 'show_total_price' ); |
| 171 | - delete_option( Settings::SETTINGS_PREFIX . 'tiered_price_at_product_page' ); | |
| 172 | 171 | |
| 173 | 172 | delete_option( Updater::DB_OPTION ); |
| 174 | 173 | } |
| 175 | 174 | |