Changeset 3486894
- Timestamp:
- 03/20/2026 01:09:29 AM (10 days ago)
- Location:
- quick-download-button
- Files:
-
- 3 edited
-
tags/1.3.0/quick-download-button.php (modified) (1 diff)
-
tags/1.3.0/readme.txt (modified) (5 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
quick-download-button/tags/1.3.0/quick-download-button.php
r3486892 r3486894 5 5 * Plugin URI: https://github.com/kusimo/quick-download-button 6 6 * Description: Use to add download button link to post or page. 7 * Version: 1. 2.77 * Version: 1.3.0 8 8 * Author: Abidemi Kusimo 9 9 * -
quick-download-button/tags/1.3.0/readme.txt
r3486892 r3486894 10 10 Requires PHP: 7.4 11 11 12 Add stylish , fully customisable download buttons to any post or page — Gutenberg block and shortcode, with countdown, popup modal, access control, and more.12 Add stylish download buttons to any post or page — 7 styles, countdown, popup modal, access control. Gutenberg block and shortcode. 13 13 14 14 == Description == … … 117 117 = Shortcode — button group (multiple buttons in a row) = 118 118 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] 123 123 124 124 == More Shortcode Examples == … … 180 180 **Stacked button group, mobile-friendly** 181 181 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] 187 187 188 188 == For Developers: Using in a Theme or Template File == … … 195 195 196 196 | Attribute | Description | Default | Example value | 197 | ---|---|---|---|197 | --- | --- | --- | --- | 198 198 | `title` | Button label text | `"Download"` | `"Download Now"` | 199 199 | `url` | URL of a file in your WordPress uploads folder | — | `"https://yoursite.com/wp-content/uploads/file.pdf"` | … … 228 228 229 229 | Attribute | Description | Default | Example value | 230 | ---|---|---|---|230 | --- | --- | --- | --- | 231 231 | `layout` | `"horizontal"` (side by side) or `"stack"` (column) | `"horizontal"` | `"stack"` | 232 232 | `stack_on_mobile` | Automatically stack buttons vertically on small screens | `"true"` | `"false"` | -
quick-download-button/trunk/readme.txt
r3486893 r3486894 10 10 Requires PHP: 7.4 11 11 12 Add stylish , fully customisable download buttons to any post or page — Gutenberg block and shortcode, with countdown, popup modal, access control, and more.12 Add stylish download buttons to any post or page — 7 styles, countdown, popup modal, access control. Gutenberg block and shortcode. 13 13 14 14 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.