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)

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](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://ur.wordpress.org/plugins/latest-github-release/#description)
 * [جائزے](https://ur.wordpress.org/plugins/latest-github-release/#reviews)
 * [ڈیولپمنٹ](https://ur.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).

## اسکرین شاٹس

[[

[[

[[

[[

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“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.

## میٹا

 *  Version **2.1.0**
 *  Last updated **4 سال پہلے**
 *  Active installations **10 سے کم**
 *  WordPress version ** 4.9 یا اس سے جدید **
 *  Tested up to **6.0.12**
 *  PHP version ** 5.6 یا اس سے جدید **
 *  Languages
 * [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)
 * Tags
 * [Github](https://ur.wordpress.org/plugins/tags/github/)[latest](https://ur.wordpress.org/plugins/tags/latest/)
   [release](https://ur.wordpress.org/plugins/tags/release/)[zip](https://ur.wordpress.org/plugins/tags/zip/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/latest-github-release/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

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

[See all reviews](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/)