Plugin Directory

Changeset 3180790


Ignore:
Timestamp:
11/03/2024 05:36:35 PM (16 months ago)
Author:
eteubert
Message:

Update to version 4.1.19 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.19/lib/modules/social/template/service.php

    r2377370 r3180790  
    4747
    4848        return $this->service->title;
     49    }
     50
     51    /**
     52     * Service title.
     53     *
     54     * Deprecated. Use `service.title` instead.
     55     *
     56     * @accessor
     57     */
     58    public function name()
     59    {
     60        return $this->title();
    4961    }
    5062
     
    106118     *
    107119     * @see  image
     120     *
    108121     * @accessor
    109122     */
  • podlove-podcasting-plugin-for-wordpress/tags/4.1.19/podlove.php

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

    r3179693 r3180790  
    44Tags: podlove, podcast, publishing, rss, audio
    55Tested up to: 6.6.2
    6 Stable tag: 4.1.18
     6Stable tag: 4.1.19
    77Requires at least: 4.9.6
    88Requires PHP: 8.0
     
    115115
    116116== Changelog ==
     117
     118= 4.1.19 =
     119
     120* fix some templates by allowing `service.name` (but it's deprecated, so you should change your templates to use `service.title` instead)
    117121
    118122= 4.1.18 =
  • podlove-podcasting-plugin-for-wordpress/tags/4.1.19/vendor/composer/installed.php

    r3179693 r3180790  
    22    'root' => array(
    33        'name' => 'podlove/podcast-publisher',
    4         'pretty_version' => '4.1.18',
    5         'version' => '4.1.18.0',
    6         'reference' => '025fd78464241fe14962d447ca3d4e849e4f51f7',
     4        'pretty_version' => '4.1.19',
     5        'version' => '4.1.19.0',
     6        'reference' => '287ea4f3bddda425bea7052cd8542317f6d8b3fd',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    135135        ),
    136136        'podlove/podcast-publisher' => array(
    137             'pretty_version' => '4.1.18',
    138             'version' => '4.1.18.0',
    139             'reference' => '025fd78464241fe14962d447ca3d4e849e4f51f7',
     137            'pretty_version' => '4.1.19',
     138            'version' => '4.1.19.0',
     139            'reference' => '287ea4f3bddda425bea7052cd8542317f6d8b3fd',
    140140            'type' => 'library',
    141141            'install_path' => __DIR__ . '/../../',
  • podlove-podcasting-plugin-for-wordpress/trunk/lib/modules/social/template/service.php

    r2377370 r3180790  
    4747
    4848        return $this->service->title;
     49    }
     50
     51    /**
     52     * Service title.
     53     *
     54     * Deprecated. Use `service.title` instead.
     55     *
     56     * @accessor
     57     */
     58    public function name()
     59    {
     60        return $this->title();
    4961    }
    5062
     
    106118     *
    107119     * @see  image
     120     *
    108121     * @accessor
    109122     */
  • podlove-podcasting-plugin-for-wordpress/trunk/podlove.php

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

    r3179693 r3180790  
    44Tags: podlove, podcast, publishing, rss, audio
    55Tested up to: 6.6.2
    6 Stable tag: 4.1.18
     6Stable tag: 4.1.19
    77Requires at least: 4.9.6
    88Requires PHP: 8.0
     
    115115
    116116== Changelog ==
     117
     118= 4.1.19 =
     119
     120* fix some templates by allowing `service.name` (but it's deprecated, so you should change your templates to use `service.title` instead)
    117121
    118122= 4.1.18 =
  • podlove-podcasting-plugin-for-wordpress/trunk/vendor/composer/installed.php

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