- included namespace to fix loading issues
- removed the files section from the autoload to remove reference to previous functions.php file
- changes to comply with psr-4 - thanks to @japafrite for the changes
- added code to trap when a specified fallback image doesn't exist
- new fallback option, URL=, that allows you to specify an image to use on fallback
- change to handling of files that cannot be read & header response function
- fixed a bug in fallback override and another in getting link card images
- allow link card fallback to be overridden on a post by post basis
- Fix an bug with carriage returns before hashtags
- Fix for when an array is passed for alts with a single image
- Allowed parameters to be passed through
- Updated the README with v2 examples
- Class names in code rather than public functions
- Bug fixes to composer loading
- Moved to composer rather than including file
- Change the way images are uploaded so that now only a call to post_to_bluesky is required
- Pass the dimensions to Bluesky for images so that they are displayed correctly.
- 1.0 release of the project
- Feature complete.