Skip to content

Commit

Permalink
Fix minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Dec 6, 2023
1 parent 0f79f68 commit ccc26dd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/class-social-plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public static function wptotwitter_to_syn_links( $connection, $id ) {
}

$account = get_option( 'wtt_twitter_username' );
$uid = get_post_meta( $id, _wpt_tweet_id, true );
$uid = get_post_meta( $id, '_wpt_tweet_id', true );
if ( ! $account || ! $uid ) {
return;
}
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.14
**Stable tag:** 4.4.15
**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.15 ( 2023-12-05 ) ###
* Fix issue with constant

### Version 4.4.14 ( 2023-12-01 ) ###
* Update support for WP-To-Twitter plugin, now Xposter.

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.14
Stable tag: 4.4.15
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.15 ( 2023-12-05 ) =
* Fix issue with constant

= Version 4.4.14 ( 2023-12-01 ) =
* Update support for WP-To-Twitter plugin, now Xposter.

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.14
* Version: 4.4.15
* Requires at least: 4.9.9
* Requires PHP: 7.0
* Author: David Shanske
Expand Down

0 comments on commit ccc26dd

Please sign in to comment.