Skip to content

Commit

Permalink
Merge branch 'develop' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Feb 10, 2024
2 parents fb8e7d1 + 6461220 commit c27d2ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[unreleased]
#### 3.0.3 / 2024-02-09
#### 3.0.4 / 2024-02-09
* update kill switch

#### 3.0.1 / 2023-11-21
Expand Down
3 changes: 2 additions & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Plugin URI: https://wordpress.org/plugins/wp-plugin-dependencies
* Description: Parses 'Requires Plugins' header and information about dependencies.
* Author: Andy Fragen, Colin Stewart, Paul Biron
* Version: 3.0.3
* Version: 3.0.4
* License: MIT
* Network: true
* Requires at least: 6.4
Expand All @@ -38,6 +38,7 @@
) {
require_once ABSPATH . 'wp-admin/includes/plugin.php';
deactivate_plugins( __FILE__ );
return;
}

require_once __DIR__ . '/src/wp-includes/class-wp-plugin-dependencies.php';
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Network: true
Requires at least: 6.4
Requires PHP: 7.0
Tested up to: 6.4
Stable tag: 3.0.3
Stable tag: 3.0.4

## Description

Expand Down

0 comments on commit c27d2ab

Please sign in to comment.