• Resolved Rabby

    (@mynameisrabby)


    Plugin update issue: 2.4 (2020-01-17)

    – Change: Use term_link filter instead of the deprecated category_link filter. Props webgmclassics.

    This change affects custom taxonomy pramalink. Because term_link works on whole taxonomy including category and custom taxonomy. Please use previous method category_link instead term_link.

    I’ve added category_link filter and it works well like previous update.

    This plugin created for Category Permalink only. And it’s neccesery to fix this issue for all custom taxonomy user’s.

    So, for all user’s like me, who use custom taxonomy please help us with it. Because not everyone can know the code.

    And, thanks for this helpful plugin. I’ve already added 5 star feedback.

    • This topic was modified 4 years, 10 months ago by Rabby.
    • This topic was modified 4 years, 10 months ago by Rabby.
    • This topic was modified 4 years, 10 months ago by Rabby.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Scott Reilly

    (@coffee2code)

    WordPress & Plugin Developer

    @mynameisrabby: Thanks for the bug report (and the review)! I’ve just released v2.4.1 of Single Category Permalink to fix the issue. Let me know if you have any other problems with the plugin.

    Thanks again!

    Thread Starter Rabby

    (@mynameisrabby)

    Hi @coffee2code Scott Reilly,

    Thank you very much for quick update. You are amazing.

    I’ve donwloaded the plugin. I saw that the term_link filter is still there.
    add_filter( 'term_link', array( __CLASS__, 'category_link' ), 10, 3 );.

    I think the plugin is still in review. So, when it’s ready to update from Admin panel and v2.4.1 will be available for download. I’ll check and inform you.

    Best Regards,
    Rabby

    • This reply was modified 4 years, 10 months ago by Rabby.
    Thread Starter Rabby

    (@mynameisrabby)

    Hi @coffee2code Scott Reilly,

    I saw that you’ve fixed the issue in perfect way. The issue has been fixed for custom taxonomy. Thanks a lot from free user community.

    Regards,
    Rabby

    Plugin Author Scott Reilly

    (@coffee2code)

    WordPress & Plugin Developer

    Thanks again for reporting the issue and for verifying the fix. Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin update issue’ is closed to new replies.