Feedback regarding bugs and issues
-
Hello sir,
Installed this plugin for just taking a look and the core workflow works fine. creator, approver, assignments all function as expected. the approved snapshot idea is actually very nicee sir. But found some real problems while going through the code the plugin comes with a hardcoded password “W***f***1*3” for sample users I am hiding it so that I don’t wanna disclose the password. anyone who reads the source code will know it. not safe at all for a real website.the entire workflow can be bypassed by calling the wordpress REST API directly. send a POST request to wp-json with status publish and it goes live without any approval. the plugin doesnt cover this at all.when an approver rejects a post, the approved snapshot gets overwritten with the rejected content…. so visitors end up seeing the version that was literally just rejected. seems like a bug.every single page load in wp-admin triggers a full database schema check… makes the admin panel noticeably slow especially on shared hosting…. when you uninstall the plugin it only removes the user roles…. the database tables and all the post meta it created are left behind…. had to clean manually with phpmyadmin… The audit log is supposed to track every edit but it keeps overwriting the same row instead of adding new entries. so you lose the history of intermediate changes completely… I just found out these using the normal analysis I do when I install new plugins and sorta stuff… I hope this review and feedback find you well sir…
You must be logged in to reply to this review.