MaMML a Mambo Mailing List Component

Legend:

# -> Bug Fix
+ -> Addition
! -> Change
- -> Removed
! -> Note

Changes 0.5.0:
	# fixed php5 compatibility issues
	# fixed [#11042] (forum) languages to not use short open tags
	# fixed [#7153] require confirmation typo
	# fixed [#7073] installation error reporting
	# fixed [#10895] (forum) error writing configuration file
	# fixed [#11254] (forum) error with links in mailings
	# fixed update to work with different major and minor versions

Changes 0.4.14:
	# fixed problem with sef function being redeclared
	# fixed [#7068] update location is now correct
	! check version now checks revision numbers also

Changes 0.4.13:
	# fixed [#6600] mamml security patch (added index.html in directories)
	# fixed [#6703] escaped quotes problems in newsletter management
	# fixed [#6881] problem with waiting for user input at pause
	# fixed [#6884] Email -> E-Mail in german translation
	# fixed unregistered subscribers not getting mailings even when confirmation 
		is not required
	+ added sef urls (should fix sef advance problems)

Changes 0.4.12:
	+ added hungarian language file
	# fixed [#6585] send, save, and preview are now multilingual
	+ update now allows you to install a previous version
	! frontend mailings do not allow for the wait for user input option, and 
		therefore sending to a large amount of subscribers should always be 
		done from the backend if possible
	# fixed flushing of output when sending a mailing (it now flushes in 
		backend and doesn't in frontend)
	# fixed [#6546] notice when sending preview mailing

Changes 0.4.11:
	# fixed problem with archive mailing not converting image correctly
	# fixed uninstall (forgot to include $database as global)
	# fixed publish output problem on frontend
	# fixed Notice on frontend when creating mailing
	# registered users can now view archives if they are logged in
	# fixed problem with updating registered subscriptions (multiple table update 
		problem)
	# fixed sef problem (removed it)
	# fixed problem with being able to edit a mailing when there isn't a 
		newsletter
	# also made frontend behave better when clicking link from email

Changes 0.4.10:
	! updated a lot of the phpdoc comments
	+ finished uninstall function (now it removes the database tables)
	# fixed a small problem with the update function
	+ added message capability to update area
	# fixed frontend security problem where someone could view/change another 
		person's subscriptions and view the archive
	# fixed problem where update would overwrite the current configuration
	! updated the phpdoc at http://mamml.schmalls.com

Changes 0.4.9:
	# split archive delete query into 4 queries
	# fixed problem with 'view archive' security
	# fixed problem with preview not replacing [NAME] tags
	+ added [NAME] replacing to Subject line
	# adding a new unregistered that is not confirmed now sends out a confirmation 
		email
	+ include title of article in mailings
	+ added ability to filter subscriber views

Changes 0.4.8:
	# fixed another set of problems related to mosGetParam stripping html tags
	# other bug fixes
	+ added "back" buttons to frontend
	+ added french language file
	# fixed unregistered confirmation
	! emails now use mambo's default encoding

Changes 0.4.7:
	# fixed major problem where content was not being saved and therefore not 
		being sent in the mailing
	+ added updated dutch language file

Changes 0.4.6:
	# fixed more bugs from mamboforge.net
	# fixed another bug in the module
	! found out that MaMML is not PHP5 Compatible (should probable fix this)

Changes 0.4.5:
	# fixed more bugs from mamboforge.net
	+ added more control over sending of emails
	# fixed bugs in module

Changes 0.4.4:
	# fixed bugs reported at mamboforge.net
	# fixed archive view to show content items

Changes 0.4.3:
	! complete rewrite of the codebase with more documentation and phpDocumentor 
		style comments
	! upgraded permissions system to assign anyone publishing or administrator 
		priveleges to the list
	+ new web update functionality
	# hopefully the rewrite got rid of a lot of bugs, but probably also introduced 
		some new ones

Changes 0.4.2a:
	# fixed per page dropdown in Unregistered subscriber view
	+ added email check

Changes 0.4.2:
	# fixed preview (hopefully)
	+ multiple content item appending
	# fixed <img> tags to work with non {mosimage} images, they need to be in the 
		following order:
			<img src="image.gif" align="left" alt="image" border="0" />  you can 
			leave things out, but they need to remain in the same order seen here
	# fixed broken html on save (I hope)
	+ added category/section to front of content item name
	+ added "Intro only" option for content items
	+ "Un/subscribe all" option in subscriber sections
	! changed to fully or almost fully (I could have missed something) 
		multilanguage
	# probably more

Changes 0.4.1:
	# fixed unregistered "View Archive" link.
	+ added user import
	+ added ability to add unregistered subscriber in backend
	! allow unregistered subscribers to subscribe to more lists, but only to 
		unsubscribe by email
	+ option to add all users to list in mailing management
	+ added import list of subscribers to list
	# other fixes and improvements

Changes 0.4.0:
	+ added unregistered user ability
	# fixed preview
	+ added image options (align, alt...)
	+ option to embed images into email
	# fixed images on frontend toolbar
	+ added upgrade option (leave tables or don't)

Changes 0.3.0:
	+ added content appending functionality
	+ {mosimage} tags are replaced with correct images in html mailings, but are 
		removed in text only
	+ added user registration which can be accessed by 
		"index.php?option=com_mamml&action=showRegistration"
	+ added temporary from fields change
	! changed subscriber view to multipage (it took a long, long time to load over 
		50 people)
	! cleaned up interface some more
	# fixed a few bugs I found along the way

Changes 0.2.2:
	! updated the interface quite a bit
	# fixed the footer on the outgoing mailings
	# other bug fixes

Changes 0.2.0:
	+ added frontend mailing capability

Changes 0.1.0:
	+ added some features to the YaNC component