Plugin Directory

Changeset 3415343


Ignore:
Timestamp:
12/09/2025 12:14:27 PM (4 months ago)
Author:
Molongui
Message:

5.2.1 (2025-12-09)

  • Fixed: Fatal error caused by an invalid callback name in a filter hook.
Location:
molongui-authorship/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • molongui-authorship/trunk/README.txt

    r3415065 r3415343  
    253253
    254254<strong>Important</strong>: If you use a caching plugin, please clear your cache after updating any plugins.
     255
     256= 5.2.1 (2025-12-09) =
     257
     258* **Fixed**: Fatal error caused by an invalid callback name in a filter hook.
    255259
    256260= 5.2.0 (2025-12-09) =
  • molongui-authorship/trunk/changelog.txt

    r3415065 r3415343  
    22
    33== Changelog ==
     4
     5= 5.2.1 (2025-12-09) =
     6
     7* **Fixed**: Fatal error caused by an invalid callback name in a filter hook.
    48
    59= 5.2.0 (2025-12-09) =
  • molongui-authorship/trunk/includes/compat/plugins/wpml.php

    r3415065 r3415343  
    66add_filter( 'authorship/pre_author_link', 'authorship_dont_filter_author_link_for_wpml', 10, 4 );
    77add_filter( 'icl_ls_languages', 'authorship_wpml_translated_author_urls_fix', 10, 2 );
    8 add_filter( '_molongui_authorship/author/use_get_the_author_meta', '_return_true' );
     8add_filter( '_molongui_authorship/author/use_get_the_author_meta', '__return_true' );
    99function authorship_add_user_meta_fields_to_wpml( $user_meta_fields )
    1010{
  • molongui-authorship/trunk/molongui-authorship.php

    r3415065 r3415343  
    1313 * Plugin URI:        https://www.molongui.com/wordpress-plugin-post-authors
    1414 * Description:       All-in-One Authorship Solution: Seamless Author Box, Guest Authors, and Co-Authors to enhance your site's authority, credibility, engagement, and SEO.
    15  * Version:           5.2.0
     15 * Version:           5.2.1
    1616 * Requires at least: 5.2
    1717 * Tested up to:      6.9
     
    4444final class MolonguiAuthorship
    4545{
    46     const VERSION = '5.2.0';
     46    const VERSION = '5.2.1';
    4747    use Singleton;
    4848    function __construct()
Note: See TracChangeset for help on using the changeset viewer.