Skip to content
Merged
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"issues": "https://github.com/10up/simple-podcasting/issues"
},
"require": {
"php": ">=7.3"
"php": ">=7.4"
},
"require-dev": {
"10up/phpcs-composer": "^3.0",
Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
=== Simple Podcasting ===
Contributors: 10up, helen, adamsilverstein, jakemgold, jeffpaul, cadic
Tags: podcasting, podcast, apple podcasts, episode, season
Requires PHP: 7.4
Comment thread
peterwilsoncc marked this conversation as resolved.
Requires at least: 6.8
Tested up to: 7.0
Stable tag: 1.9.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Set up multiple podcast feeds using built-in WordPress posts. Includes a podcast block and podcast transcript block for the WordPress block editor.

Expand Down
3 changes: 1 addition & 2 deletions simple-podcasting.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
* 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.9.1
* Requires PHP: 7.4
* Author: 10up
* Author URI: http://10up.com/
* License: GPL v2 or later
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: simple-podcasting
*
Expand Down
Loading
Loading