After I spent some time working on the 0.3 version in isolation I then started talking to some people at work, mainly Stu, Gary and Dan. They all pointed out various things that actually started to bug me, so 0.4 addresses those issues. There is nothing visually different between the 0.3 and 0.4 releases, however you have much more control over the google map in version 0.4.
The newly created ChangeLog clearly indicates the changes for 0.4, but for those not wanting to venture off to another site, here it is:
- Fixed GH-1 Moved maxMarkerCount to application.ini
- Fixed GH-2 Make the location and Zoom of the Google map configurable in application.ini
- Fixed GH-3 Markers are now removed on a rolling basis rather than all at once
- Fixed GH-4 Now displays an Info Window rather than going direct to twitter.com
- Added ChangeLog.markdown
- Added docs/Map.markdown to help with map settings
- docs/TweetStructure.markdown to help with understanding the data that is available in a tweet
- Validation fixes for HTML and JavaScript
- Moved phpunit.xml.dist file to top level, which was a comment I saw on twitter about checking out an application and running phpunit from root (Makes sense)
- Allowed the configuration of the type of map to be viewed (application.ini)
- Other general tidy up fixes
I quite like this version, and I’m starting to learn a lot more about JavaScript, which is really the goal of this project: To Learn. I think docs/Map.markdown is an interesting file to checkout as that talks about how you can configure the map, which is where all the changes for this release are located.
In this release I have tried to be more more verbose with what is going on, so you can see many new .markdown files have been created and I’ve tried to update the Docblocks as and where appropriate
0.4 version can be downloaded from here


