Skip to content

v1.3.0

Choose a tag to compare

@christodhunter christodhunter released this 27 Aug 13:30
· 30 commits to main since this release
ba227f2

This pull request introduces updates to improve the functionality of the "DB Version Control" WordPress plugin. It focuses on enhancing post importing/exporting by using slugs and paths for hierarchical data handling, ensuring better parent-child relationship resolutions. Additionally, it includes plugin version updates and minor code adjustments.
Main Changes:
CHANGELOG: Documented version 1.3.0 changes, showcasing new features and improvements (e.g., exports now include post hierarchy metadata).
Main Plugin File: Updated plugin version reference from 1.2.0 to 1.3.0.
Post Sync Logic (class-sync-posts.php):
Improved import logic to use slugs/paths instead of IDs for hierarchical post types and parent resolution.
Added slug-based path data during export for hierarchical post types.
Enhanced metadata sanitization and validation processes.
Helper Functions (functions.php): Removed an unnecessary line to clean up code structure.