'16.5-beta0', ]; /** * Badge_Group_Names constructor. * * @param string $version Optional: the current version number. */ public function __construct( $version = null ) { parent::__construct( $version ); if ( ! $version ) { $version = \WPSEO_PREMIUM_VERSION; } $this->version = $version; } }