New project structure #6

Merged
akrdzic merged 24 commits from new-project-structure into master 2018-07-31 13:43:29 +02:00
Showing only changes of commit 2cd572b74f - Show all commits

View File

@@ -217,6 +217,7 @@ Wiaas exposes WP CLI command which will execute pending db updates for wiaas:
If your feature requires some database updates that can be easiliy executed from wordpress code, then:
1) Place this update to `wiaas/includes/db-updates/wiaas-db-update-functions.php` as a function named `wiaas_db_update_{name}
2) Add this function to `wiaas/includes/class-wiaas-db-update.php` with its timestamp.