Skip to content

Commit

Permalink
One final tweak today
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Mar 12, 2024
1 parent bf10a53 commit d9457cc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/micropub/class-synprovider-micropub.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion syndication-links.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9457cc

Please sign in to comment.