Title: Latest Github Release
Author: laurencebahiirwa
Published: <strong>2019年4月20日</strong>
Last modified: 2022年6月21日

---

プラグインを検索

![](https://ps.w.org/latest-github-release/assets/banner-772x250.jpg?rev=2745823)

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](https://ps.w.org/latest-github-release/assets/icon-256x256.jpg?rev=2745823)

# Latest Github Release

 作者: [laurencebahiirwa](https://profiles.wordpress.org/laurencebahiirwa/)

[ダウンロード](https://downloads.wordpress.org/plugin/latest-github-release.2.1.0.zip)

 * [詳細](https://ja.wordpress.org/plugins/latest-github-release/#description)
 * [レビュー](https://ja.wordpress.org/plugins/latest-github-release/#reviews)
 * [開発](https://ja.wordpress.org/plugins/latest-github-release/#developers)

 [サポート](https://wordpress.org/support/plugin/latest-github-release/)

## 説明

Automatically add a download link to the latest Github repo release zips with
 a
shortcode [latest_github_release user=”github” repo=”hub”]

### Usage

Add the shortcode `[latest_github_release user="github" repo="hub"]` to desired 
post/page/widget and save to have the code working.

### options

One can add some customization to the shortcode such as

 * Name of the button = `[latest_github_release name="Desired Name"]`

### Use latest_github_release_link filter Hook

    ```
    `
    ```

add_filter( ‘latest_github_release_link’, ‘gmlatest_github_release_link’, 10, 3 );

function gmlatest_github_release_link( $html, $atts, $zip_url ) {

    ```
    // Add another class to the <a>.
    $atts['class'] .= ' another-class';

    // Add <h2> around the tag.
    $html = (
        '<h2><a href="' . esc_attr( $zip_url ) . '"'
        . ' class="' . esc_attr( $atts['class'] ) . '">'
        . esc_html( $atts['name'] )
        . '</a></h2>'
    );

    return $html;
    ```

}
 `

**Note:**
 1. Name attribute defaults to the word “Download” 1. Name is usedin combination
with the other attribbutes user & repo.

### Contribute/Issues/Feedback

If you have any feedback, just write an issue. Or fork the code and submit a PR 
[on Github](https://github.com/bahiirwa/Latest-Github-Release).

## スクリーンショット

 * [[
 * [[
 * [[
 * [[

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

Latest Github Release はオープンソースソフトウェアです。以下の人々がこのプラグイン
に貢献しています。

貢献者

 *   [ laurencebahiirwa ](https://profiles.wordpress.org/laurencebahiirwa/)
 *   [ James Nylen ](https://profiles.wordpress.org/jnylen0/)

“Latest Github Release” は2ロケールに翻訳されています。 [翻訳者](https://translate.wordpress.org/projects/wp-plugins/latest-github-release/contributors)
のみなさん、翻訳へのご協力ありがとうございます。

[“Latest Github Release” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/latest-github-release)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/latest-github-release/)
するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/latest-github-release/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/latest-github-release/)
を [RSS](https://plugins.trac.wordpress.org/log/latest-github-release/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

** 2.1.0 **
 – Test for WP 6.0 – Fix missing $zip_url in filter.

** 2.0.0 **
 – Updates the plugin to use static functions and to have code that 
is re-usable by other plugins.

** 1.2.0 **
 – Fix Caching errors. – Better docs. – Coding style/consistency fixes.

** 1.1.0 **
 – Code improvements.

** 1.0.0 **
 – Initial Release.

## メタ

 *  バージョン **2.1.0**
 *  最終更新日 **4年前**
 *  有効インストール数 **10未満**
 *  WordPress バージョン ** 4.9またはそれ以降 **
 *  検証済み最新バージョン: **6.0.12**
 *  PHP バージョン ** 5.6またはそれ以降 **
 *  言語
 * [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/latest-github-release/)、
   [English (US)](https://wordpress.org/plugins/latest-github-release/)、[Luganda](https://lug.wordpress.org/plugins/latest-github-release/).
 *  [プラグインを翻訳](https://translate.wordpress.org/projects/wp-plugins/latest-github-release)
 * タグ
 * [Github](https://ja.wordpress.org/plugins/tags/github/)[latest](https://ja.wordpress.org/plugins/tags/latest/)
   [release](https://ja.wordpress.org/plugins/tags/release/)[zip](https://ja.wordpress.org/plugins/tags/zip/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/latest-github-release/advanced/)

## 評価

レビューはまだ送信されていません。

[Your review](https://wordpress.org/support/plugin/latest-github-release/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/latest-github-release/reviews/)

## 貢献者

 *   [ laurencebahiirwa ](https://profiles.wordpress.org/laurencebahiirwa/)
 *   [ James Nylen ](https://profiles.wordpress.org/jnylen0/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/latest-github-release/)

## 寄付

このプラグインが今後も改善できるよう応援しませんか ?

 [ このプラグインに寄付 ](https://omukiguy.com/)