You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not add syndication information to the content of a jsonfeed
Add privacy policy and export data support for WordPress 4.9.6
Add privacy notice to readme
Version 3.4.0 ( 2018-03-03 )
Updated Simple Icons to latest version
Switched Genericons Neue to a submodule as the svg version was not distributed in the npm package
Added support for Mastodon Auto Post per request. Unable to test due not using same
Added support for Keyring Social Importer. Unable to test due not using same
Simplified saving of metadata
Changed Metabox to a dynamically generated array
Version 3.3.2 ( 2018-02-03 )
Updated Simple Icons to latest version
Version 3.3.1 ( 2018-01-04 )
Updated Simple Icons to latest version
Support for pulling data out for SNAP out of Post Meta without dependence on SNAP classes
Version 3.3.0 ( 2017-12 )
Switched to Simple Icons as larger, updated, and maintained more frequently than Automattic's Social Icons repo
Added in the Genericon Neue pack for when there is no logo for a site with a series of generic icons
SVG Sprite only will be distributed instead of individual SVG files
Icon colors automatically generated from Simple Icons repository
Icon names automatically generated from Simple Icon repository
New code to try and find an icon without hard coding the domain to icon relationship by trying to find the icon name inside the domain string.
Development tools now configured for bringing in PHPCS Coding Standards and generating new files
Screenshots!
License information included for the plugin as well as dependencies
Again, automation automation automation
Version 3.2.4 ( 2017-11-23 )
Changelog will now note a release date
Added/redid colors for many links
Version 3.2.3
Remove Social Support as Plugin is no longer listed in WordPress repository
Add additional syndication icons
Fix textdomain issues
Add PHP Compatibility tests and textdomain tests
PHPCS Improvements
Add setting for disabling links in feed
Version 3.2.2
Remove H-Card Widget
Version 3.2.1
Break add get_syndication_links function into smaller pieces ( props @Ruxton )
Adds get_syndication_links_elements which returns array of anchor tags
Adds get_syndication_links_display_defaults to return default options
Adds get_syndication_links_text_before to return textbefore on it's own
Version 3.2.0
Add support for comment syndication links
Add CSS for styling text before
Version 3.1.1
Fix documentation re priority of content filter
Remove empty check as interfering with filter
Add uniqueness check after filter
Version 3.1.0
Cleanup of settings attributes using enhancements available in WordPress 4.7
Individual SVG icons and code to generate an SVG sprite now included in the plugin
Option to have hidden links now available
Small Medium and Large CSS files are included by option - generated by sass
Option to disable links being added to content removed as they can now be hidden. Any theme that wants to call the display function directly will have to remove the content filter
Add arguments to get_syndication_links to allow for customized presentation
Adding ?original-of=url with url being the syndication URL will return the original entry.
Version 3.0.5
Change storage of syndication links in order to match Micropub plugin. Storage is now array
Remove old property once migrated to new
Remove JSON REST filter as deprecated
Add support for the official Medium plugin per request @chrisaldrich
Version 3.0.4
Compatibility update
Add textdomain for language support
Version 3.0.2
* Adjust close bracket
Version 3.0.1
* Fix text display issue
Version 3.0.0
* Remove icon fonts in favor of SVG
* Remove rel-me support to move to implementation in Indieweb plugin
* Remove h-card support to move to implementation in Indieweb plugin (it wasn't very good anyway)
* Introduce new get_syndication_data function to abstract out storage
Version 2.1.0
* Removed user meta code
Version 2.0.3
* Minor Tweaks and Cleanup
Version 2.0.2
* CSS fixes
* Version number added to CSS import to avoid caching on update
Version 2.0.1
* Misc. Bug Fixes
* Bridgy Publish Support removed - new Bridgy plugin will handle that
Version 2.0.0
* Rewritten to remove global scoping
* Option to add URLs to the head of the home page for rel-me auth
* Option to add URLs as a widget for rel-me auth
Version 1.0.3
* Security Fix. Nothing new
Version 1.0.2
* Refinements
* Add support for pages and a filter to add additional content types
Version 1.0.0
* Refinements
* Addition of h-card widget.
* Improvements to hooks
* Addition of automatic information from SNAP and Social(courtesy WordPress Syndication).
* Now supports second font choice and choice of color or black.
Version 0.6.0
* Add hooks and functions to allow additional urls to be added
Version 0.5.0
* Clean up the plugin for initial release to WordPress repository.
Version 0.5
* Moved to simplified data structure.
* Hidden migration function
Version 0.4
* Rewriting using Grunt/SASS for more flexibility
Version 0.3
* Customizable Networks finished.
* Changed social icons CSS to automatically add only if the class for the list has social-icon in it.
Version 0.2
* Settings Screen rewritten using WordPress Settings API.
* Going to rewrite with customizable networks and thus option to disable sites you do not syndicate to.
* Added social icons CSS to automatically add icons to anything in a <LI>
Version 0.1
* Forked from the Semantic Comments plugin. Start of configurable options.