Interspire Product Knowledge Base

Would you like to...

Print this page Print this page

Email this page Email this page

Post a comment Post a comment

Subscribe me

Add to favorites Add to favorites

Remove Highlighting Remove Highlighting

Edit this Article

Export to PDF

User Opinions (9 votes)

0% thumbs up 100% thumbs down

How would you rate this answer?



Thank you for rating this answer.

Interspire Email Marketer Release Notes and Changelog

*******************************************************
*    Changelog for Interspire Email Marketer 5.5.2    *
*******************************************************
18th December, 2008

Bugs Fixed
----------
Certain user types were not able to view contacts in some of their contact lists.
Contacts that were obtained from segment results were incorrectly returning record information.
Fix permissions where a user is unable to view/edit/delete contacts obtained from a segment.
Fix the SMTP details not showing up on the Settings page in Chrome/Safari.
Fix upgrading for MySQL versions < 5.
Remove non-existent image references from some templates.
Suppress a PHP warning when installing if admin/com/storage is unwriteable.

Files Changed
-------------
    admin/com/lib/IEM.php
    admin/com/init-legacy.php
    admin/com/upgrades/20081215/modify_user_table_type.php
    admin/functions/api/subscribers.php
    admin/functions/init.php
    admin/functions/subscribers_edit.php
    admin/functions/subscribers_event.php
    admin/functions/subscribers_manage.php
    admin/functions/subscribers_view.php
    admin/includes/templates/settings.tpl
    admin/includes/templates/settings2.tpl
    admin/includes/templates/subscribers_manage.tpl
    admin/includes/templates/subscribers_manage_anylist.tpl
    admin/resources/email_templates/Family and Friends/Gift/index.html
    admin/resources/email_templates/Hobbiest/Photo Crazy/index.html
    admin/resources/email_templates/Music/Brass Drums/index.html
    changelog.txt
    version.txt

*******************************************************
*    Changelog for Interspire Email Marketer 5.5.1    *
*******************************************************
17th December, 2008

Bugs Fixed
----------
Failed upgrading to 5.5 when you have an old database scheme (where user table is still defined as MyISAM).
Timezone issue for servers that have GMT+12 and daylight savings defined.

Files Changed
-------------
        admin/com/language/default/timezones.php
        admin/com/language/default/whitelabel.php
        admin/com/lib/IEM.php
        admin/com/upgrades/20081215/modify_user_table_type.php
        admin/com/init-legacy.php
        admin/functions/api/upgrade.php
        admin/functions/api/useractivitylog.php
        admin/resources/form_designs/Classic White (Default)/modifydetails.html
        admin/resources/form_designs/Classic White (Default)/sendtofriend.html
        admin/resources/form_designs/Classic White (Default)/subscribe.html
        admin/resources/form_designs/Classic White (Default)/unsubscribe.html
        admin/resources/form_designs/Georgia Dark/modifydetails.html
        admin/resources/form_designs/Georgia Dark/sendtofriend.html
        admin/resources/form_designs/Georgia Dark/subscribe.html
        admin/resources/form_designs/Georgia Dark/unsubscribe.html
        admin/resources/form_designs/Georgia Orange/modifydetails.html
        admin/resources/form_designs/Georgia Orange/sendtofriend.html
        admin/resources/form_designs/Georgia Orange/subscribe.html
        admin/resources/form_designs/Georgia Orange/unsubscribe.html
        admin/resources/form_designs/Georgia Yellow/modifydetails.html
        admin/resources/form_designs/Georgia Yellow/sendtofriend.html
        admin/resources/form_designs/Georgia Yellow/subscribe.html
        admin/resources/form_designs/Georgia Yellow/unsubscribe.html
        admin/resources/form_designs/HTML Only (No design)/modifydetails.html
        admin/resources/form_designs/HTML Only (No design)/sendtofriend.html
        admin/resources/form_designs/HTML Only (No design)/subscribe.html
        admin/resources/form_designs/HTML Only (No design)/unsubscribe.html
        admin/resources/form_designs/Printable Form/modifydetails.html
        admin/resources/form_designs/Printable Form/sendtofriend.html
        admin/resources/form_designs/Printable Form/subscribe.html
        admin/resources/form_designs/Printable Form/unsubscribe.html
        admin/resources/form_designs/Simple Blue/modifydetails.html
        admin/resources/form_designs/Simple Blue/sendtofriend.html
        admin/resources/form_designs/Simple Blue/subscribe.html
        admin/resources/form_designs/Simple Blue/unsubscribe.html
        admin/resources/form_designs/blue/modifydetails.html
        admin/resources/form_designs/blue/sendtofriend.html
        admin/resources/form_designs/blue/subscribe.html
        admin/resources/form_designs/blue/unsubscribe.html
        changelog.txt
        version.txt

*******************************************************
*    Changelog for Interspire Email Marketer 5.5.0    *
*******************************************************
15th December, 2008

NOTES
-----
Starting from 5.5.0, IEM now requires PHP >= 5.1.3 and MySQL >= 4.1.1 or PostgreSQL >= 8.2.
A new directory (admin/com/storage/) is used for storing certain types of data. This directory will need to be writeable by the web server just like admin/temp/.

Features Added
--------------
Email triggers.
Split testing.
Event logging.
New built-in email templates.
An activity log displayed on-screen displaying links to recent pages you have been at.
The ability to organise contact lists into folders.
An option to delete all emails from a bounce account even if they are not bounce emails.
Tools to check the internal error log and your file system permissions.
Security settings to add delays or even IP bans after a certain number of failed logins.
Home page redesign.

Bugs Fixed
----------
Changing the per-page setting on the Forms page as a non-admin user will no longer result in a "permission denied" error.
Fix an issue where segment criteria exceeds database column size limitation.
Fix deleting contact lists in PostgreSQL.
Fix PostgreSQL incompatibility when viewing segments.
Fix sending a preview email with the WYSIWYG editor enabled on Safari/Chrome.
Fix y-axis wrapping on graphs.
Remove broken access check when pausing a send as a non-admin user.
Segment names and criteria are now escaped and un-escaped properly.


Files Changed
-------------
Due to the extensive changes to the application, almost all files have been modified in some way.

*******************************************************
*    Changelog for Interspire Email Marketer 5.0.14   *
*******************************************************
3rd December, 2008

NOTE
----
For larger installations that have a high number of statistics, please create the following indexes manually *before* applying the upgrade (if they do not already exist).
These indexes will improve query performance for statistics-related queries.

CREATE INDEX <TABLEPREFIX>stats_emailopens_statid_opentime_idx ON <TABLEPREFIX>stats_emailopens(statid, opentime);
CREATE INDEX <TABLEPREFIX>stats_linkclicks_statid_clicktime_idx ON <TABLEPREFIX>stats_linkclicks(statid, clicktime);
CREATE INDEX <TABLEPREFIX>links_url_idx ON <TABLEPREFIX>links(url);

Bugs Fixed
----------
Add indexes to improve statistics-related queries.
Add more interval choices for "autoresponder" CRON options.
Change "Scheduled Email Queue" icon.
Change "Statistics" toolbar button.
Change "User statistics" icon.
Change bounce processing precedence (changed to: soft, hard, delete).
Fix SQL query issues with PostgreSQL server.
Fix an issue whereby multiple Send-to-Friend and Modify Details custom fields were not being replaced properly when viewing a web version of a campaign.
Fix bounce statistics chart in the contact list stats counting subscribers from other lists.
Fix importing and uploading of email campaigns with JavaScript interfering with the process.
Fix print statistics not using the correct character set.
Fix searching contacts with certain custom fields types that have values containing apostrophes.
Fix switching back from full screen in the WYSIWYG editor.
General bounce processing improvements.
Server time was not taking daylight saving into account when calculating server time.
Time zones with offsets < 10 were sometimes not being set correctly.
Use a better method to compare the likeness of the HTML and Text versions of an email in the Spam Check tool.
User was unable to distinguish links (truncated) longer than 80 characters when creating a segment.

Files Changed
-------------
    admin/de/editor_gecko.js
    admin/de/editor_ie.js
    admin/de/editor_safari.js
    admin/functions/api/api.php
    admin/functions/api/bounce.php
    admin/functions/api/email.php
    admin/functions/api/lists.php
    admin/functions/api/settings.php
    admin/functions/api/stats.php
    admin/functions/api/upgrade.php
    admin/functions/init.php
    admin/functions/installer.php
    admin/functions/lib/general/general.php
    admin/functions/remote.php
    admin/functions/remote_installer.php
    admin/functions/remote_stats.php
    admin/functions/segment.php
    admin/functions/sendstudio_functions.php
    admin/functions/stats.php
    admin/functions/stats_chart.php
    admin/images/m_newsletters_queue.gif
    admin/images/newsletters_queue.gif
    admin/images/statistics_button.gif
    admin/images/statistics_button_selected.gif
    admin/includes/templates/schedule_manage_row.tpl
    admin/includes/templates/segment_form.tpl
    admin/includes/templates/subscribers_edit_step2.tpl
    admin/index.php
    admin/language/schema.indexes.php
    admin/language/upgrades/20080802
    admin/language/upgrades/20080802/index_links_url.php
    admin/language/upgrades/20080802/index_stats_emailopens_statid_opentime.php
    admin/language/upgrades/20080802/index_stats_linkclicks_statid_clicktime.php
    admin/language/upgrades/20080802/update_db_version.php
    admin/resources/bounce_rules.php
    changelog.txt
    version.txt

*******************************************************
*    Changelog for Interspire Email Marketer 5.0.13   *
*******************************************************
4th November, 2008

Bugs Fixed
----------
Fix passwords being incorrectly handled after login.
Fix some typos in the info tips.

Files Changed
-------------
    admin/functions/api/user.php
    admin/functions/init.php
    admin/language/infotips.php
    changelog.txt
    version.txt

*******************************************************
*    Changelog for Interspire Email Marketer 5.0.12   *
*******************************************************
3rd November, 2008

Features Added
--------------
Ability to add user via XML API
Ability to edit user via XML API

Bugs Fixed
----------
Fix autoresponder CRON taking too long to process it's job.
Fix input box wasn't being selected and highlighted after failing validation on some pages.
Fix JavaScript validation on the user creation page.
Fix 'permission denied' errors when trying to print autoresponder stats.
Fix SMTP test sending not producing the correct result when you have special characters in the server details
Usernames and passwords must now be at least 3 characters long.

Files Changed
-------------
        admin/functions/api/jobs_autoresponders.php
        admin/functions/api/user.php
        admin/functions/init.php
        admin/functions/remote_stats.php
        admin/functions/sendstudio_functions.php
        admin/includes/templates/jquery.form.js
        admin/includes/templates/user_form.tpl
        admin/language/users.php
        changelog.txt
        xml.php
        version.txt

*******************************************************
*    Changelog for Interspire Email Marketer 5.0.11   *
*******************************************************
28th October, 2008

Bugs Fixed
----------
Fix an issue in newsletter statistics where the list wasn't being displayed when sorted by list name.
Fix chart data not loading when using PostgreSQL.
Fix contacts in lists not appearing when sorting defaults to a non-existent custom field.
Fix contacts sometimes not appearing in Open Stats.
Fix custom field values always being displayed as UTF-8 in Segment Rules.
Fix not being able to sort contact lists by List Owner.
Fix statistics tables always being encoded as UTF-8.
Fix yesterday, last 30 days and last 7 days chart date ranges not being calculated properly.
Improve bounce processing.
Update to the latest version of the SMTP engine.

Files Changed
-------------
    admin/functions/api/authentication.php
    admin/functions/api/bounce.php
    admin/functions/api/email.php
    admin/functions/api/lists.php
    admin/functions/api/stats.php
    admin/functions/init.php
    admin/functions/lib/server_stats/server_stats.php
    admin/functions/remote_stats.php
    admin/functions/segment.php
    admin/functions/stats.php
    admin/functions/subscribers_manage.php
    admin/language/schema.mysql.php
    admin/language/schema.pgsql.php
    changelog.txt
    version.txt

*******************************************************
*    Changelog for Interspire Email Marketer 5.0.10   *
*******************************************************
20th October, 2008

Bugs Fixed
----------
Added more bounce rules.
Fix a warning when viewing autoresponder stats.
Fix an issue where in some cases users were not able to edit/delete/view contacts that were obtained from a segment.
Fix cases where the jobs and jobs_lists tables aren't being properly cleaned up when a CRON terminates unexpectedly.
Fix check for spam keywords feature not working on autoresponders.
Fix monthly and last30days date ranges for charts not matching user timezone.
Fix potential caching problem with statistics charts.
Fix statistics charts and tables not loading when accessing the application through HTTPS.
Implement a security measure to detect "brute force" login attempts.
Imporve RFC bounce processing to decrease the time it takes to match RFC bounce messages.
In some cases, contacts/subscribers was returning an empty page (besides header/footer).
Increase password storage strength.
Increase the size of the message body being parsed in by the bounce processor.
The heading in the Help window can now be white-labelled.

Files Changed
-------------
    admin/cron/autoresponders.php
    admin/functions/amcharts/amcharts.php
    admin/functions/api/api.php
    admin/functions/api/authentication.php
    admin/functions/api/bounce.php
    admin/functions/api/captcha.php
    admin/functions/api/jobs_autoresponders.php
    admin/functions/api/newsletters.php
    admin/functions/api/segment.php
    admin/functions/api/subscribers.php
    admin/functions/api/upgrade.php
    admin/functions/api/user.php
    admin/functions/lib/database/db.php
    admin/functions/lib/database/mssql.php
    admin/functions/lib/database/mysql.php
    admin/functions/lib/database/pgsql.php
    admin/functions/lib/server_stats/server_stats.php
    admin/functions/index.php
    admin/functions/init.php
    admin/functions/installer.php
    admin/functions/login.php
    admin/functions/process.php
    admin/functions/remote_installer.php
    admin/functions/remote_stats.php
    admin/functions/stats.php
    admin/functions/subscribers_import.php
    admin/includes/templates/autoresponder_form_step4.tpl
    admin/includes/templates/header.tpl
    admin/includes/templates/javascript.js
    admin/index.php
    admin/language/login.php
    admin/language/settings.php
    admin/language/upgrades/20080801/add_user_unique_token.php
    admin/language/upgrades/20080801/create_login_attempt.php
    admin/language/upgrades/20080801/create_login_banned_ip.php
    admin/language/upgrades/20080801/populate_user_unique_token.php
    admin/language/upgrades/20080801/update_db_version.php
    admin/resources/bounce_rules.php
    changelog.txt
    version.txt
    xml.php

*******************************************************
*    Changelog for Interspire Email Marketer 5.0.9    *
*******************************************************
29th September, 2008

Bugs Fixed
----------
Add stricter permission checks to suppression list.
Admin user was unable to add entries to the suppression list.
Default bounce details weren't being populated properly when creating a new list.
Fix invalid 'permission denied' message when creating a template by clicking 'Save' instead of 'Save and Exit'.
Fix modify details links printing a form for contacts who no longer exist.
Fix previewing templates in the compatibility viewer for non-admin users.
Fix the global sending rate being exceeded when cron jobs overlap.
Minor behavioural change whereby when you copy a list, you will now be taken to the edit page.
Modify the "Unsubscribe Header" so that it is only included when necessary.
Regular users were not able to print their statistics.
Regular users were unable to send to segments.

Files Changed
-------------
    admin/cron/autoresponders.php
    admin/cron/bounce.php
    admin/cron/send.php
    admin/functions/api/jobs.php
    admin/functions/api/jobs_bounce.php
    admin/functions/api/ss_email.php
    admin/functions/api/user.php
    admin/functions/init.php
    admin/functions/installer.php
    admin/functions/lists.php
    admin/functions/process.php
    admin/functions/remote_stats.php
    admin/functions/send.php
    admin/functions/subscribers_banned.php
    admin/functions/templates.php
    modifydetails.php
    changelog.txt
    version.txt

*******************************************************
*    Changelog for Interspire Email Marketer 5.0.8    *
*******************************************************
18th September, 2008

Bugs Fixed
----------
Fix a typo in the code that prevents regular users from editing/viewing/deleting subscribers.
Fix logical error in the authentication system to re-allow masquerading.
Fix parse errors in installer and authentication system when using PHP 4.
Fix Stats_API::GetNewsletterStats not filtering by newsletterid.
Fix the Today/Yesterday chart date ranges not matching the user timezone.
In some cases, the application wasn't able to fetch custom field values when sending newsletters.
Remove a debugging alert windows when doing a spam check.
The system wasn't deleting autoresponder job entries.
Removed a template which was having compatibility problems in some email clients.
Fix Most Opens and Unique Click counts on contact list stats counting subscribers from other lists.

Files Changed
-------------
    admin/functions/api/authentication.php
    admin/functions/api/jobs_autoresponders.php
    admin/functions/api/subscribers.php
    admin/functions/api/stats.php
    admin/functions/init.php
    admin/functions/installer.php
    admin/functions/stats.php
    admin/includes/templates/newsletter_form_step2.tpl
    admin/resources/email_templates/Business/Generic 1 Newsletter/test1.jpg
    admin/resources/email_templates/Business/Generic 1 Newsletter/test2.jpg
    admin/resources/email_templates/Business/Generic 1 Promotion/test1.jpg
    admin/resources/email_templates/Business/Generic 1 Promotion/test2.jpg
    admin/resources/email_templates/Trade/Generic Newsletter/test1.jpg
    admin/resources/email_templates/Trade/Generic Promotion/test1.jpg
    admin/resources/email_templates/Travel and Tourism/Travel Newsletter 2 Column/test_img_1.jpg
    admin/resources/email_templates/Travel and Tourism/Travel Newsletter/test_img_1.jpg
    admin/resources/email_templates/Travel and Tourism/Travel Promotion 2 Column/test_img_1.jpg
    admin/resources/email_templates/Travel and Tourism/Travel Promotion/test_img_1.jpg
    changelog.txt
    version.txt

*******************************************************
*    Changelog for Interspire Email Marketer 5.0.7    *
*******************************************************
17th September, 2008

Bugs Fixed
----------
Fix editing contacts.
Fix upgrades failing from versions earlier than NX 1.4.0.

Files Changed
-------------
    admin/functions/api/authentication.php
    admin/functions/installer.php
    admin/functions/subscribers_edit.php

*******************************************************
*    Changelog for Interspire Email Marketer 5.0.6    *
*******************************************************
16th September, 2008

Features Added
--------------
Add a feature where admin users can masquerade as another user.

Bugs Fixed
----------
Add a default footer to be used in new user creation.
Add a spam rule for NOT having similar contents between the text and html parts.
Add a spam rule for NOT having a text part in an email.
Add stricter permission checks to many parts of the application.
Add the "List-Unsubscribe" header.
List owners will no longer be notified of faulty bounce account details if they do not have permission to edit bounce details.
Fix blank error message when adding duplicate address to the suppression list.
Fix bounce details being visible to some unprivileged users.
Fix broken HTML in templates.
Fix campaigns being recorded multiple times when resending them.
Fix contact list statistics displaying subscribers from other lists when there were campaigns sent to multiple lists.
Fix contacts search results being reset after viewing a different page of results.
Fix custom field filtering for autoresponders.
Fix data appearing on wrong month for the All Time chart.
Fix extra mail settings sometimes being set to an invalid value.
Fix images being broken with some imported websites.
Fix problems with Segments when the given page number exceeds the maximum number of pages.
Fix paging on the Forward Stats page.
Fix potential MySQL column truncation vulnerabilities.
Fix saving campaigns and autoresponders in Safari or Chrome with the editor enabled.
Fix stats charts loading on some servers running IIS with FastCGI.
Fix the rules for the "View Compatibility" view.
Fix timestamps used in statistics charts to be in the user's timezone.
Fix warnings being thrown by PHP when doing a sending.
Prevent redundant queries being executed on the stats pages when the user has no contact lists.
Remove duplicate language variables in the Users section.
The default "Send an email to all contacts in the selected list(s) below" option will no longer include unconfirmed contacts.

Files Changed
-------------
    admin/functions/api/authentication.php
    admin/functions/api/autoresponders.php
    admin/functions/api/jobs.php
    admin/functions/api/jobs_bounce.php
    admin/functions/api/lists.php
    admin/functions/api/segment.php
    admin/functions/api/ss_email.php
    admin/functions/api/stats.php
    admin/functions/api/subscribers.php
    admin/functions/api/user.php
    admin/functions/autoresponders.php
    admin/functions/customfields.php
    admin/functions/forms.php
    admin/functions/init.php
    admin/functions/installer.php
    admin/functions/lib/general/general.php
    admin/functions/lists.php
    admin/functions/login.php
    admin/functions/newsletters.php
    admin/functions/remote.php
    admin/functions/remote_stats.php
    admin/functions/schedule.php
    admin/functions/segment.php
    admin/functions/send.php
    admin/functions/sendstudio_functions.php
    admin/functions/stats.php
    admin/functions/stats_chart.php
    admin/functions/subscribers_add.php
    admin/functions/subscribers_banned.php
    admin/functions/subscribers_edit.php
    admin/functions/subscribers_import.php
    admin/functions/subscribers_manage.php
    admin/functions/subscribers_remove.php
    admin/functions/subscribers_view.php
    admin/functions/templates.php
    admin/functions/upgradenx.php
    admin/functions/users.php
    admin/images/poweredby.gif
    admin/includes/templates/autoresponder_form_step4.tpl
    admin/includes/templates/javascript.js
    admin/includes/templates/lists_form.tpl
    admin/includes/templates/newsletter_form_step2.tpl
    admin/includes/templates/subscribers_manage.tpl
    admin/includes/templates/subscribers_manage_anylist.tpl
    admin/includes/templates/subscribers_manage_deletelink.tpl
    admin/includes/templates/subscribers_manage_editlink.tpl
    admin/includes/templates/subscribers_manage_viewlink.tpl
    admin/includes/templates/subscribers_view_button_delete.tpl
    admin/includes/templates/subscribers_view_button_edit.tpl
    admin/includes/templates/user_edit_own.tpl
    admin/includes/templates/user_form.tpl
    admin/includes/templates/userok_form.tpl
    admin/index.php
    admin/language/language.php
    admin/language/users.php
    admin/language/whitelabel.php
    admin/resources/design_rules/aol.php
    admin/resources/design_rules/gmail.php
    admin/resources/design_rules/hotmail.php
    admin/resources/design_rules/outlook2003.php
    admin/resources/design_rules/outlook2007.php
    admin/resources/design_rules/yahoo.php
    admin/resources/email_templates/Business/Generic 1 Promotion/index.html
    changelog.txt
    readme.txt
    version.txt

****************************************************
*    Changelog for Interspire Email Marketer 5.0.5 *
****************************************************
27th August, 2008

Bugs Fixed
----------
Fix the order of table/chart labels when viewing charts using the All Time date range.
"User Accounts" menu link was not being shown to "User Admin" user.
Automatic bounce processing cron jobs could overlap when processing large mailbox.
Automatic bounce processing will now delete emails after processing every hundred.
Fix "Newsletter Statistic" page where it can print out the wrong page count.
Add a delay for failed login feedback.
Custom fields were not being replaced if "Send To First Name" or "Send To Last Name" is selected when doing a sending.
When "Max image width" and "Max image height" settings were set to blank, the editor wasn't able to upload images that needed resizing.


Files Changed
-------------
    admin/cron/bounce.php
    admin/functions/init.php
    admin/functions/sendstudio_functions.php
    admin/functions/settings.php
    admin/functions/stats.php
    admin/functions/stats_chart.php
    admin/functions/api/authentication.php
    admin/functions/api/bounce.php
    admin/functions/api/jobs_bounce.php
    admin/functions/api/subscribers.php

****************************************************
*    Changelog for Interspire Email Marketer 5.0.4 *
****************************************************
20th August, 2008

Bugs Fixed
----------
Added "help tooltips" in the user permissions and settings area.
Forwards statistics on subscriber summary graph were displaying the wrong data.
Improve how the application handles email sending in the event of database crash.
A custom field's default value will now be used when the application detects that the value hasn't yet been specified.
Send-to-friend will now be filtered against the "suppression list" database.
When creating a "send-to-friend" form, it should not give you the HTML code at the end.
Fix "click-through" rate on statistics pages where it was not being calculated correctly.
Improve how the application fetches images that are being used in a newsletter to take account of HTTP redirection.
Non-admin users incorrectly got an error message when updating their account.
Autoresponder "filtering options" cannot be reset back once you have put in any filtering values to the filter fields.
Users weren't able to filter records based on a "textarea" type custom field.
Hyperlink containing "custom field" could be incorrecly misinterpreted and wouldn't be evaluated.
Update the way the application saves unsent records.
Update some code to remove PHP 5 E_STRICT warnings.
Some bounce emails may mistakenly being missed, and were not being processed correctly.

Files Changed
-------------
    link.php
    send_friend.php
    admin/index.php
    admin/cron/autoresponders.php
    admin/cron/bounce.php
    admin/cron/send.php
    admin/functions/autoresponders.php
    admin/functions/forms.php
    admin/functions/init.php
    admin/functions/manageaccount.php
    admin/functions/remote_stats.php
    admin/functions/stats_chart.php
    admin/functions/api/api.php
    admin/functions/api/bounce.php
    admin/functions/api/email.php
    admin/functions/api/send.php
    admin/functions/api/subscribers.php
    admin/functions/api/user.php
    admin/includes/templates/list_form.tpl
    admin/includes/templates/segment_form.tpl
    admin/includes/templates/user_form.tpl
    admin/language/frontend.php
    admin/language/language.php
    admin/language/users.php

****************************************************
*    Changelog for Interspire Email Marketer 5.0.3 *
****************************************************
05th August, 2008

Bugs Fixed
----------
Fix segment "rule values" being trimmed where it will cause an issue if you have a deliberate whitespace(s) in your values
Fix inserting "Custom Fields" when creating a campaign for users using Internet Explorer 6
Fix validating contacts data when editing/adding contacts and clicking "Save"
Fix re-ordering custom fields on a "Modify Details" Form
Fix custom field data not being saved when editing/adding contacts
Fix a user permission issue where users can edit their own SMTP settings regardless of the permission settings
Fix an issue where "Forgot Your Password" requests always printed the administrator's email instead of the email of the user who initiated the password change
Change the default text of the "Unsubscribe link" to something a little more descriptive
Fix some templates that were prone to the "green-dotted-outline" problem
When merging contact lists, the default bounce details will now be pre-filled
Autoresponder preview emails now include attachments
Fix users not being able to upload and delete a file with the same name at the same time
Fix users not being able to insert modify details form
Fix a case where defining SERVERTIMEZONE can throw an error
Fix the "listname" field not being replaced in the "Thank You" page of web forms
Fix the custom field dialog not appearing when IEM is running inside a frame
Fixed per page settings not being remembered for the autoresponder statatistics page
Change WYSIWYG editor to the latest stable

Files Changed
-------------
    admin/de/*
    admin/functions/api/lists.php
    admin/functions/api/subscribers.php
    admin/functions/autoresponders.php
    admin/functions/init.php
    admin/functions/login.php
    admin/functions/manageaccount.php
    admin/functions/newsletters.php
    admin/functions/showcustomfields.php
    admin/functions/stats.php
    admin/functions/subscribers_add.php
    admin/functions/subscribers_edit.php
    admin/includes/templates/form_form_step1.tpl
    admin/includes/templates/javascript.js
    admin/includes/templates/preview_emailwindow.tpl
    admin/includes/templates/segment_form.tpl
    admin/includes/templates/subscribers_add_step2.tpl
    admin/includes/templates/subscribers_edit_step2.tpl
    admin/includes/templates/user_display_own.tpl
    admin/includes/templates/user_edit_own.tpl
    admin/language/login.php
    admin/resources/email_templates/Business/Scientific/index.html
    admin/resources/email_templates/Family and Friends/Crowds/index.html
    admin/resources/email_templates/Family and Friends/Friendship/index.html
    admin/resources/email_templates/Family and Friends/Friendship/index.html
    admin/resources/email_templates/Family and Friends/Youth/index.html
    admin/resources/email_templates/Food/Coffee Break/index.html
    admin/resources/email_templates/Gaming/Black and White/index.html
    admin/resources/email_templates/General/Centered/index.html
    admin/resources/email_templates/General/Elegant/index.html
    admin/resources/email_templates/Seasonal Events/Spring Break/index.html
    admin/resources/email_templates/Travel and Tourism/Beach Paradise/index.html
    admin/resources/email_templates/Travel and Tourism/Country Escape/index.html
    unsubform.php

****************************************************
*    Changelog for Interspire Email Marketer 5.0.2 *
****************************************************
15th July, 2008

NOTE
----
For installation which have more then 100,000 contacts, you need to add/remove
the following
index manually:

CREATE INDEX <TABLEPREFIX>list_subscribers_listid_idx ON <TABLEPREFIX>list_subscribers(listid)
DROP INDEX <TABLEPREFIX>list_subscribers_list_domain ON <TABLEPREFIX>list_subscribers

Features Added
--------------
Added 2 more operators for segmentation which allows you to search for EMPTY/BLANK data

Bugs Fixed
----------
Segment did not take account empty/blank record when doing an "Is Not" and "Does Not Contains" operation
Remove a duplicate language variable which affects "Forms" page
"Preview This Design" did not work in the "Create a Website Form" page
Subscriber custom field data wasn't being cleanup properly
Improved bounce handling
Getting started list is not working properly
In Internet Explorer (6 and 7), menu tab "jumps around" when clicked
Cannot insert bulit-in custom field when user defined custom fields with the same name exists
XML API was not able to save multiple "Checkbox" custom field value
Disable "autocomplete" feature for password input boxes (except for the login box)
Merging mailing list did not propagate bounce details to the new list
Available custom fields list may not be correct when you edit a list
A link that have a whitespace can be displayed incorrectly by email clients
Remove "Interspire Logo" alternative text in the image logo (in the login page)
Some variables wasn't properly escaped which may potentially leave IEM exposed to exploits
Making sure that SENDSTUDIO_SERVERTIMEZONE constat is defined
A usability bug in the segment list page where the "Bulk Action" can be disabled

Files Changed
-------------
    admin/functions/api/autoresponders.php
    admin/functions/api/bounce.php
    admin/functions/api/customfields.php
    admin/functions/api/lists.php
    admin/functions/api/newsletters.php
    admin/functions/api/segment.php
    admin/functions/api/subscribers.php
    admin/functions/api/upgrade.php
    admin/functions/api/user.php
    admin/functions/lib/database/mysql.php
    admin/functions/lib/database/pgsql.php
    admin/functions/forms.php
    admin/functions/index.php
    admin/functions/init.php
    admin/functions/lists.php
    admin/functions/segment.php
    admin/functions/sendstudio_functions.php
    admin/functions/showcustomfields.php
    admin/functions/users.php
    admin/includes/templates/bounce_step2.tpl
    admin/includes/templates/forgotpassword_step2.tpl
    admin/includes/templates/form_form_step1.tpl
    admin/includes/templates/header.tpl
    admin/includes/templates/javascript.js
    admin/includes/templates/lists_form.tpl
    admin/includes/templates/login.tpl
    admin/includes/templates/segment_form.tpl
    admin/includes/templates/segment_manage.tpl
    admin/includes/templates/settings.tpl
    admin/includes/templates/settings2.tpl
    admin/includes/templates/showcustomfields_list_customfields.tpl
    admin/includes/templates/showcustomfields_list_end.tpl
    admin/includes/templates/user_edit_own.tpl
    admin/includes/templates/user_form.tpl
    admin/includes/templates/userok_edit_own.tpl
    admin/includes/templates/userok_form.tpl
    admin/language/upgrades/20080710/*
    admin/language/forms.php
    admin/language/segment.php
    admin/language/whitelabel.php
    xml.php

****************************************************
*    Changelog for Interspire Email Marketer 5.0.1 *
****************************************************
19th June, 2008

Bugs Fixed
----------
Fix problem with IE6 users not being able to choose items in a list
When no lists are available, show an appropriate message when you try to create a website form
Allow using a wildcard type search in a segment
Remove 'License Violation' comments in html code - you are allowed to change the code and images
Fix an admin user not being able to add their own custom fields to a non-admin's list
Fix the "has [not] clicked" option when creating a segment
Fix menu not behaving correctly in Safari
Fix user permissions disappearing in rare cases
Fix editing a picklist or radio button field and not being able to add/remove items
Fix unconfirmed subscribers not showing correctly in stats
Fix copying contact lists and custom fields
Fix sending preview emails and subjects being incorrectly encoded
More bounce rules

Files Changed
-------------
    admin/functions/api/lists.php
    admin/functions/api/segment.php
    admin/functions/api/stats.php
    admin/functions/api/subscribers.php
    admin/functions/api/upgrade.php
    admin/functions/api/user.php
    admin/functions/customfields.php
    admin/functions/forms.php
    admin/functions/index.php
    admin/functions/init.php
    admin/functions/lists.php
    admin/functions/process.php
    admin/functions/remote_stats.php
    admin/functions/segment.php
    admin/functions/sendstudio_functions.php
    admin/includes/templates/customfield_form_edit.tpl
    admin/includes/templates/customfield_form_step2_dropdown_edit.tpl
    admin/includes/templates/customfield_form_step2_dropdown_list_edit.tpl
    admin/includes/templates/forgotpassword_sendpass.tpl
    admin/includes/templates/forgotpassword_step2.tpl
    admin/includes/templates/forgotpassword.tpl
    admin/includes/templates/javascript.js
    admin/includes/templates/login.tpl
    admin/includes/templates/segment_form.tpl
    admin/language/forms.php
    admin/language/segment.php
    admin/language/upgrades/20080610/*
    admin/language/whitelabel.php
    admin/resources/bounce_rules.php

***************************************************
*    Changelog for Interspire Email Marketer 5.0  *
***************************************************
02nd June, 2008

Features Added
--------------
Choose which custom fields to display when you view contacts
Contact list segmenting based on multiple AND/OR filters
Addition of 20 new email campaign templates
Choose which fields show for each contact on the "View Contacts" grid
Re-arrange fields on a website form using drag and drop
Sort contacts based on custom fields and remember the sort preference
Added vertical rule at 65 character limit in editor for text campaigns
Added options to view or add contacts on the contact lists page
Custom fields can be linked to a contact list when adding/editing
Add bounce rules and improved bounce detection of certain bounced types
Performance improvements when sending lots of custom field based content
XML-API allows you to set a new contact to "confirmed" and change their format
Permissions to view just a particular segment (and not the whole mailing list)
Added a date-picker for date type custom fields when creating/editing a contact
Use the "View Contact" option (and permission) to see ready-only contact details
Each area in the application now has its own settings for paging
Granular user permissions instead of just choosing a role
The owner of a contact list is displayed when viewing the list
The "View Contacts" page shows all contacts by default
New "views" dropdown on contacts page to easily switch lists/segments
Search box on contacts page to search based on email address
Improved usability when adding/editing custom fields
New Interspire control panel design and product name
New home page dashboard with chart, getting started guide and help articles
Integrated private label help system and infotips
Changed popup windows to use inline "web 2.0" thickbox look
Custom fields are divided into 2 columns when viewing a contact


Bugs Fixed
----------
If emails haven't been sent (there was a problem with either the subscriber or mail server), you couldn't delete those subscribers
When sending utf-8 emails, only encode the subject if non-ascii characters are found
XML-API behaviour change - when passing through custom field data that is invalid, it now returns an error message rather than a blank "OK" status
XML-API now requires php 5.1 or higher (due to bugs in php5.0.x and SimpleXML)
Problem with exporting of bounced subscribers and bounce rules not being saved properly
Could save a mailing list with invalid email addresses
Send-to-friend not setting the right character-set
A non-admin user editing their details caused smtp details to show up
Fix upgrading from previous versions from breaking if the upgrade process failed to complete
When a website form is marked as a "contact form", email notifications were being sent to the list owner regardless of the list's notification setting
Disabling the wysiwyg editor caused javascript errors when trying to insert a custom field
Fix references to image sources when importing from a url
When importing subscribers, the count was off
Fix a problem with taking a long time to edit content and it eventually timing out
Fix a problem with pressing "save" button before editor contents have been fully loaded (When composing: Newsletter, Autoresponder, Template)


Files Changed
-------------

Due to the redesign of the interface, almost all files have been modified in some way.

All files will need updating in the following folders:
- /sendstudio/admin/functions/* (AND ALL SUBFOLDERS).
- /sendstudio/*.php
- /sendstudio/admin/includes/templates/*
- /sendstudio/admin/includes/styles/*
- /sendstudio/admin/language/*.php

- /sendstudio/admin/resources/bounce_rules.php
- /sendstudio/admin/language/upgrades/20080325/*.php


*****************************************
*    Changelog for SendStudio NX 1.4.4  *
*****************************************
16th April, 2008

Bugfixes
--------
Add more bounce rules
Fix javascript error on front page
Confirm and unsubscribe links not replaced in some circumstances
Performance improvements when searching across a lot of custom fields (helps searching & sending)
Filter by date results incorrect if you have multiple date fields
Listname not being replaced on thank you pages
Thanks/confirm/error urls not being set correctly when editing a website form
Valid email checking not handling double dots in an address
Template permissions not showing correctly
Fix problem with some special characters and smtp authentication
XML-API not working in some circumstances
Searching "between" custom field date types not correct
Checkbox fields not displayed correctly on thanks/confirmation pages
Fix filtering with radio-button custom fields
Mailing list open statistics not working
New WYSIWYG editor
Bump version

Files Changed
-------------
    admin/de
    admin/functions/api/subscribers.php
    admin/functions/api/ss_email.php
    admin/functions/api/forms.php
    admin/functions/users.php
    admin/functions/stats.php
    admin/functions/sendstudio_functions.php
    admin/functions/index.php
    admin/functions/init.php
    admin/functions/forms.php
    admin/includes/templates/form_form_step3.tpl
    admin/includes/templates/form_form_thankspagehtml.tpl
    admin/includes/templates/form_form_confirmpage.tpl
    admin/resources/bounce_rules.php
    confirm.php
    xml.php


*****************************************
*    Changelog for SendStudio NX 1.4.3  *
*****************************************
31st March, 2008

Bugfixes
--------
Company details not being replaced when viewing an archived newsletter
Filtering multiple custom fields performance improvement
Display XML username with other details for ease of use
Viewing statistics performance and memory improvements
Banned email checking not working correctly in some circumstances
Merging lists not working correctly
Google analytics tracking issues
Pie charts labels overlapping
SMTP authentication not working correctly with some usernames
Sorting by email/subscribe date not working
Importing email campaigns not converting background links
Bounce processing details incorrectly shown in some cases
More bounce rules

Files Changes
-------------
    admin/functions/amcharts/amcharts.php
    admin/functions/amcharts/ampie/ampie.swf
    admin/functions/api/api.php
    admin/functions/api/email.php
    admin/functions/api/lists.php
    admin/functions/api/subscribers.php
    admin/functions/init.php
    admin/functions/lists.php
    admin/functions/remote.php
    admin/functions/stats.php
    admin/includes/templates/autoresponder_form_step4.tpl
    admin/includes/templates/newsletter_form_step2.tpl
    admin/includes/templates/user_form.tpl
    admin/language/users.php
    admin/modules/tracker/google/language/common.php
    admin/modules/tracker/google/module_google_tracker.php
    admin/modules/tracker/google/templates/options.tpl
    admin/resources/bounce_rules.php
    display.php

*****************************************
*    Changelog for SendStudio NX 1.4.2  *
*****************************************
18th March, 2008

Bugfixes
--------
New WYSIWYG editor
Bump version number

Files Changed
-------------
    admin/de
    admin/functions/init.php

*****************************************
*    Changelog for SendStudio NX 1.4.1  *
*****************************************
17th March, 2008

Bugfixes
--------
Sending a preview email if not an admin user
Searching for subscribers who have or have not opened a particular email campaign
Issues with banned emails
Attachments not reporting correctly if unable to upload
Reporting after using "remove subscribers" is incorrect
Custom fields not being replaced in link tracking in some circumstances
PHP 5.1 or higher causing E_STRICT messages
Searching for dropdown custom fields
PHP not having sessions available causes errors
Importing subscriber ip's not working correctly
Update "bad login details" email for automatic bounce processing
Add message to the "popup" send method to tell people to keep the window open
Checking spam keywords against html only email campaigns causes errors
Sending a preview email using the same "to" and "from" email address
Better checking for "ini_set" being a disabled function
Bounce processing not picking up some bounced subjects properly
Log system not detecting debug functions correctly

Features Added
--------------
If sending with embedded images, fetch images from local filesystem instead of through URL if possible

Files changed
-------------
    admin/functions/amcharts/amcharts.php
    admin/functions/api/bounce.php
    admin/functions/api/email.php
    admin/functions/api/jobs_bounce.php
    admin/functions/api/ss_email.php
    admin/functions/api/subscribers.php
    admin/functions/api/upgrade.php
    admin/functions/init.php
    admin/functions/newsletters.php
    admin/functions/remote_stats.php
    admin/functions/send.php
    admin/functions/sendstudio_functions.php
    admin/functions/settings.php
    admin/functions/stats.php
    admin/functions/subscribers_remove.php
    admin/includes/templates/autoresponder_form_step2.tpl
    admin/includes/templates/autoresponder_form_step4.tpl
    admin/includes/templates/newsletter_form_step2.tpl
    admin/includes/templates/send_step2.tpl
    admin/includes/templates/send_step3.tpl
    admin/includes/templates/send_step4.tpl
    admin/includes/templates/send_step5.tpl
    admin/includes/templates/settings.tpl
    admin/includes/templates/stats_newsletters_step3.tpl
    admin/includes/templates/stats_step3_links.tpl
    admin/includes/templates/stats_step3_opens.tpl
    admin/includes/templates/subscriber_manage_step2.tpl
    admin/includes/templates/subscribers_remove_step1.tpl
    admin/includes/templates/subscribers_remove_step2.tpl
    admin/includes/templates/user_edit_own.tpl
    admin/includes/templates/user_form.tpl
    admin/language/autoresponders.php
    admin/language/bounce.php
    admin/language/language.php
    admin/language/lists.php
    admin/language/newsletters.php
    admin/language/send.php
    admin/language/settings.php
    admin/language/stats.php
    admin/language/subscribers.php
    admin/resources/bounce_rules.php
    admin/resources/tutorials/bounce_processing.html

Files added
-------------
    admin/resources/tutorials: filter_subscribers.html
    admin/language/upgrades/20080312*

*****************************************
*    Changelog for SendStudio NX 1.4.0  *
*****************************************
5th March, 2008

Bugfixes
--------
Hide 'global template' options when creating/editing a template if the user doesn't have access to make templates global
Importing templates or website urls could prefix some urls with http:// - eg %%unsubscribelink%%. Only affects IE6.
Send-to-friend emails containing extra "%" around some custom field placeholders
Not hitting 'cancel' on last step of sending an email campaign causing statistics to be recorded and unable to delete these statistics
Using 'insert custom field' when wysiwyg editor is completely disabled
Date issue when displaying rss feeds
Embedded images not being sent correctly
When importing a csv file and choosing to update subscribers information, update their subscribe date and format options
Substitution of custom fields not working for some links when link tracking is enabled
Viewing a website form could cause an issue with some non-English characters
Clicking the unsubscribe link could cause an issue with some non-English characters
Confirmlink not working in some website forms
Granting "administrator" permissions plus other permissions not working
Some smtp usernames weren't handled correctly
Broken rules not showing properly when translated
Emulate contact form not working properly if send-notifications disabled (per mailing list)
Sending through smtp and by chance a '.' appeared on a line by itself caused an email to send incorrectly
Removing subscribers in bulk showed incorrect report
Missing language variable on the 'add suppressed emails' page
Deleting custom fields caused an invalid error to be displayed

Features Added
--------------
Add "test mode" to settings page
Add favicon.ico
Added warning about bounce processing deleting emails from accounts
Better management of extra mail settings for bounce processing
Better checking for cron support working properly
Campaign tracking through google analytics
Export subscribers to an XML file
Improve 'show email campaign' when looking at outlook 2007 and aol email clients
Improve performance of sending through an external smtp server
Improve performance of sending an email campaign with a lot of links
Show clickthrough rate for email campaigns
Show open rates for email campaigns
Search for subscribers in more than one specific mailing list
More efficient searching for large lists and large amounts of custom fields
Move forgot password link to make it easier to find on the login screen
Printing & exporting of statistics
Removed 'record separator' option from importing from a csv file
Re-send email campaign to those who didn't receive it the first time
Show who you are logged in as at the top of the page
Sorting to some areas of statistics
Search for "none of the following" for checkbox/dropdown/radio button custom fields
Updated graph software
View autoresponder recipients (who was emailed and if someone was not emailed, show why not)
XML API
Change interfaces for:
    bounce processing,
    importing,
    exporting,
    sending test emails,
    testing bounce account details,
    testing smtp server details,
    spam keyword checking

Files changed
-------------
    confirm.php
    display.php
    form.php
    link.php
    rss.php
    send_friend.php
    unsubscribe.php
    updatedetails.php
    admin/remote.php
    admin/cron/bounce.php
    admin/functions/autoresponders.php
    admin/functions/bounce.php
    admin/functions/customfields.php
    admin/functions/forms.php
    admin/functions/index.php
    admi

Related Articles

No related articles were found.

Attachments

No attachments were found.

Powered by Interspire Knowledge Manager - World's #1 Best Selling FAQ and Knowledge Base Software