Title: Latest Github Release
Author: laurencebahiirwa
Published: <strong>એપ્રિલ 20, 2019</strong>
Last modified: જૂન 21, 2022

---

પ્લગીન શોધો

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

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

![](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://gu.wordpress.org/plugins/latest-github-release/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/latest-github-release/#reviews)
 * [ડેવલપમેન્ટ](https://gu.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).

## સ્ક્રીનશોટ

[[

[[

[[

[[

## સમીક્ષાઓ

આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ 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/),
જોવો[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/latest-github-release/),
અથવા સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/latest-github-release/)
દ્વારા[આરઅસઅસ](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 કરતા ઓછા**
 *  વર્ડપ્રેસ વર્ઝન ** 4.9 અથવા ઉચ્ચતર **
 *  **6.0.14** સુધી પરીક્ષણ કર્યું
 *  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://gu.wordpress.org/plugins/tags/github/)[latest](https://gu.wordpress.org/plugins/tags/latest/)
   [release](https://gu.wordpress.org/plugins/tags/release/)[zip](https://gu.wordpress.org/plugins/tags/zip/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/latest-github-release/advanced/)

## પૉઇન્ટ્સ

હજુ સુધી કોઈ સમીક્ષા સબમિટ કરવામાં આવી નથી.

[તમારા અભિપ્રાયો](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/)