diff --git a/includes/micropub/class-synprovider-micropub.php b/includes/micropub/class-synprovider-micropub.php index 0c37e24..2b974f0 100644 --- a/includes/micropub/class-synprovider-micropub.php +++ b/includes/micropub/class-synprovider-micropub.php @@ -121,7 +121,7 @@ public function fetch_micropub( $url, $query, $headers = null ) { * @return string Content string */ public function get_content( $post ) { - $content = syn_post_content( $post ); + $content = syn_get_post_content( $post ); $length = strlen( $content ); $backlink = get_option( 'syndication_backlink' ); $link = wp_get_shortlink( $post ); diff --git a/readme.md b/readme.md index cb3ffaa..3a81590 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ **Contributors:** [dshanske](https://profiles.wordpress.org/dshanske/) **Tags:** syndication, indieweb, indiewebcamp, POSSE, social media, sharing **Tested up to:** 6.4 -**Stable tag:** 4.4.18 +**Stable tag:** 4.4.19 **License:** GPLv2 or later A simple way to link to copies of your [cross-posted](https://indieweb.org/cross-posting) content in other social networks or websites. Now with posting UI. @@ -169,6 +169,9 @@ In no particular order... ## Changelog ## +### Version 4.4.19 ( 2024-03-12 ) ### +* One final tweak today + ### Version 4.4.18 ( 2024-03-12 ) ### * Introduce custom excerpting function for syndication diff --git a/readme.txt b/readme.txt index 7bf62d3..960a998 100755 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: dshanske Tags: syndication, indieweb, indiewebcamp, POSSE, social media, sharing Tested up to: 6.4 -Stable tag: 4.4.18 +Stable tag: 4.4.19 License: GPLv2 or later A simple way to link to copies of your [cross-posted](https://indieweb.org/cross-posting) content in other social networks or websites. Now with posting UI. @@ -165,6 +165,9 @@ In no particular order... == Changelog == += Version 4.4.19 ( 2024-03-12 ) = +* One final tweak today + = Version 4.4.18 ( 2024-03-12 ) = * Introduce custom excerpting function for syndication diff --git a/syndication-links.php b/syndication-links.php index 2267bb9..3c0e476 100755 --- a/syndication-links.php +++ b/syndication-links.php @@ -3,7 +3,7 @@ * Plugin Name: Syndication Links * Plugin URI: http://wordpress.org/plugins/syndication-links * Description: Add Links to Syndicated Copies of Your Posts - * Version: 4.4.18 + * Version: 4.4.19 * Requires at least: 4.9.9 * Requires PHP: 7.0 * Author: David Shanske