Apostrophe 4.3.3: hotfix for array editing in production #4565
boutell
announced in
Release Notes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version 4.3.3 of the
apostrophe
module contains a hotfix for a bug that caused errors when adding items to array fields in a production build. This is a hotfix with no other changes.To update, just type:
Then deploy your project as you normally would. The issue was never observed in development environments, only production and production-like test environments.
Although it is rare, those who have chosen to override the file
AposSchema.vue
at project level will want to note a one-line change that is required, you can view the change that was made here:https://github.com/apostrophecms/apostrophe/pull/4560/files
Those who have not explicitly chosen to override this file don't need to change anything. Just type
npm update
to get the fix for your project.Beta Was this translation helpful? Give feedback.
All reactions