From 8dedd6ecc683c5e9ce347220ee610ba31770ed91 Mon Sep 17 00:00:00 2001 From: Mehul Gohil Date: Tue, 9 Jul 2024 17:06:56 +0530 Subject: [PATCH 1/4] update tested upto 6.6 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 600a3a5..6193bf1 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Simple Podcasting === Contributors: 10up, helen, adamsilverstein, jakemgold, jeffpaul, cadic Tags: podcasting, podcast, apple podcasts, episode, season -Tested up to: 6.5 +Tested up to: 6.6 Stable tag: 1.8.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html From e3c1394526a542b4da749358c41cc0896d9fb40b Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Tue, 9 Jul 2024 08:57:59 -0500 Subject: [PATCH 2/4] Update simple-podcasting.php --- simple-podcasting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-podcasting.php b/simple-podcasting.php index ffe40af..7157c1a 100644 --- a/simple-podcasting.php +++ b/simple-podcasting.php @@ -4,7 +4,7 @@ * Plugin URI: https://github.com/10up/simple-podcasting * Description: Easily set up multiple podcast feeds using built-in WordPress posts. Includes a podcast block for the new WordPress editor. * Version: 1.8.0 - * Requires at least: 6.3 + * Requires at least: 6.4 * Requires PHP: 7.4 * Author: 10up * Author URI: http://10up.com/ From 7b188b3199452498be9969150967b3bb9da93dbd Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Tue, 9 Jul 2024 08:58:13 -0500 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16cf0f9..44a0821 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Podcasting is a method to distribute audio messages through a feed to which list ## Requirements * PHP 7.4+ -* [WordPress](http://wordpress.org) 5.7+ +* [WordPress](http://wordpress.org) 6.4+ * RSS feeds must not be disabled ## Installation From 6078d1b73a03dcc81deae97e87fbd887546a18fa Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Tue, 9 Jul 2024 08:58:26 -0500 Subject: [PATCH 4/4] Update cypress.yml --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index e769b33..8482af0 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -22,7 +22,7 @@ jobs: core: - {name: 'WP latest', version: 'latest'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} - - {name: 'WP minimum', version: 'WordPress/WordPress#6.3'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.4'} steps: - name: Checkout