This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Migrate plugin to React and implement initial version of new plugin #53
Comments
orballo
pushed a commit
that referenced
this issue
Nov 5, 2018
orballo
pushed a commit
that referenced
this issue
Nov 20, 2018
orballo
pushed a commit
that referenced
this issue
Nov 21, 2018
orballo
pushed a commit
that referenced
this issue
Nov 21, 2018
orballo
pushed a commit
that referenced
this issue
Nov 21, 2018
orballo
pushed a commit
that referenced
this issue
Nov 23, 2018
orballo
pushed a commit
that referenced
this issue
Nov 23, 2018
orballo
pushed a commit
that referenced
this issue
Nov 26, 2018
This was referenced Dec 4, 2018
Closed
orballo
pushed a commit
that referenced
this issue
Dec 4, 2018
orballo
pushed a commit
that referenced
this issue
Dec 7, 2018
orballo
pushed a commit
that referenced
this issue
Dec 11, 2018
orballo
pushed a commit
that referenced
this issue
Dec 11, 2018
orballo
pushed a commit
that referenced
this issue
Dec 12, 2018
orballo
pushed a commit
that referenced
this issue
Dec 12, 2018
orballo
pushed a commit
that referenced
this issue
Dec 12, 2018
orballo
pushed a commit
that referenced
this issue
Dec 12, 2018
orballo
pushed a commit
that referenced
this issue
Dec 13, 2018
orballo
pushed a commit
that referenced
this issue
Dec 13, 2018
orballo
pushed a commit
that referenced
this issue
Dec 14, 2018
orballo
pushed a commit
that referenced
this issue
Dec 14, 2018
orballo
pushed a commit
that referenced
this issue
Dec 14, 2018
orballo
pushed a commit
that referenced
this issue
Dec 14, 2018
orballo
pushed a commit
that referenced
this issue
Dec 14, 2018
orballo
pushed a commit
that referenced
this issue
Dec 14, 2018
orballo
pushed a commit
that referenced
this issue
Dec 17, 2018
orballo
pushed a commit
that referenced
this issue
Dec 17, 2018
Merged
orballo
pushed a commit
that referenced
this issue
Dec 21, 2018
orballo
pushed a commit
that referenced
this issue
Dec 21, 2018
🎉 This issue has been resolved in version 1.10.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Migration:
Initial implementation:
The script added to the admin site will run every time a page is loaded, even if they are not the pages of the plugin. We should find a way to make the script load only in the needed pages, and if it's not possible the script should prevent React from running.
The current
wp_pwa_settings
should be namedfrontity_settings
. We need to be careful not to loose the old settings, and copy the values to the new ones before deleting them. We should look if there is aplugin_update
hook of some kind to this purpose.The text was updated successfully, but these errors were encountered: