Skip to content

Releases: pluginpal/strapi-plugin-publisher

V2.0.9

26 Mar 08:53
16edca1

Choose a tag to compare

  • Fix/update readme docs for #194
  • Fix with set state for #215

V2.0.8

19 Mar 17:52
cba7d0f

Choose a tag to compare

  • Update node engine version in package.json

v2.0.7

01 Feb 16:06

Choose a tag to compare

  • Update to Strapi 5.34.0 with updated peerDependencies
  • Remove yarn resolutions (security fixes should come from Strapi upstream)
  • Update @strapi/design-system and @strapi/icons to v2.1.2

Note: Security vulnerabilities in Strapi dependencies (jws, tar, qs) are being addressed in upstream Strapi PRs.

v2.0.6

01 Feb 16:04

Choose a tag to compare

  • Update to Strapi 5.34.0 with updated peerDependencies
  • Remove yarn resolutions (security fixes should come from Strapi upstream)
  • Update @strapi/design-system and @strapi/icons to v2.1.2

Note: Security vulnerabilities in Strapi dependencies (jws, tar, qs) are being addressed in upstream Strapi PRs.

v2.0.5

08 Oct 18:51
3c19618

Choose a tag to compare

  • Fixes missing locale - #207
  • Add publishedAt date to be in the past - #210
  • Fixes missing validation checks in middleware - #206

v2.0.4

21 Aug 13:30
d909bb2

Choose a tag to compare

  • Add new property publisherActionAllowed which can be set to false to prevent (un)publish; any other value (or no return) allows it

Fixed issues:
(#142 )
(#194 )

v2.0.3

30 Jun 05:47
5b0ab93

Choose a tag to compare

🐛 Fixes

  • Publisher Section Flickers on Collection View in Content Manager (#202)

v2.0.2

24 Jun 07:11
1b75758

Choose a tag to compare

  • Use document service instead of entity service (#201)

v2.0.1

24 Jun 07:03
935d402

Choose a tag to compare

  • Fix cannot access ‘publishedEntity’ before initialization in beforePublish hook #198
  • Fix plugin leaves empty UI card if it is turned off for content type #197

v2.0.0

22 Jun 08:50
fb03f11

Choose a tag to compare

Strapi v5 Stable release 🎉

Fixes

- Hook placement #195