This commit is contained in:
2024-02-27 12:06:55 +01:00
parent e204c8a53e
commit 4d479cedaf
77 changed files with 1 additions and 4761 deletions

View File

@ -12,7 +12,7 @@ class BdpVersionChecker
{
$plugin_data = get_plugin_data( BDP_LV_STARTUP_FILE );
$this->plugin_slug = BDP_LV_PLUGIN_SLUG;
$this->updateUrl = $plugin_data['UpdateURI'] . '/info_development.json';
$this->updateUrl = $plugin_data['UpdateURI'] . '/info.json';
$this->version = $plugin_data['Version'];
$this->cache_key = 'bdp-kompass-upd';
$this->cache_allowed = false;