update_semaphore = $update_semaphore; } /** * @since 0.9.20 */ public function migrate() { if(\Affilicious::VERSION >= '0.9.20' && get_option(self::OPTION) != 'yes') { $this->update_semaphore->install(); delete_option('affilicious_update_semaphore_counter'); delete_option('affilicious_update_semaphore_last_acquire_time'); update_option(self::OPTION, 'yes'); } } }