Skip to content

Releases: pluginpal/strapi-plugin-publisher

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

v2.0.0-beta.12

09 Jun 14:33
d3ea318

Choose a tag to compare

v2.0.0-beta.12 Pre-release
Pre-release
  • Sidebar panel (#190)
  • More logging (#191)
  • Fix for i18n issue (#188)
  • Fix for validation issue (#184)
  • Allow node 22 in the version constraint (#189)

v2.0.0-beta.11

03 Jun 14:57
002673e

Choose a tag to compare

v2.0.0-beta.11 Pre-release
Pre-release

🐛 Fix

- Addresses #185 (Missing translations within actions) @TMSchipper