Plugin Directory

Changeset 3049896


Ignore:
Timestamp:
03/12/2024 04:05:53 PM (2 years ago)
Author:
dshanske
Message:

Update to version 4.4.17 from GitHub

Location:
syndication-links
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • syndication-links/tags/4.4.17/includes/micropub/class-synprovider-micropub.php

    r2982147 r3049896  
    137137            }
    138138        } elseif ( 'true' !== $backlink ) {
    139             $content = $post->content . ' (' . $link . ')';
     139            $content = $post->post_content . ' (' . $link . ')';
    140140        }
    141141        return $content;
  • syndication-links/tags/4.4.17/readme.txt

    r3040785 r3049896  
    33Tags: syndication, indieweb, indiewebcamp, POSSE, social media, sharing
    44Tested up to: 6.4
    5 Stable tag: 4.4.16
     5Stable tag: 4.4.17
    66License: GPLv2 or later
    77
     
    165165
    166166== Changelog ==
     167
     168= Version 4.4.17 ( 2024-03-12 ) =
     169* Fix for issue in not properly passing content to Micropub.
    167170
    168171= Version 4.4.16 ( 2024-02-25 ) =
  • syndication-links/tags/4.4.17/syndication-links.php

    r3040785 r3049896  
    44 * Plugin URI: http://wordpress.org/plugins/syndication-links
    55 * Description: Add Links to Syndicated Copies of Your Posts
    6  * Version: 4.4.16
     6 * Version: 4.4.17
    77 * Requires at least: 4.9.9
    88 * Requires PHP: 7.0
  • syndication-links/trunk/includes/micropub/class-synprovider-micropub.php

    r2982147 r3049896  
    137137            }
    138138        } elseif ( 'true' !== $backlink ) {
    139             $content = $post->content . ' (' . $link . ')';
     139            $content = $post->post_content . ' (' . $link . ')';
    140140        }
    141141        return $content;
  • syndication-links/trunk/readme.txt

    r3040785 r3049896  
    33Tags: syndication, indieweb, indiewebcamp, POSSE, social media, sharing
    44Tested up to: 6.4
    5 Stable tag: 4.4.16
     5Stable tag: 4.4.17
    66License: GPLv2 or later
    77
     
    165165
    166166== Changelog ==
     167
     168= Version 4.4.17 ( 2024-03-12 ) =
     169* Fix for issue in not properly passing content to Micropub.
    167170
    168171= Version 4.4.16 ( 2024-02-25 ) =
  • syndication-links/trunk/syndication-links.php

    r3040785 r3049896  
    44 * Plugin URI: http://wordpress.org/plugins/syndication-links
    55 * Description: Add Links to Syndicated Copies of Your Posts
    6  * Version: 4.4.16
     6 * Version: 4.4.17
    77 * Requires at least: 4.9.9
    88 * Requires PHP: 7.0
Note: See TracChangeset for help on using the changeset viewer.