Version control with a team of non-developers

You can try using Source Tree https://www.sourcetreeapp.com/, no need to learn heavily the command line git, all the non coders need to do is copy their files to your repo, then commit and push if there are no complications that will arise. The only bad side of this is if there will be merge issues … Read more

How to get the SQL of the changes made to the database from an update or upgrade?

Log queries: You could collect all the queries during core/plugin/theme upgrades to see what happens. Just follow these two steps: 1) You should add: define( ‘SAVEQUERIES’, TRUE ); to your wp-config.php file to collect all queries during a page load into the $wpdb->queries array. Just remember to remove it afterwards. 2) Then you could log … Read more

How should I be handling my theme version numbering?

It is good practise to use semantic versioning e.g. 1.0.1 MAJOR.MINOR.PATCH MAJOR version when you make incompatible changes, MINOR version when you add functionality in a backwards-compatible manner, and PATCH version when you make backwards-compatible bug fixes. Don’t update the version on every code commit in git (just do it manually), rather on every group … Read more

When I try to install VersionPress, it tells me, “The package could not be installed. No valid plugins were found.”

It looks like the file you downloaded, versionpress-master.zip, isn’t structured like a WordPress plugin. When I unzip versionpress-master.zip, the plugin looks like it’s in the directory plugins/versionpress. You’ll need to copy that directory and all its contents to your site’s plugin directory (usually wp-content/plugins). Edited to add: The official site’s installation instructions indicate that you … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)