Version 1.2.003 Build 0001 ========================== Persona tags now work in headers and footers. [No change] for format preference on 'Edit Matching Contacts" screen now working. Subscribe method for imported contacts now show as "Import" instead of "-". Fixed connection to Twitter. Due to a change made by Twitter, arpReach now requires more settings from the app's definition in your Twitter account. Edit the Twitter account in arpReach to see the extra information that is required. Fixed bug that prevented contacts being deleted using "Deleting Matching Contacts". The bugs was deleting subscriptions but not contacts. This has been fixed. Added "No autoresponder" option for the 'For autoresponder' field in the 'Edit Matching Contacts' screen so that matching contacts can be moved out of an autoresponder without the need to add them to a different one. Can now pass contact data to the trackable links as URL variable, readbable by $_GET in PHP. This is enabled by a new checkbox in the settings of each trackable link. Importing contacts with categories and/or tags now adds those categories and/or tags to contacts that already exist. Version 1.2.002 Build 0001 ========================== Can now sort contacts list by number of subscriptions. Can now add or edit a contact then jump directly to the screen to add an autoresponder subscription instead of having to search for the contact first. Fixed bug for Firefox users that broke the contact importing functionality. Fixed a bug in the Action / Copy functionality. Fixed a bug in the Action / Copy & Edit functionality. When creating an action in Contacts / Actions, there is now a new event type called "Remote Call" that can be used to trigger one or more actions. Call this action using a URL in the following format (using your own arpReach URL): http://yourdomain.com/a/a.php/actions/remote?access_key=xxxxx&email=whoever@domain.com&actions=1,2,3,4,5 - get the access key from Setup / System Settings / System / Integration - email is the email address of the contact for the action - actions is a comma-separated list of action id numbers that you want to call. The actions list in Contacts / Actions has a column containing the ID numbers that can be used. Version 1.2.001 Build 0001 ========================== Some features are exclusive to arpReach Gold and not available in arpReach Standard. Added micro-segmentation with single emails, contact tags, actions and events. Can now react to the following events: - subscription form submitted - trackable link clicked - broadcast opened - follow-up message opened - single email opened ...with any number of the following actions: - add/remove tags - add/remove contact categories - add autoresponder subscription - drop autoresponder subscription - drop all autoresponder subscriptions - delete autoresponder subscriptions - delete all autoresponder subscriptions - send a single email - send an HTTP post to a URL (contact record sent too) - add to email suppression list - remove from email suppression list - add to email ban list - remove from email ban list - delete contact - change standard field value - change custom field value - run a user-defined PHP function User-defined PHP functions can be created. These reside in user_functions/user_functions.php. See the file for examples. They can be used in actions to change the contacts of a standard or custom field by adding @ at the start of the function name. In trackable links, there is now a box to check to have the contact record posted to the link's destination URL when the link is clicked. Added access key to system settings so that actions can be called from other software. Cosmetic changes to contact list and system settings screens. Cosmetic changes to arpReach brand images. Fixed bug that was inserting a blank line at the top of the body of some plain text emails. In email systems, adding the facility to react to custom error strings such as those produced by Amazon when a recipient address is on their suppression list. Added path info to the Help / About screen to facilitate installation of the cron task.