Plugin Directory

Changeset 3113713


Ignore:
Timestamp:
07/07/2024 08:03:16 AM (21 months ago)
Author:
janwyl
Message:

Add v 1.3.9 to trunk

Location:
bulk-attachment-download/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bulk-attachment-download/trunk/bulk-attachment-download.php

    r3007814 r3113713  
    55 * Plugin URI:      https://wordpress.org/plugins/bulk-attachment-download/
    66 * Description:     Bulk download media or attachments selectively from your Media Library as a zip file.
    7  * Version:         1.3.8
     7 * Version:         1.3.9
    88 * Author:          Jon Anwyl
    99 * Author URI:      https://www.sneezingtrees.com
     
    2727if ( ! defined( 'JABD_PLUGIN_BASE_URL' ) ) define( 'JABD_PLUGIN_BASE_URL', plugin_dir_url( __FILE__ ) );
    2828if ( ! defined( 'JABD_DOWNLOADS_DIR' ) ) define( 'JABD_DOWNLOADS_DIR', 'jabd-downloads' );
    29 if ( ! defined( 'JABD_VERSION' ) ) define( 'JABD_VERSION', '1.3.8' );
     29if ( ! defined( 'JABD_VERSION' ) ) define( 'JABD_VERSION', '1.3.9' );
    3030
    3131// Include plugin class and create instance.
  • bulk-attachment-download/trunk/readme.txt

    r3057554 r3113713  
    33Tags: bulk, download, media, images, attachments
    44Requires at least: 4.6.1
    5 Tested up to: 6.5
     5Tested up to: 6.6
    66Stable tag: 1.3.8
    77License: GPLv2 or later
     
    9090
    9191Probably 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
     95You may find that Google Chrome gives you a warning and asks you to confirm if you want to download the file.
     96This 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)).
    9297
    9398= What filters are available? =
     
    125130== Changelog ==
    126131
     132== 1.3.9 ==
     133
     134Release date: 7 July 2024
     135
     136* Maintenance: Added FAQ on Google Chrome blocking downloads.
     137
    127138= 1.3.8 =
    128139
Note: See TracChangeset for help on using the changeset viewer.