Unable to get changelog data at this time.

%1$s (%2$s)

', 'it-l10n-ithemes-security-pro' ), $changelog->get_error_message(), $changelog->get_error_code() ); } $info = array( 'name' => Ithemes_Updater_Functions::get_package_name( $package['package'] ), 'slug' => dirname( $path ), 'version' => $package['available'], 'author' => 'iThemes', 'download_link' => $package['package-url'], 'sections' => array( 'changelog' => $changelog, ), ); return (object) $info; } }