Plugin Directory

Changeset 3179693


Ignore:
Timestamp:
10/31/2024 09:08:43 PM (16 months ago)
Author:
eteubert
Message:

Update to version 4.1.18 from GitHub

Location:
podlove-podcasting-plugin-for-wordpress
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • podlove-podcasting-plugin-for-wordpress/tags/4.1.18/lib/modules/transcripts/template_extensions.php

    r2979013 r3179693  
    3333     * @accessor
    3434     *
    35      * @dynamicAccessor episode.transcriptGrouped
     35     * @dynamicAccessor episode.transcript
    3636     *
    3737     * @param mixed $return
  • podlove-podcasting-plugin-for-wordpress/tags/4.1.18/podlove.php

    r3177798 r3179693  
    33 * Plugin Name: Podlove Podcast Publisher
    44 * Plugin URI:  https://podlove.org/podlove-podcast-publisher/
    5  * Version: 4.1.17
     5 * Version: 4.1.18
    66 * Requires at least: 4.9.6
    77 * Requires PHP: 8.0
  • podlove-podcasting-plugin-for-wordpress/tags/4.1.18/readme.txt

    r3177798 r3179693  
    44Tags: podlove, podcast, publishing, rss, audio
    55Tested up to: 6.6.2
    6 Stable tag: 4.1.17
     6Stable tag: 4.1.18
    77Requires at least: 4.9.6
    88Requires PHP: 8.0
     
    115115
    116116== Changelog ==
     117
     118= 4.1.18 =
     119
     120* fix `episode.transcript` accessor
    117121
    118122= 4.1.17 =
  • podlove-podcasting-plugin-for-wordpress/tags/4.1.18/vendor/composer/installed.php

    r3177798 r3179693  
    22    'root' => array(
    33        'name' => 'podlove/podcast-publisher',
    4         'pretty_version' => '4.1.17',
    5         'version' => '4.1.17.0',
    6         'reference' => '320d3f11b64a190cf5083fac1c0198c890e11de3',
     4        'pretty_version' => '4.1.18',
     5        'version' => '4.1.18.0',
     6        'reference' => '025fd78464241fe14962d447ca3d4e849e4f51f7',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    135135        ),
    136136        'podlove/podcast-publisher' => array(
    137             'pretty_version' => '4.1.17',
    138             'version' => '4.1.17.0',
    139             'reference' => '320d3f11b64a190cf5083fac1c0198c890e11de3',
     137            'pretty_version' => '4.1.18',
     138            'version' => '4.1.18.0',
     139            'reference' => '025fd78464241fe14962d447ca3d4e849e4f51f7',
    140140            'type' => 'library',
    141141            'install_path' => __DIR__ . '/../../',
  • podlove-podcasting-plugin-for-wordpress/trunk/lib/modules/transcripts/template_extensions.php

    r2979013 r3179693  
    3333     * @accessor
    3434     *
    35      * @dynamicAccessor episode.transcriptGrouped
     35     * @dynamicAccessor episode.transcript
    3636     *
    3737     * @param mixed $return
  • podlove-podcasting-plugin-for-wordpress/trunk/podlove.php

    r3177798 r3179693  
    33 * Plugin Name: Podlove Podcast Publisher
    44 * Plugin URI:  https://podlove.org/podlove-podcast-publisher/
    5  * Version: 4.1.17
     5 * Version: 4.1.18
    66 * Requires at least: 4.9.6
    77 * Requires PHP: 8.0
  • podlove-podcasting-plugin-for-wordpress/trunk/readme.txt

    r3177798 r3179693  
    44Tags: podlove, podcast, publishing, rss, audio
    55Tested up to: 6.6.2
    6 Stable tag: 4.1.17
     6Stable tag: 4.1.18
    77Requires at least: 4.9.6
    88Requires PHP: 8.0
     
    115115
    116116== Changelog ==
     117
     118= 4.1.18 =
     119
     120* fix `episode.transcript` accessor
    117121
    118122= 4.1.17 =
  • podlove-podcasting-plugin-for-wordpress/trunk/vendor/composer/installed.php

    r3177798 r3179693  
    22    'root' => array(
    33        'name' => 'podlove/podcast-publisher',
    4         'pretty_version' => '4.1.17',
    5         'version' => '4.1.17.0',
    6         'reference' => '320d3f11b64a190cf5083fac1c0198c890e11de3',
     4        'pretty_version' => '4.1.18',
     5        'version' => '4.1.18.0',
     6        'reference' => '025fd78464241fe14962d447ca3d4e849e4f51f7',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    135135        ),
    136136        'podlove/podcast-publisher' => array(
    137             'pretty_version' => '4.1.17',
    138             'version' => '4.1.17.0',
    139             'reference' => '320d3f11b64a190cf5083fac1c0198c890e11de3',
     137            'pretty_version' => '4.1.18',
     138            'version' => '4.1.18.0',
     139            'reference' => '025fd78464241fe14962d447ca3d4e849e4f51f7',
    140140            'type' => 'library',
    141141            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.