Plugin Directory

Changeset 3342922


Ignore:
Timestamp:
08/11/2025 01:54:30 PM (8 months ago)
Author:
secondlinethemes
Message:

up to 1.5.4

Location:
podcast-subscribe-buttons
Files:
533 added
2 edited

Legend:

Unmodified
Added
Removed
  • podcast-subscribe-buttons/trunk/podcast-subscribe-buttons.php

    r3342805 r3342922  
    33Plugin Name: Podcast Subscribe Buttons
    44Description: Easily add custom subscribe (follow) buttons for any podcasting platform or podcast destination
    5 Version: 1.5.3
     5Version: 1.5.4
    66Author: SecondLine Themes
    77Author URI: https://secondlinethemes.com
     
    6161    return $protocols;
    6262}
    63 add_filter( 'kses_allowed_protocols' , 'wporg_extend_allowed_protocols' );
     63add_filter( 'kses_allowed_protocols' , 'secondline_psb_extend_allowed_protocols' );
    6464
    6565
  • podcast-subscribe-buttons/trunk/readme.txt

    r3342805 r3342922  
    5555== Changelog ==
    5656
     57= 1.5.4 =
     58* Fix: broken 1.5.3 update fixed.
     59
    5760= 1.5.3 =
    5861* Tweak: improve additional deep-link protocols.
Note: See TracChangeset for help on using the changeset viewer.