Plugin Directory

Changeset 3296603


Ignore:
Timestamp:
05/19/2025 03:30:05 PM (11 months ago)
Author:
10up
Message:

Update to version 1.9.1 from GitHub

Location:
simple-podcasting
Files:
2 added
11 edited
1 copied

Legend:

Unmodified
Added
Removed
  • simple-podcasting/tags/1.9.1/includes/customize-feed.php

    r3191571 r3296603  
    4242    if ( ! $term ) {
    4343        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;
    5144    }
    5245
  • simple-podcasting/tags/1.9.1/languages/simple-podcasting.pot

    r3191571 r3296603  
    1 # Copyright (C) 2024 10up
     1# Copyright (C) 2025 10up
    22# This file is distributed under the GPL v2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Simple Podcasting 1.9.0\n"
     5"Project-Id-Version: Simple Podcasting 1.9.1\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/simple-podcasting\n"
    8 "POT-Creation-Date: 2024-11-18 19:18:35+00:00\n"
     8"POT-Creation-Date: 2025-05-19 15:29:38+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
     12"PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <LL@li.org>\n"
  • simple-podcasting/tags/1.9.1/readme.txt

    r3191571 r3296603  
    22Contributors: 10up, helen, adamsilverstein, jakemgold, jeffpaul, cadic
    33Tags:         podcasting, podcast, apple podcasts, episode, season
    4 Tested up to: 6.7
    5 Stable tag:   1.9.0
     4Tested up to: 6.8
     5Stable tag:   1.9.1
    66License:      GPLv2 or later
    77License URI:  http://www.gnu.org/licenses/gpl-2.0.html
     
    101101=== Technical Notes ===
    102102
    103 * Requires PHP 5.3+.
     103* Requires PHP 7.4+.
    104104* RSS feeds must not be disabled.
    105105
    106106== Screenshots ==
    107107
    108 1. Podcast in classic editor
    109 2. Podcast block in the WordPress block editor (aka Gutenberg)
     1081. Podcast in block editor
     1092. Podcast Platforms block in the block editor
    1101103. Creating a podcast
    1111114. Podcast feed
     1125. Podcast Grid pattern
     1136. Podcast Transcript block
    112114
    113115== Installation ==
     116
    1141171. Install the plugin via the plugin installer, either by searching for it or uploading a .zip file.
    1151182. Activate the plugin.
     
    118121
    119122== 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)).
    120132
    121133= 1.9.0 - 2024-11-18 =
     
    170182== Upgrade Notice ==
    171183
     184= 1.9.1 =
     185This release bumps the minimum required version of WordPress from 6.5 to 6.6.
     186
    172187= 1.9.0 =
    173188This 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  
    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.
    6  * Version:           1.9.0
    7  * Requires at least: 6.5
     6 * Version:           1.9.1
     7 * Requires at least: 6.6
    88 * Requires PHP:      7.4
    99 * Author:            10up
     
    6565}
    6666
    67 define( 'PODCASTING_VERSION', '1.9.0' );
     67define( 'PODCASTING_VERSION', '1.9.1' );
    6868define( 'PODCASTING_PATH', __DIR__ . '/' );
    6969define( 'PODCASTING_URL', plugin_dir_url( __FILE__ ) );
  • simple-podcasting/trunk/includes/customize-feed.php

    r3191571 r3296603  
    4242    if ( ! $term ) {
    4343        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 &#187; {$term->name}";
    49     } else {
    50         $output = $title;
    5144    }
    5245
  • simple-podcasting/trunk/languages/simple-podcasting.pot

    r3191571 r3296603  
    1 # Copyright (C) 2024 10up
     1# Copyright (C) 2025 10up
    22# This file is distributed under the GPL v2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Simple Podcasting 1.9.0\n"
     5"Project-Id-Version: Simple Podcasting 1.9.1\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/simple-podcasting\n"
    8 "POT-Creation-Date: 2024-11-18 19:18:35+00:00\n"
     8"POT-Creation-Date: 2025-05-19 15:29:38+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
     12"PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <LL@li.org>\n"
  • simple-podcasting/trunk/readme.txt

    r3191571 r3296603  
    22Contributors: 10up, helen, adamsilverstein, jakemgold, jeffpaul, cadic
    33Tags:         podcasting, podcast, apple podcasts, episode, season
    4 Tested up to: 6.7
    5 Stable tag:   1.9.0
     4Tested up to: 6.8
     5Stable tag:   1.9.1
    66License:      GPLv2 or later
    77License URI:  http://www.gnu.org/licenses/gpl-2.0.html
     
    101101=== Technical Notes ===
    102102
    103 * Requires PHP 5.3+.
     103* Requires PHP 7.4+.
    104104* RSS feeds must not be disabled.
    105105
    106106== Screenshots ==
    107107
    108 1. Podcast in classic editor
    109 2. Podcast block in the WordPress block editor (aka Gutenberg)
     1081. Podcast in block editor
     1092. Podcast Platforms block in the block editor
    1101103. Creating a podcast
    1111114. Podcast feed
     1125. Podcast Grid pattern
     1136. Podcast Transcript block
    112114
    113115== Installation ==
     116
    1141171. Install the plugin via the plugin installer, either by searching for it or uploading a .zip file.
    1151182. Activate the plugin.
     
    118121
    119122== 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)).
    120132
    121133= 1.9.0 - 2024-11-18 =
     
    170182== Upgrade Notice ==
    171183
     184= 1.9.1 =
     185This release bumps the minimum required version of WordPress from 6.5 to 6.6.
     186
    172187= 1.9.0 =
    173188This release bumps the minimum required version of WordPress from 5.7 to 6.5.
  • simple-podcasting/trunk/simple-podcasting.php

    r3191571 r3296603  
    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.
    6  * Version:           1.9.0
    7  * Requires at least: 6.5
     6 * Version:           1.9.1
     7 * Requires at least: 6.6
    88 * Requires PHP:      7.4
    99 * Author:            10up
     
    6565}
    6666
    67 define( 'PODCASTING_VERSION', '1.9.0' );
     67define( 'PODCASTING_VERSION', '1.9.1' );
    6868define( 'PODCASTING_PATH', __DIR__ . '/' );
    6969define( 'PODCASTING_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.