Skip to content

Releases: pluginpal/strapi-plugin-publisher

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

v2.0.0-beta.10

12 May 16:00
de91d38

Choose a tag to compare

v2.0.0-beta.10 Pre-release
Pre-release

🐛 Fix

- Addresses #172 (Internationalization issue) @TMSchipper

v2.0.0-beta.9

22 Apr 15:48
f8acd00

Choose a tag to compare

v2.0.0-beta.9 Pre-release
Pre-release

When a validation error occurs, the save button get's disabled #175 - @TMSchipper
Issue when using the SEO plugin #176 - @TMSchipper