From 9446ce4a06513d5c421e2ad6b20c93b9be036714 Mon Sep 17 00:00:00 2001 From: Andy Fragen Date: Fri, 7 Apr 2023 15:16:00 -0700 Subject: [PATCH] release --- CHANGES.md | 2 ++ plugin.php | 2 +- readme.txt | 7 ++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3fffba4..e950691 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,6 @@ [unreleased] + +#### 1.8.0 / 2023-04-07 * update to work natively with `|` format in `Requires Plugins` header * split PD and PDv2 into different classes * add more tests diff --git a/plugin.php b/plugin.php index efc620b..73809fe 100644 --- a/plugin.php +++ b/plugin.php @@ -13,7 +13,7 @@ * Plugin URI: https://wordpress.org/plugins/wp-plugin-dependencies * Description: Parses 'Requires Plugins' header, add plugin install dependencies tab, and information about dependencies. * Author: Andy Fragen, Colin Stewart - * Version: 1.7.9.1 + * Version: 1.8.0 * License: MIT * Network: true * Requires at least: 6.0 diff --git a/readme.txt b/readme.txt index 2f29c27..d9133b7 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Network: true Requires at least: 6.0 Requires PHP: 5.6 Tested up to: 6.2 -Stable tag: 1.7.9 +Stable tag: 1.8.0 ## Description @@ -45,6 +45,11 @@ PRs should be made against the `develop` branch. ## Changelog +#### 1.8.0 / 2023-04-07 +* update to work natively with `|` format in `Requires Plugins` header +* split PD and PDv2 into different classes +* add more tests + #### 1.7.9 / 2023-04-05 * update action link to keep `Cannot Activate | Manage Dependencies` together * fix for multisite plugin card