Changeset 3296603
- Timestamp:
- 05/19/2025 03:30:05 PM (11 months ago)
- Location:
- simple-podcasting
- Files:
-
- 2 added
- 11 edited
- 1 copied
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
assets/screenshot-3.png (modified) (previous)
-
assets/screenshot-5.png (added)
-
assets/screenshot-6.png (added)
-
tags/1.9.1 (copied) (copied from simple-podcasting/trunk)
-
tags/1.9.1/includes/customize-feed.php (modified) (1 diff)
-
tags/1.9.1/languages/simple-podcasting.pot (modified) (1 diff)
-
tags/1.9.1/readme.txt (modified) (4 diffs)
-
tags/1.9.1/simple-podcasting.php (modified) (2 diffs)
-
trunk/includes/customize-feed.php (modified) (1 diff)
-
trunk/languages/simple-podcasting.pot (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/simple-podcasting.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-podcasting/tags/1.9.1/includes/customize-feed.php
r3191571 r3296603 42 42 if ( ! $term ) { 43 43 return $output; 44 }45 $title = get_term_meta( $term->term_id, 'podcasting_title', true );46 if ( empty( $title ) ) {47 $title = get_bloginfo( 'name' );48 $output = "$title » {$term->name}";49 } else {50 $output = $title;51 44 } 52 45 -
simple-podcasting/tags/1.9.1/languages/simple-podcasting.pot
r3191571 r3296603 1 # Copyright (C) 202 410up1 # Copyright (C) 2025 10up 2 2 # This file is distributed under the GPL v2 or later. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Simple Podcasting 1.9. 0\n"5 "Project-Id-Version: Simple Podcasting 1.9.1\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/simple-podcasting\n" 8 "POT-Creation-Date: 202 4-11-18 19:18:35+00:00\n"8 "POT-Creation-Date: 2025-05-19 15:29:38+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "PO-Revision-Date: 202 4-MO-DA HO:MI+ZONE\n"12 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <LL@li.org>\n" -
simple-podcasting/tags/1.9.1/readme.txt
r3191571 r3296603 2 2 Contributors: 10up, helen, adamsilverstein, jakemgold, jeffpaul, cadic 3 3 Tags: podcasting, podcast, apple podcasts, episode, season 4 Tested up to: 6. 75 Stable tag: 1.9. 04 Tested up to: 6.8 5 Stable tag: 1.9.1 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 101 101 === Technical Notes === 102 102 103 * Requires PHP 5.3+.103 * Requires PHP 7.4+. 104 104 * RSS feeds must not be disabled. 105 105 106 106 == Screenshots == 107 107 108 1. Podcast in classiceditor109 2. Podcast block in the WordPress block editor (aka Gutenberg)108 1. Podcast in block editor 109 2. Podcast Platforms block in the block editor 110 110 3. Creating a podcast 111 111 4. Podcast feed 112 5. Podcast Grid pattern 113 6. Podcast Transcript block 112 114 113 115 == Installation == 116 114 117 1. Install the plugin via the plugin installer, either by searching for it or uploading a .zip file. 115 118 2. Activate the plugin. … … 118 121 119 122 == Changelog == 123 124 = 1.9.1 - 2025-05-16 = 125 * **Added:** Screenshots for all new features (props [@gabriel-glo](https://github.com/gabriel-glo), [@jeffpaul](https://github.com/jeffpaul), [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#310](https://github.com/10up/simple-podcasting/pull/310)). 126 * **Changed:** Bump WordPress "tested up to" version to 6.8 (props [@jeffpaul](https://github.com/jeffpaul) via [#335](https://github.com/10up/simple-podcasting/pull/335), [#336](https://github.com/10up/simple-podcasting/pull/336)). 127 * **Changed:** Bump WordPress minimum from 6.5 to 6.6 (props [@jeffpaul](https://github.com/jeffpaul) via [#335](https://github.com/10up/simple-podcasting/pull/335), [#336](https://github.com/10up/simple-podcasting/pull/336)). 128 * **Fixed:** Issue where podcast feed title unexpectedly adding site title (props [@kirtangajjar](https://github.com/kirtangajjar), [@peterwilsoncc](https://github.com/peterwilsoncc), [@dabowman](https://github.com/dabowman) via [#295](https://github.com/10up/simple-podcasting/pull/295)). 129 * **Security:** Bump `@wordpress/scripts` from 27.9.0 to 30.6.0 (props [@dependabot](https://github.com/apps/dependabot), [@Sidsector9](https://github.com/Sidsector9) via [#328](https://github.com/10up/simple-podcasting/pull/328)). 130 * **Security:** Bump `cookie` from 0.4.2 to 0.7.1, `express` from 4.21.0 to 4.21.2, `@wordpress/e2e-test-utils-playwright` from 0.26.0 to 1.18.0, `serialize-javascript` from 6.0.0 to 6.0.2 and `mocha` from 10.4.0 to 11.1.0 (props [@dependabot](https://github.com/apps/dependabot), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#332](https://github.com/10up/simple-podcasting/pull/332)). 131 * **Security:** Bump `axios` from 1.7.4 to 1.9.0 and `http-proxy-middleware` from 2.0.6 to 2.0.9 (props [@dependabot](https://github.com/apps/dependabot), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#338](https://github.com/10up/simple-podcasting/pull/338)). 120 132 121 133 = 1.9.0 - 2024-11-18 = … … 170 182 == Upgrade Notice == 171 183 184 = 1.9.1 = 185 This release bumps the minimum required version of WordPress from 6.5 to 6.6. 186 172 187 = 1.9.0 = 173 188 This release bumps the minimum required version of WordPress from 5.7 to 6.5. -
simple-podcasting/tags/1.9.1/simple-podcasting.php
r3191571 r3296603 4 4 * Plugin URI: https://github.com/10up/simple-podcasting 5 5 * Description: Easily set up multiple podcast feeds using built-in WordPress posts. Includes a podcast block for the new WordPress editor. 6 * Version: 1.9. 07 * Requires at least: 6. 56 * Version: 1.9.1 7 * Requires at least: 6.6 8 8 * Requires PHP: 7.4 9 9 * Author: 10up … … 65 65 } 66 66 67 define( 'PODCASTING_VERSION', '1.9. 0' );67 define( 'PODCASTING_VERSION', '1.9.1' ); 68 68 define( 'PODCASTING_PATH', __DIR__ . '/' ); 69 69 define( 'PODCASTING_URL', plugin_dir_url( __FILE__ ) ); -
simple-podcasting/trunk/includes/customize-feed.php
r3191571 r3296603 42 42 if ( ! $term ) { 43 43 return $output; 44 }45 $title = get_term_meta( $term->term_id, 'podcasting_title', true );46 if ( empty( $title ) ) {47 $title = get_bloginfo( 'name' );48 $output = "$title » {$term->name}";49 } else {50 $output = $title;51 44 } 52 45 -
simple-podcasting/trunk/languages/simple-podcasting.pot
r3191571 r3296603 1 # Copyright (C) 202 410up1 # Copyright (C) 2025 10up 2 2 # This file is distributed under the GPL v2 or later. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Simple Podcasting 1.9. 0\n"5 "Project-Id-Version: Simple Podcasting 1.9.1\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/simple-podcasting\n" 8 "POT-Creation-Date: 202 4-11-18 19:18:35+00:00\n"8 "POT-Creation-Date: 2025-05-19 15:29:38+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "PO-Revision-Date: 202 4-MO-DA HO:MI+ZONE\n"12 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <LL@li.org>\n" -
simple-podcasting/trunk/readme.txt
r3191571 r3296603 2 2 Contributors: 10up, helen, adamsilverstein, jakemgold, jeffpaul, cadic 3 3 Tags: podcasting, podcast, apple podcasts, episode, season 4 Tested up to: 6. 75 Stable tag: 1.9. 04 Tested up to: 6.8 5 Stable tag: 1.9.1 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 101 101 === Technical Notes === 102 102 103 * Requires PHP 5.3+.103 * Requires PHP 7.4+. 104 104 * RSS feeds must not be disabled. 105 105 106 106 == Screenshots == 107 107 108 1. Podcast in classiceditor109 2. Podcast block in the WordPress block editor (aka Gutenberg)108 1. Podcast in block editor 109 2. Podcast Platforms block in the block editor 110 110 3. Creating a podcast 111 111 4. Podcast feed 112 5. Podcast Grid pattern 113 6. Podcast Transcript block 112 114 113 115 == Installation == 116 114 117 1. Install the plugin via the plugin installer, either by searching for it or uploading a .zip file. 115 118 2. Activate the plugin. … … 118 121 119 122 == Changelog == 123 124 = 1.9.1 - 2025-05-16 = 125 * **Added:** Screenshots for all new features (props [@gabriel-glo](https://github.com/gabriel-glo), [@jeffpaul](https://github.com/jeffpaul), [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#310](https://github.com/10up/simple-podcasting/pull/310)). 126 * **Changed:** Bump WordPress "tested up to" version to 6.8 (props [@jeffpaul](https://github.com/jeffpaul) via [#335](https://github.com/10up/simple-podcasting/pull/335), [#336](https://github.com/10up/simple-podcasting/pull/336)). 127 * **Changed:** Bump WordPress minimum from 6.5 to 6.6 (props [@jeffpaul](https://github.com/jeffpaul) via [#335](https://github.com/10up/simple-podcasting/pull/335), [#336](https://github.com/10up/simple-podcasting/pull/336)). 128 * **Fixed:** Issue where podcast feed title unexpectedly adding site title (props [@kirtangajjar](https://github.com/kirtangajjar), [@peterwilsoncc](https://github.com/peterwilsoncc), [@dabowman](https://github.com/dabowman) via [#295](https://github.com/10up/simple-podcasting/pull/295)). 129 * **Security:** Bump `@wordpress/scripts` from 27.9.0 to 30.6.0 (props [@dependabot](https://github.com/apps/dependabot), [@Sidsector9](https://github.com/Sidsector9) via [#328](https://github.com/10up/simple-podcasting/pull/328)). 130 * **Security:** Bump `cookie` from 0.4.2 to 0.7.1, `express` from 4.21.0 to 4.21.2, `@wordpress/e2e-test-utils-playwright` from 0.26.0 to 1.18.0, `serialize-javascript` from 6.0.0 to 6.0.2 and `mocha` from 10.4.0 to 11.1.0 (props [@dependabot](https://github.com/apps/dependabot), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#332](https://github.com/10up/simple-podcasting/pull/332)). 131 * **Security:** Bump `axios` from 1.7.4 to 1.9.0 and `http-proxy-middleware` from 2.0.6 to 2.0.9 (props [@dependabot](https://github.com/apps/dependabot), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#338](https://github.com/10up/simple-podcasting/pull/338)). 120 132 121 133 = 1.9.0 - 2024-11-18 = … … 170 182 == Upgrade Notice == 171 183 184 = 1.9.1 = 185 This release bumps the minimum required version of WordPress from 6.5 to 6.6. 186 172 187 = 1.9.0 = 173 188 This release bumps the minimum required version of WordPress from 5.7 to 6.5. -
simple-podcasting/trunk/simple-podcasting.php
r3191571 r3296603 4 4 * Plugin URI: https://github.com/10up/simple-podcasting 5 5 * Description: Easily set up multiple podcast feeds using built-in WordPress posts. Includes a podcast block for the new WordPress editor. 6 * Version: 1.9. 07 * Requires at least: 6. 56 * Version: 1.9.1 7 * Requires at least: 6.6 8 8 * Requires PHP: 7.4 9 9 * Author: 10up … … 65 65 } 66 66 67 define( 'PODCASTING_VERSION', '1.9. 0' );67 define( 'PODCASTING_VERSION', '1.9.1' ); 68 68 define( 'PODCASTING_PATH', __DIR__ . '/' ); 69 69 define( 'PODCASTING_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.