| @@ -9,9 +9,9 @@ | ||
| 9 | 9 | public $brandname = 'WP Remote'; |
| 10 | 10 | public $badgeinfo = 'wprbadge'; |
| 11 | 11 | public $ip_header_option = 'wpripheader'; |
| 12 | 12 | public $brand_option = 'bv_whitelabel_infos'; |
| 13 | - public $version = '5.65'; | |
| 13 | + public $version = '5.72'; | |
| 14 | 14 | public $webpage = 'https://wpremote.com'; |
| 15 | 15 | public $appurl = 'https://app.wpremote.com'; |
| 16 | 16 | public $slug = 'wpremote/plugin.php'; |
| 17 | 17 | public $plug_redirect = 'wprredirect'; |
| @@ -20,9 +20,10 @@ | ||
| 20 | 20 | public $services_option_name = 'wprconfig'; |
| 21 | 21 | public $author = 'WP Remote'; |
| 22 | 22 | public $title = 'WP Remote'; |
| 23 | 23 | |
| 24 | - const DB_VERSION = '4'; | |
| 24 | + const DB_VERSION = '5'; | |
| 25 | + const AL_CONF_VERSION = '1.1'; | |
| 25 | 26 | |
| 26 | 27 | public function __construct($settings) { |
| 27 | 28 | $this->settings = $settings; |
| 28 | 29 | $this->config = $this->settings->getOption($this->services_option_name); |