@@ -311,17 +311,17 @@  | 
                                                    ||
| 311 | 311 | $this->_remote_update_url,  | 
                                                        
| 312 | 312 | $this->_path,  | 
                                                        
| 313 | 313 | array(  | 
                                                        
| 314 | - 'version' => $this->_version, // current version number  | 
                                                        |
| 315 | - 'license' => \GV\Utils::get( $license, 'license_key', \GV\Utils::get( $license, 'license', null ) ),  | 
                                                        |
| 316 | - 'item_id' => $this->_item_id, // The ID of the download on _remote_update_url  | 
                                                        |
| 317 | - 'item_name' => $this->_title, // name of this plugin  | 
                                                        |
| 318 | - 'author' => strip_tags( $this->_author ), // author of this plugin  | 
                                                        |
| 319 | - 'php_version' => phpversion(),  | 
                                                        |
| 320 | - 'wp_version' => get_bloginfo( 'version' ),  | 
                                                        |
| 321 | - 'gv_version' => \GV\Plugin::$version,  | 
                                                        |
| 322 | - 'environment' => function_exists( 'wp_get_environment_type' ) ? wp_get_environment_type() : 'production',  | 
                                                        |
| 323 | - )  | 
                                                        |
| 324 | - );  | 
                                                        |
| 314 | + 'version' => $this->_version, // current version number  | 
                                                        |
| 315 | + 'license' => \GV\Utils::get( $license, 'license_key', \GV\Utils::get( $license, 'license', null ) ),  | 
                                                        |
| 316 | + 'item_id' => $this->_item_id, // The ID of the download on _remote_update_url  | 
                                                        |
| 317 | + 'item_name' => $this->_title, // name of this plugin  | 
                                                        |
| 318 | + 'author' => strip_tags( $this->_author ), // author of this plugin  | 
                                                        |
| 319 | + 'php_version' => phpversion(),  | 
                                                        |
| 320 | + 'wp_version' => get_bloginfo( 'version' ),  | 
                                                        |
| 321 | + 'gv_version' => \GV\Plugin::$version,  | 
                                                        |
| 322 | + 'environment' => function_exists( 'wp_get_environment_type' ) ? wp_get_environment_type() : 'production',  | 
                                                        |
| 323 | + )  | 
                                                        |
| 324 | + );  | 
                                                        |
| 325 | 325 | }  | 
                                                        
| 326 | 326 | |
| 327 | 327 | /**  |