Plugin Directory

Changeset 3348869


Ignore:
Timestamp:
08/23/2025 05:39:14 AM (7 months ago)
Author:
eteubert
Message:

Update to version 4.2.6 from GitHub

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

Legend:

Unmodified
Added
Removed
  • podlove-podcasting-plugin-for-wordpress/tags/4.2.6/lib/version.php

    r3240397 r3348869  
    5656        update_option('podlove_database_version', DATABASE_VERSION);
    5757    } elseif ($database_version < DATABASE_VERSION) {
    58         wp_redirect(admin_url('index.php?podlove_page=podlove_upgrade&_wp_http_referer='.urlencode(wp_unslash($_SERVER['REQUEST_URI']))));
     58        wp_safe_redirect(admin_url('index.php?podlove_page=podlove_upgrade&_wp_http_referer='.urlencode(wp_unslash($_SERVER['REQUEST_URI']))));
    5959
    6060        exit;
     
    8282
    8383    if (isset($_REQUEST['_wp_http_referer']) && $_REQUEST['_wp_http_referer']) {
    84         wp_redirect($_REQUEST['_wp_http_referer']);
     84        wp_safe_redirect($_REQUEST['_wp_http_referer']);
    8585
    8686        exit;
  • podlove-podcasting-plugin-for-wordpress/tags/4.2.6/podlove.php

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

    r3339023 r3348869  
    44Tags: podlove, podcast, publishing, rss, audio
    55Tested up to: 6.7.2
    6 Stable tag: 4.2.5
     6Stable tag: 4.2.6
    77Requires at least: 4.9.6
    88Requires PHP: 8.0
     
    115115
    116116== Changelog ==
     117
     118= 4.2.6 =
     119
     120- fix: open redirection vulnerability
    117121
    118122= 4.2.5 =
  • podlove-podcasting-plugin-for-wordpress/tags/4.2.6/vendor/composer/installed.php

    r3339023 r3348869  
    22    'root' => array(
    33        'name' => 'podlove/podcast-publisher',
    4         'pretty_version' => '4.2.5',
    5         'version' => '4.2.5.0',
    6         'reference' => 'ea70859ce79537bbb8d7491508d27c572a380bc6',
     4        'pretty_version' => '4.2.6',
     5        'version' => '4.2.6.0',
     6        'reference' => '09c3da96fd177090415eeeabb54a5035872b783d',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    144144        ),
    145145        'podlove/podcast-publisher' => array(
    146             'pretty_version' => '4.2.5',
    147             'version' => '4.2.5.0',
    148             'reference' => 'ea70859ce79537bbb8d7491508d27c572a380bc6',
     146            'pretty_version' => '4.2.6',
     147            'version' => '4.2.6.0',
     148            'reference' => '09c3da96fd177090415eeeabb54a5035872b783d',
    149149            'type' => 'library',
    150150            'install_path' => __DIR__ . '/../../',
  • podlove-podcasting-plugin-for-wordpress/trunk/lib/version.php

    r3240397 r3348869  
    5656        update_option('podlove_database_version', DATABASE_VERSION);
    5757    } elseif ($database_version < DATABASE_VERSION) {
    58         wp_redirect(admin_url('index.php?podlove_page=podlove_upgrade&_wp_http_referer='.urlencode(wp_unslash($_SERVER['REQUEST_URI']))));
     58        wp_safe_redirect(admin_url('index.php?podlove_page=podlove_upgrade&_wp_http_referer='.urlencode(wp_unslash($_SERVER['REQUEST_URI']))));
    5959
    6060        exit;
     
    8282
    8383    if (isset($_REQUEST['_wp_http_referer']) && $_REQUEST['_wp_http_referer']) {
    84         wp_redirect($_REQUEST['_wp_http_referer']);
     84        wp_safe_redirect($_REQUEST['_wp_http_referer']);
    8585
    8686        exit;
  • podlove-podcasting-plugin-for-wordpress/trunk/podlove.php

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

    r3339023 r3348869  
    44Tags: podlove, podcast, publishing, rss, audio
    55Tested up to: 6.7.2
    6 Stable tag: 4.2.5
     6Stable tag: 4.2.6
    77Requires at least: 4.9.6
    88Requires PHP: 8.0
     
    115115
    116116== Changelog ==
     117
     118= 4.2.6 =
     119
     120- fix: open redirection vulnerability
    117121
    118122= 4.2.5 =
  • podlove-podcasting-plugin-for-wordpress/trunk/vendor/composer/installed.php

    r3339023 r3348869  
    22    'root' => array(
    33        'name' => 'podlove/podcast-publisher',
    4         'pretty_version' => '4.2.5',
    5         'version' => '4.2.5.0',
    6         'reference' => 'ea70859ce79537bbb8d7491508d27c572a380bc6',
     4        'pretty_version' => '4.2.6',
     5        'version' => '4.2.6.0',
     6        'reference' => '09c3da96fd177090415eeeabb54a5035872b783d',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    144144        ),
    145145        'podlove/podcast-publisher' => array(
    146             'pretty_version' => '4.2.5',
    147             'version' => '4.2.5.0',
    148             'reference' => 'ea70859ce79537bbb8d7491508d27c572a380bc6',
     146            'pretty_version' => '4.2.6',
     147            'version' => '4.2.6.0',
     148            'reference' => '09c3da96fd177090415eeeabb54a5035872b783d',
    149149            'type' => 'library',
    150150            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.