Skip to content

Tags: pluginpal/strapi-plugin-publisher

Tags

2.0.5

Toggle 2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix for middleware check + fine tune locale (#211)

This fix will resolve:
-Update locales
-Update middleware for validation errors

#206
#207
#210

2.0.4

Toggle 2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add publisherActionAllowed property for canceling publisher act…

…ion when you change your config (#204)

2.0.3

Toggle 2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: ActionManagerComponent.tsx and fix rare render race conditi…

…on (#203)

2.0.2

Toggle 2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use document service instead of entity service (#201)

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: hide publisher card based on config + clean-up and split action …

…manager and actionManagerComponent (#200)

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: put beforeX hooks actually before the event that's about to happ…

…en. (#196)

2.0.0-beta.12

Toggle 2.0.0-beta.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: allow node 22 (#189)

v2.0.0-beta.11

Toggle v2.0.0-beta.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add mode for matching translations (#186)

Co-authored-by: Tim Schipper PluginPal <tim@pluginpal.io>

2.0.0-beta.10

Toggle 2.0.0-beta.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make the plugin work with internationalization (#180)

* feat: add locale value + debug process with console.log

* fix: publish/unpublish actions in middleware validation and cleanup logs

* feat: remove unused const and add locale for unpublish

* refactor: use only one validation function

---------

Co-authored-by: Tim Schipper <tim@pluginpal.io>

2.0.0-beta.9

Toggle 2.0.0-beta.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: fix button disabled state and populate (#178)

Co-authored-by: Tim Schipper <tim@pluginpal.io>