Plugin Directory

Changeset 3234926


Ignore:
Timestamp:
02/04/2025 05:13:30 PM (14 months ago)
Author:
Molongui
Message:

1.7.2 (2025-02-04)

  • Fixed: Updated filter name to ensure the author name on the post byline links to the author page when used with the Molongui Authorship plugin.
Location:
molongui-post-contributors/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • molongui-post-contributors/trunk/changelog.txt

    r3225822 r3234926  
    22
    33== Changelog ==
     4
     5= 1.7.2 (2025-02-04) =
     6
     7* Fixed: Updated filter name to ensure the author name on the post byline links to the author page when used with the Molongui Authorship plugin.
    48
    59= 1.7.1 (2025-01-20) =
  • molongui-post-contributors/trunk/includes/template.php

    r3222331 r3234926  
    301301        if ( function_exists( 'molongui_get_the_author' ) )
    302302        {
    303             add_filter( 'molongui_authorship/byline_linked', function() use ( $link ){ return $link; } );
     303            add_filter( 'molongui_authorship/link_names_in_post_byline', function() use ( $link ){ return $link; } );
    304304
    305305            if ( !empty( $by ) )
  • molongui-post-contributors/trunk/molongui-post-contributors.php

    r3225822 r3234926  
    1313 * Plugin URI:        https://www.molongui.com/wordpress-plugin-post-contributors
    1414 * Description:       Add reviewers, fact-checkers, illustrators and any other attribution to your posts.
    15  * Version:           1.7.1
     15 * Version:           1.7.2
    1616 * Requires at least: 5.2
    1717 * Tested up to:      6.7
     
    4242final class MolonguiPostContributors
    4343{
    44     const VERSION = '1.7.1';
     44    const VERSION = '1.7.2';
    4545    private static $_instance = null;
    4646    public function __clone()
  • molongui-post-contributors/trunk/readme.txt

    r3225822 r3234926  
    66Requires at least: 5.2
    77Tested up to: 6.7
    8 Stable tag: 1.7.1
     8Stable tag: 1.7.2
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    129129
    130130== Changelog ==
     131
     132= 1.7.2 (2025-02-04) =
     133
     134* Fixed: Updated filter name to ensure the author name on the post byline links to the author page when used with the Molongui Authorship plugin.
    131135
    132136= 1.7.1 (2025-01-20) =
Note: See TracChangeset for help on using the changeset viewer.