reduxframework / redux-framework-4

Redux v4
https://redux.io/redux-4/
Other
97 stars 32 forks source link

Metabox fix and PHP 8 notices #198

Closed kprovance closed 3 years ago

mohammedeisa commented 3 years ago

Thanks, @kprovance for your collaboration. May I ask you what this PR fixes?

kprovance commented 3 years ago

Missing entries in Redux_Core::$server that metaboxes requires to work properly. At some point, that variable was global, now it's a specific array of values, and the ones metaboxes needs were missing. Everything else was PHP 8.0 barking deprecation notices about default values in functions being out of order or missing.

mohammedeisa commented 3 years ago

So, no conflicts with this commit https://github.com/reduxframework/redux-framework-4/pull/195/commits/54d46c82b32fdf1dad4fd11068dfccd14073c0e4 ?

kprovance commented 3 years ago

Honestly, I can't tell. My fork isn't in sync with the master. I'm not used to syncing forks and pull requests and need to get on the same page with the master. I'll just close this, sync up and try again.