Releases: zerosonesfun/wp-bluesky-autopost-per-author
Releases · zerosonesfun/wp-bluesky-autopost-per-author
Release list
1.2.0
1.1
- Added image compression because Bluesky will reject the post if the image size is too large
- Added more details to certain logging messages so we know more about why a post failed
1.0
- Updated readme
- Main tests were successful; updating version number to 1.0
0.13
- Refresh token was not being sent correctly. This is now fixed.
- Testing with expired and non-expired access token is working! 🦄
0.11
- Removed a custom post type that I have at my installation; not needed for this version; right now, this version is only meant to work with the default "Post" post type.
0.10
- Fix bug where image is not sent to Bluesky after a re-authorization (depending on website set up)
0.9.1
- Rewrote the Readme so that it includes the latest features and installation steps
0.9
- Changed "Plugin Log:" to "Bluesky Posting Log:" for the title of the frontend log
0.8
- Fixed issue where new post was not going to Bluesky if session expired
- Added 3 retries if anything fails to help ensure posts go to Bluesky even when there is a small hiccup
- Added frontend log so that each author can see how their post is or is not going to Bluesky
0.6
- Fixed JavaScript error
- Added back missing Ajax handler action
- Tested on a live website; working so far! :)