Changeset 3415343
- Timestamp:
- 12/09/2025 12:14:27 PM (4 months ago)
- Location:
- molongui-authorship/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (1 diff)
-
changelog.txt (modified) (1 diff)
-
includes/compat/plugins/wpml.php (modified) (1 diff)
-
molongui-authorship.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molongui-authorship/trunk/README.txt
r3415065 r3415343 253 253 254 254 <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. 255 259 256 260 = 5.2.0 (2025-12-09) = -
molongui-authorship/trunk/changelog.txt
r3415065 r3415343 2 2 3 3 == Changelog == 4 5 = 5.2.1 (2025-12-09) = 6 7 * **Fixed**: Fatal error caused by an invalid callback name in a filter hook. 4 8 5 9 = 5.2.0 (2025-12-09) = -
molongui-authorship/trunk/includes/compat/plugins/wpml.php
r3415065 r3415343 6 6 add_filter( 'authorship/pre_author_link', 'authorship_dont_filter_author_link_for_wpml', 10, 4 ); 7 7 add_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' );8 add_filter( '_molongui_authorship/author/use_get_the_author_meta', '__return_true' ); 9 9 function authorship_add_user_meta_fields_to_wpml( $user_meta_fields ) 10 10 { -
molongui-authorship/trunk/molongui-authorship.php
r3415065 r3415343 13 13 * Plugin URI: https://www.molongui.com/wordpress-plugin-post-authors 14 14 * 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. 015 * Version: 5.2.1 16 16 * Requires at least: 5.2 17 17 * Tested up to: 6.9 … … 44 44 final class MolonguiAuthorship 45 45 { 46 const VERSION = '5.2. 0';46 const VERSION = '5.2.1'; 47 47 use Singleton; 48 48 function __construct()
Note: See TracChangeset
for help on using the changeset viewer.