Skip to content

Releases: getgrav/grav-plugin-sync

1.1.4

Choose a tag to compare

@rhukster rhukster released this 03 Aug 14:04
2585c91

Bugfix

  • Fixed responses failing outright when the data contained invalid UTF-8. json_encode() returns false on malformed bytes, which then hit the PSR-7 stream's string type hint and raised an unhandled TypeError instead of returning a response. Invalid bytes are now substituted, matching the same fix in the api plugin's ApiResponse that this builder is contractually byte-identical to.

1.1.3

Choose a tag to compare

@rhukster rhukster released this 24 Jun 22:50
e9fafdf

Bugfix

  • Guests can now use the polling fallback on public channels — the channel pull and publish endpoints accept anonymous requests and let each channel's own access check decide
  • A failing push transport no longer stops messages from reaching the other transports, so the polling fallback keeps working while a hub is down
  • Collaborative editing now works on child pages of a hidden home route, instead of failing to find the page, when "Hide home route in URLs" is enabled (getgrav/grav-plugin-api#10)
  • Save notifications now reach collaborators editing child pages of a hidden home route, so they no longer keep seeing phantom unsaved changes after a peer saves (getgrav/grav-plugin-admin2#59)

1.1.2

Choose a tag to compare

@rhukster rhukster released this 09 Jun 02:22
1.1.2
8b15a4c
Release v1.1.2

1.1.1

Choose a tag to compare

@rhukster rhukster released this 18 May 19:54
1.1.1
f55cb56
Release v1.1.1

1.1.0

Choose a tag to compare

@rhukster rhukster released this 13 May 21:29
1.1.0
6f7be80
Release v1.1.0

1.0.0

Choose a tag to compare

@rhukster rhukster released this 25 Apr 16:29
1.0.0
caba436
Release v1.0.0