Request Version 6.4.4
Mainly changes to categories again. It seems WordPress has started returning a WP_Error instead of null or 0 or false. My script did not expect the WP_Error and this was causing a problem. It worked until the most recent version of WordPress. I set about fixing it and ended up improving my approach to checking if a category already exists or not. Easy CSV Importer is now more accurate and does more to check if a category already exists.
Other Changes
- Multi-file project creation process has been improved.
- Value design condition fixed.
- Post status function has been improved after a strange php date() function issue was found