Changeset 3049896
- Timestamp:
- 03/12/2024 04:05:53 PM (2 years ago)
- Location:
- syndication-links
- Files:
-
- 6 edited
- 1 copied
-
tags/4.4.17 (copied) (copied from syndication-links/trunk)
-
tags/4.4.17/includes/micropub/class-synprovider-micropub.php (modified) (1 diff)
-
tags/4.4.17/readme.txt (modified) (2 diffs)
-
tags/4.4.17/syndication-links.php (modified) (1 diff)
-
trunk/includes/micropub/class-synprovider-micropub.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/syndication-links.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
syndication-links/tags/4.4.17/includes/micropub/class-synprovider-micropub.php
r2982147 r3049896 137 137 } 138 138 } elseif ( 'true' !== $backlink ) { 139 $content = $post-> content . ' (' . $link . ')';139 $content = $post->post_content . ' (' . $link . ')'; 140 140 } 141 141 return $content; -
syndication-links/tags/4.4.17/readme.txt
r3040785 r3049896 3 3 Tags: syndication, indieweb, indiewebcamp, POSSE, social media, sharing 4 4 Tested up to: 6.4 5 Stable tag: 4.4.1 65 Stable tag: 4.4.17 6 6 License: GPLv2 or later 7 7 … … 165 165 166 166 == Changelog == 167 168 = Version 4.4.17 ( 2024-03-12 ) = 169 * Fix for issue in not properly passing content to Micropub. 167 170 168 171 = Version 4.4.16 ( 2024-02-25 ) = -
syndication-links/tags/4.4.17/syndication-links.php
r3040785 r3049896 4 4 * Plugin URI: http://wordpress.org/plugins/syndication-links 5 5 * Description: Add Links to Syndicated Copies of Your Posts 6 * Version: 4.4.1 66 * Version: 4.4.17 7 7 * Requires at least: 4.9.9 8 8 * Requires PHP: 7.0 -
syndication-links/trunk/includes/micropub/class-synprovider-micropub.php
r2982147 r3049896 137 137 } 138 138 } elseif ( 'true' !== $backlink ) { 139 $content = $post-> content . ' (' . $link . ')';139 $content = $post->post_content . ' (' . $link . ')'; 140 140 } 141 141 return $content; -
syndication-links/trunk/readme.txt
r3040785 r3049896 3 3 Tags: syndication, indieweb, indiewebcamp, POSSE, social media, sharing 4 4 Tested up to: 6.4 5 Stable tag: 4.4.1 65 Stable tag: 4.4.17 6 6 License: GPLv2 or later 7 7 … … 165 165 166 166 == Changelog == 167 168 = Version 4.4.17 ( 2024-03-12 ) = 169 * Fix for issue in not properly passing content to Micropub. 167 170 168 171 = Version 4.4.16 ( 2024-02-25 ) = -
syndication-links/trunk/syndication-links.php
r3040785 r3049896 4 4 * Plugin URI: http://wordpress.org/plugins/syndication-links 5 5 * Description: Add Links to Syndicated Copies of Your Posts 6 * Version: 4.4.1 66 * Version: 4.4.17 7 7 * Requires at least: 4.9.9 8 8 * Requires PHP: 7.0
Note: See TracChangeset
for help on using the changeset viewer.