Changeset 3234926
- Timestamp:
- 02/04/2025 05:13:30 PM (14 months ago)
- Location:
- molongui-post-contributors/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (1 diff)
-
includes/template.php (modified) (1 diff)
-
molongui-post-contributors.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molongui-post-contributors/trunk/changelog.txt
r3225822 r3234926 2 2 3 3 == 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. 4 8 5 9 = 1.7.1 (2025-01-20) = -
molongui-post-contributors/trunk/includes/template.php
r3222331 r3234926 301 301 if ( function_exists( 'molongui_get_the_author' ) ) 302 302 { 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; } ); 304 304 305 305 if ( !empty( $by ) ) -
molongui-post-contributors/trunk/molongui-post-contributors.php
r3225822 r3234926 13 13 * Plugin URI: https://www.molongui.com/wordpress-plugin-post-contributors 14 14 * Description: Add reviewers, fact-checkers, illustrators and any other attribution to your posts. 15 * Version: 1.7. 115 * Version: 1.7.2 16 16 * Requires at least: 5.2 17 17 * Tested up to: 6.7 … … 42 42 final class MolonguiPostContributors 43 43 { 44 const VERSION = '1.7. 1';44 const VERSION = '1.7.2'; 45 45 private static $_instance = null; 46 46 public function __clone() -
molongui-post-contributors/trunk/readme.txt
r3225822 r3234926 6 6 Requires at least: 5.2 7 7 Tested up to: 6.7 8 Stable tag: 1.7. 18 Stable tag: 1.7.2 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 129 129 130 130 == 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. 131 135 132 136 = 1.7.1 (2025-01-20) =
Note: See TracChangeset
for help on using the changeset viewer.