Skip to content

Commit 1eed5ee

Browse files
authored
Merge pull request #335 from 10up/bump/wp-ver
Bump WordPress "tested up to" version 6.8
2 parents 8f630f8 + a8fec20 commit 1eed5ee

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
core:
2424
- {name: 'WP latest', version: 'latest'}
2525
- {name: 'WP trunk', version: 'WordPress/WordPress#master'}
26-
- {name: 'WP minimum', version: 'WordPress/WordPress#6.5'}
26+
- {name: 'WP minimum', version: 'WordPress/WordPress#6.6'}
2727

2828
steps:
2929
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Podcasting is a method to distribute audio messages through a feed to which list
1515
## Requirements
1616

1717
* PHP 7.4+
18-
* [WordPress](http://wordpress.org) 6.5+
18+
* [WordPress](http://wordpress.org) 6.6+
1919
* RSS feeds must not be disabled
2020

2121
## Installation

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Simple Podcasting ===
22
Contributors: 10up, helen, adamsilverstein, jakemgold, jeffpaul, cadic
33
Tags: podcasting, podcast, apple podcasts, episode, season
4-
Tested up to: 6.7
4+
Tested up to: 6.8
55
Stable tag: 1.9.0
66
License: GPLv2 or later
77
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -100,7 +100,7 @@ add_filter( 'simple_podcasting_feed_item', 'podcasting_feed_item_filter', 10, 3
100100

101101
=== Technical Notes ===
102102

103-
* Requires PHP 5.3+.
103+
* Requires PHP 7.4+.
104104
* RSS feeds must not be disabled.
105105

106106
== Screenshots ==

simple-podcasting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://github.com/10up/simple-podcasting
55
* Description: Easily set up multiple podcast feeds using built-in WordPress posts. Includes a podcast block for the new WordPress editor.
66
* Version: 1.9.0
7-
* Requires at least: 6.5
7+
* Requires at least: 6.6
88
* Requires PHP: 7.4
99
* Author: 10up
1010
* Author URI: http://10up.com/

0 commit comments

Comments
 (0)