From 89453e6fdaf1ca2b9cf3b22b21042c68516c580a Mon Sep 17 00:00:00 2001 From: cldhmmr <55838845+cldhmmr@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:31:35 +0000 Subject: [PATCH 1/4] Bump: "Tested up to" WP 6.7 #324 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index ab4accb..0a27724 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.6 +Tested up to: 6.7 Stable tag: 1.8.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html From 0ad469128b6e21ac92aa098c74e8319dd9f1568b Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 7 Nov 2024 14:28:59 -0600 Subject: [PATCH 2/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 8482af0..5b21a1b 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.4'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.5'} steps: - name: Checkout From 513f738b1f248b521ec87a3dfbe446df64c0d002 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 7 Nov 2024 14:29:09 -0600 Subject: [PATCH 3/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 79a9d6e..53914ad 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.1 - * Requires at least: 6.4 + * Requires at least: 6.5 * Requires PHP: 7.4 * Author: 10up * Author URI: http://10up.com/ From b7bfeb4c89cc08d876e951ba561d8c5fee87c7ce Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 7 Nov 2024 14:29:38 -0600 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c981a4f..1058334 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Podcasting is a method to distribute audio messages through a feed to which list ## Requirements * PHP 7.4+ -* [WordPress](http://wordpress.org) 6.4+ +* [WordPress](http://wordpress.org) 6.5+ * RSS feeds must not be disabled ## Installation