You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
In the composor.json file, the dependency for TinyMCE is defined as '>4'.
This results in TinyMCE jumping from version 4.* to 5.* without any way block this because this package doesn't define a major version update to handle this.
My suggestion would be to release a 1.1.4 that locks TinyMCE down to version 4 and release a 2.0 version which installs version 5. This way your users can choose themselves which versions works for them and can update their systems before loading TinyMCE 5, which contains breaking changes.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the composor.json file, the dependency for TinyMCE is defined as '>4'.
This results in TinyMCE jumping from version 4.* to 5.* without any way block this because this package doesn't define a major version update to handle this.
My suggestion would be to release a 1.1.4 that locks TinyMCE down to version 4 and release a 2.0 version which installs version 5. This way your users can choose themselves which versions works for them and can update their systems before loading TinyMCE 5, which contains breaking changes.
The text was updated successfully, but these errors were encountered: