There was a small change introduced in new version to prevent wordpress from generating individual custom post type pages which messed up custom post types admin. Pls go to framework/presentation/custom-post-types.php file and do a search for show_ui key and set the value of the same to true (currently set to false for some custom post types like pricing, team, testimonials – should be true) for all custom post types. You are probably missing the pricing and team profiles tab as well along with testimonials tab.