Skip to content

Commit

Permalink
Adding Requires Plugins to plugin header
Browse files Browse the repository at this point in the history
  • Loading branch information
shogathu committed Jun 6, 2024
1 parent e878114 commit 81f71fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bulk-download-for-gravity-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@
*
* @wordpress-plugin
* Plugin Name: Bulk Download for Gravity Forms
* Requires Plugins: gravityforms
* Plugin URI: https://github.com/VCATconsulting/bulk-download-for-gravity-forms
* Description: Bulk download all files from one or multiple Gravity Forms entries in one go.
* Version: 3.2.0
* Version: 3.2.1
* Author: VCAT Consulting GmbH
* Author URI: https://www.vcat.de
* Text Domain: bulk-download-for-gravity-forms
* License: GPLv3
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
*/

define( 'BDFGF_VERSION', '3.2.0' );
define( 'BDFGF_VERSION', '3.2.1' );
define( 'BDFGF_FILE', __FILE__ );
define( 'BDFGF_PATH', plugin_dir_path( BDFGF_FILE ) );
define( 'BDFGF_URL', plugin_dir_url( BDFGF_FILE ) );
Expand Down
1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<!-- Uncomment if you want to use some functions that should be replaced with the VIP cached alternatives -->
<!--<exclude name="WordPress.VIP.RestrictedFunctions" />-->
<!--<exclude name="WordPress.VIP.PostsPerPage" />-->
<exclude name="Generic.Arrays.DisallowShortArraySyntax.Found" />
</rule>
<rule ref="WordPress.NamingConventions.PrefixAllGlobals">
<properties>
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ You can find example usage of the [bdfgf_single_entry_uploaded_files](https://gi

== Changelog ==

= 3.2.1 =

* Adding `Requires Plugins` to plugin header for WP 6.5 and above

= 3.2.0 =

* Adding a filter `bdfgf_single_entry_uploaded_files` to include extra files to a single or every subfolder inside the zip archive.
Expand Down

0 comments on commit 81f71fc

Please sign in to comment.