pods-framework / pods

The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
https://pods.io/
GNU General Public License v2.0
1.07k stars 265 forks source link

VersionPress 4.0 support #4341

Closed Ramoonus closed 2 years ago

Ramoonus commented 7 years ago

https://blog.versionpress.net/2017/07/versionpress-4-0-beta/

borekb commented 7 years ago

Cool to see this ticket! Some previous discussion:

sc0ttkclark commented 7 years ago

I think a good first goal is to ensure versioning the Pods configurations themselves works correctly. A main issue with versioning the configs themselves are dealing with table schema changes, field renaming (meta keys won't match, etc), field deletions (meta values will still be there, table columns/values will still be there).

Ramoonus commented 7 years ago

it will be tough, but a huge functionality improvement

lougreenwood commented 7 years ago

FYI - I'm already storing dumps of my entire WP dev installation in git and dumping changes into the dump in branches. So may be able to give some insight into handling Pods config changes via git...

pavelevap commented 7 years ago

I am using Pods for my projects, so I started to play with VersionPress support.

image

Some related questions:

lougreenwood commented 7 years ago

Nice work @pavelevap! 👍