carlomanf / wp-super-network

Share content between wordpress sites and create offspring networks.
https://wordpress.org/plugins/wp-super-network/
3 stars 0 forks source link

Rewrite network-based options feature through SQL parser #14

Open carlomanf opened 2 years ago

carlomanf commented 2 years ago

The network-based options feature (part of #4) was written early in this plugin's history, before the SQL parser was added.

In the current 1.2.0 cycle, a significant number of bugs have been found that are caused by this feature and the way it is implemented. These were fixed in 76b23b1, 39ae47c and most recently 7959666.

Although they were fixed, it seems clear that the feature is causing friction due to not sharing the same infrastructure that most of the other features use. For a later version, it would remove much of the friction to rewrite the feature through the SQL parser.

carlomanf commented 1 year ago

Network-based user options (the final part of #4) can also be addressed as part of this.

carlomanf commented 4 months ago

a significant number of bugs have been found that are caused by this feature and the way it is implemented. These were fixed in 76b23b1, 39ae47c and most recently 7959666.

a46f9a373191be4d8503c8bde4b7449a610f402e could now be added to this list.