Plugin Directory

Changeset 3486894


Ignore:
Timestamp:
03/20/2026 01:09:29 AM (10 days ago)
Author:
kusimo
Message:

Fix version header to 1.3.0 in tag, shorten readme description to under 150 chars

Location:
quick-download-button
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • quick-download-button/tags/1.3.0/quick-download-button.php

    r3486892 r3486894  
    55 * Plugin URI: https://github.com/kusimo/quick-download-button
    66 * Description: Use to add download button link to post or page.
    7  * Version: 1.2.7
     7 * Version: 1.3.0
    88 * Author: Abidemi Kusimo
    99 *
  • quick-download-button/tags/1.3.0/readme.txt

    r3486892 r3486894  
    1010Requires PHP: 7.4
    1111
    12 Add stylish, fully customisable download buttons to any post or page — Gutenberg block and shortcode, with countdown, popup modal, access control, and more.
     12Add stylish download buttons to any post or page — 7 styles, countdown, popup modal, access control. Gutenberg block and shortcode.
    1313
    1414== Description ==
     
    117117= Shortcode — button group (multiple buttons in a row) =
    118118
    119 `[quick_download_button_group alignment="center" gap="16"]
    120   [quick_download_button title="Download v1.0" url_external="https://example.com/v1.zip"]
    121   [quick_download_button title="Download v2.0" url_external="https://example.com/v2.zip"]
    122 [/quick_download_button_group]`
     119    [quick_download_button_group alignment="center" gap="16"]
     120      [quick_download_button title="Download v1.0" url_external="https://example.com/v1.zip"]
     121      [quick_download_button title="Download v2.0" url_external="https://example.com/v2.zip"]
     122    [/quick_download_button_group]
    123123
    124124== More Shortcode Examples ==
     
    180180**Stacked button group, mobile-friendly**
    181181
    182 `[quick_download_button_group layout="stack" alignment="left" gap="8"]
    183   [quick_download_button title="Windows" url_external="https://example.com/app-win.zip"]
    184   [quick_download_button title="macOS"   url_external="https://example.com/app-mac.zip"]
    185   [quick_download_button title="Linux"   url_external="https://example.com/app-linux.tar.gz"]
    186 [/quick_download_button_group]`
     182    [quick_download_button_group layout="stack" alignment="left" gap="8"]
     183      [quick_download_button title="Windows" url_external="https://example.com/app-win.zip"]
     184      [quick_download_button title="macOS"   url_external="https://example.com/app-mac.zip"]
     185      [quick_download_button title="Linux"   url_external="https://example.com/app-linux.tar.gz"]
     186    [/quick_download_button_group]
    187187
    188188== For Developers: Using in a Theme or Template File ==
     
    195195
    196196| Attribute | Description | Default | Example value |
    197 |---|---|---|---|
     197| --- | --- | --- | --- |
    198198| `title` | Button label text | `"Download"` | `"Download Now"` |
    199199| `url` | URL of a file in your WordPress uploads folder | — | `"https://yoursite.com/wp-content/uploads/file.pdf"` |
     
    228228
    229229| Attribute | Description | Default | Example value |
    230 |---|---|---|---|
     230| --- | --- | --- | --- |
    231231| `layout` | `"horizontal"` (side by side) or `"stack"` (column) | `"horizontal"` | `"stack"` |
    232232| `stack_on_mobile` | Automatically stack buttons vertically on small screens | `"true"` | `"false"` |
  • quick-download-button/trunk/readme.txt

    r3486893 r3486894  
    1010Requires PHP: 7.4
    1111
    12 Add stylish, fully customisable download buttons to any post or page — Gutenberg block and shortcode, with countdown, popup modal, access control, and more.
     12Add stylish download buttons to any post or page — 7 styles, countdown, popup modal, access control. Gutenberg block and shortcode.
    1313
    1414== Description ==
Note: See TracChangeset for help on using the changeset viewer.