Skip to content

Releases: zerosonesfun/wp-bluesky-autopost-per-author

1.2.0

Choose a tag to compare

@zerosonesfun zerosonesfun released this 20 Mar 11:54
7ae1bd6
  • Bluesky API updates
  • Upgrading logging

1.1

1.1

Choose a tag to compare

@zerosonesfun zerosonesfun released this 12 Apr 15:21
01b75e5
  • 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

1.0

Choose a tag to compare

@zerosonesfun zerosonesfun released this 08 Apr 23:26
8fc1148
  • Updated readme
  • Main tests were successful; updating version number to 1.0

0.13

Choose a tag to compare

@zerosonesfun zerosonesfun released this 08 Apr 23:18
ffb5b25
  • Refresh token was not being sent correctly. This is now fixed.
  • Testing with expired and non-expired access token is working! 🦄

0.11

Choose a tag to compare

@zerosonesfun zerosonesfun released this 08 Apr 01:32
7d4eefc
  • 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

Choose a tag to compare

@zerosonesfun zerosonesfun released this 07 Apr 12:26
310786e
  • Fix bug where image is not sent to Bluesky after a re-authorization (depending on website set up)

0.9.1

Choose a tag to compare

@zerosonesfun zerosonesfun released this 06 Apr 14:21
1e58273
  • Rewrote the Readme so that it includes the latest features and installation steps

0.9

0.9

Choose a tag to compare

@zerosonesfun zerosonesfun released this 06 Apr 14:18
c2ab814
  • Changed "Plugin Log:" to "Bluesky Posting Log:" for the title of the frontend log

0.8

0.8

Choose a tag to compare

@zerosonesfun zerosonesfun released this 06 Apr 14:10
c2b55ba
  • 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

0.6

Choose a tag to compare

@zerosonesfun zerosonesfun released this 05 Apr 20:13
7b0429f
  • Fixed JavaScript error
  • Added back missing Ajax handler action
  • Tested on a live website; working so far! :)