Hi there,
I noticed a problem throughout the Types3.0 plugin, where i believe link references as well as inclusion of necessary js files for the core plugin in the admin are hard coded to expect the admin url to always be: /wp-admin/
This is problematic for users who are masking their admin dashboard by using plugins, such as "WP Hide & Security Enhancer", where we can rewrite the admin URL to anything other than the default. For example, my admin url is /not-default-admin/
The hardcoded references in this new version of Types causes links to not work, and most notably, the Custom Fields page (admin.php?page=types-custom-fields) doesnt render because the urls to the default locations for the js files are blocked. You can download the plugin above to test if you like, it is free.
For now, the workaround, is to not block default urls (ie: /wp-admin, /wp-content/paths/to/plugin), but this creates a security hole for sites trying to block access to default paths. Hope this makes sense, thanks.