Changeset 3113713
- Timestamp:
- 07/07/2024 08:03:16 AM (21 months ago)
- Location:
- bulk-attachment-download/trunk
- Files:
-
- 2 edited
-
bulk-attachment-download.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bulk-attachment-download/trunk/bulk-attachment-download.php
r3007814 r3113713 5 5 * Plugin URI: https://wordpress.org/plugins/bulk-attachment-download/ 6 6 * Description: Bulk download media or attachments selectively from your Media Library as a zip file. 7 * Version: 1.3. 87 * Version: 1.3.9 8 8 * Author: Jon Anwyl 9 9 * Author URI: https://www.sneezingtrees.com … … 27 27 if ( ! defined( 'JABD_PLUGIN_BASE_URL' ) ) define( 'JABD_PLUGIN_BASE_URL', plugin_dir_url( __FILE__ ) ); 28 28 if ( ! defined( 'JABD_DOWNLOADS_DIR' ) ) define( 'JABD_DOWNLOADS_DIR', 'jabd-downloads' ); 29 if ( ! defined( 'JABD_VERSION' ) ) define( 'JABD_VERSION', '1.3. 8' );29 if ( ! defined( 'JABD_VERSION' ) ) define( 'JABD_VERSION', '1.3.9' ); 30 30 31 31 // Include plugin class and create instance. -
bulk-attachment-download/trunk/readme.txt
r3057554 r3113713 3 3 Tags: bulk, download, media, images, attachments 4 4 Requires at least: 4.6.1 5 Tested up to: 6. 55 Tested up to: 6.6 6 6 Stable tag: 1.3.8 7 7 License: GPLv2 or later … … 90 90 91 91 Probably because you are using the standard Windows zip facility, which will not work. Try 7-Zip instead. 92 93 = Why does Chrome block my downloads? = 94 95 You may find that Google Chrome gives you a warning and asks you to confirm if you want to download the file. 96 This is standard behaviour for Google Chrome because the file is a zip file (more info [here](https://support.google.com/chrome/answer/6261569?hl=en)). 92 97 93 98 = What filters are available? = … … 125 130 == Changelog == 126 131 132 == 1.3.9 == 133 134 Release date: 7 July 2024 135 136 * Maintenance: Added FAQ on Google Chrome blocking downloads. 137 127 138 = 1.3.8 = 128 139
Note: See TracChangeset
for help on using the changeset viewer.