コード例 #1
0
ファイル: Upgrader.php プロジェクト: jeremycherfas/grav-blog
 /**
  * Returns the changelog list for each version of Grav
  *
  * @param string $diff the version number to start the diff from
  *
  * @return array return the changelog list for each version
  */
 public function getChangelog($diff = null)
 {
     return $this->remote->getChangelog($diff);
 }