I’ve been hard at work on the next version of Connections. A couple of the new major enhancements are a completely revamped template loader and a brand new template manager in the admin. Here you will be able to manage the default templates per list type, install and delete templates. In Connections, each entry can be set …
As I mentioned in a previous post, 0.7.0.0 would possibly break some users custom templates. Here’s methods that changed… getAddresses() getPhoneNumbers() getEmailAddresses() getIm() getSocialMedia() getWebsites() Each of these now return a standard object. And the related helper classes have been removed. See the PHP documentation in the class.entry.php for each one of these methods to …