WassUp 1.5 released!
April 7, 2008 | Filed Under language, release, wassup, wordpress | 15 Comments
Here is the new WassUp 1.5, this new version fixes some bugs, it adds some features and it has a new color schema to match the new Wordpress 2.5 color.
The changelog:
- It should solves some problem with tha main chart
- new color chema
- new dashboard chart
- raw table much faster
- top ten customizable
- Modified “deleteMarked” so that delete is specific to the selected date range
- Restored the Akismet class (with timeout checks)
- various minor bugs fixed
- added new Norwegian language file (thanks to Karl)
You can download this new version as usual, remeber to delete the old wassup directory before upload the new one.
WassUp is fully Wordpress 2.5 compatible
March 30, 2008 | Filed Under news, wassup, wordpress | Leave a Comment
We would notice you that the latest WassUp version is fully compatible with the new amazing Wordpress 2.5.
Please write a feedback if you encounter in some errors or problems.
Many thanks and compliments to the WordPress community for the great job making this new 2.5 version.
WassUp 1.4.9 released
March 17, 2008 | Filed Under language, release, wassup, wordpress | Leave a Comment
Hi there,
here is the new WassUp 1.4.9 version that fixes some bugs. If you have problem to display chart datetime this version should fix it (thanks to Helene).
I added the languages support files I wrote about in the previous post so now WassUp comes out with the following multilanguage support:
- English (default)
- Italian
- Japanese
- Turkish
See you with the next 1.5 version.
WassUp 1.4.8 released
March 3, 2008 | Filed Under release, svn, wassup, wordpress | 1 Comment
Today we released the 1.4.8 version that fixes some bugs and cleans some code, here is the changelog:
- added wassupOptions class to clean code
- added new test against session_save_path to wassup_install function, this should prevent WassUp to start recording if there are some problems with sessions path
- new pretty wassup alert message
- added new wassup_uninstall function to completely delete wassup (database table and options)
- fixed some minor bugs/typo
WassUp 1.4.7 released & Wiki User Guide
February 25, 2008 | Filed Under release, wassup, wiki, wordpress | Leave a Comment
I just uploaded the new 1.4.7 version:
- fixed some minor bugs
- added some new spiders/bots detection
- fixed widget text encoding
I finished writing an alpha version for the User Guide documentation, please refer to it if you would like to know how to play with WassUp.
The WassUp project is now listed on Ohloh, I’m looking for some help, php developing, web design, javascript and much more, if you are interested please contact me.
WassUp 1.4.6 released
February 18, 2008 | Filed Under release, security, wassup, wordpress | 1 Comment
UPDATE: Due to some problem for newbie users, I upload a new revisited 1.4.6 version without the SECRET_KEY constant.
The constant will be available again when Wordpress 2.5 will come out and it will be optional.
With 1.4.6 WassUp is compatible with Worpdress 2.2 or higher again.
Added some new features:
- Akismet spam check was replaced by a new version of spam check done by searching for previous spam comments with same IP address
- Added option to chart to display it with one or two axes
- Added the SECRET_KEY constant to give more security to WassUp. SECRET_KEY will be available by default in Wordpress 2.5.
- Added multilanguage support with a preliminary Italian translation. To translate it into your language please be patient I will put all the documentation and pot file to do it.
- a lot of minor changes
Download WassUp 1.4.6 and read the Documentation how to upgrade or install it.
WassUp 1.4.5 released and new branch for WP < 2.3
February 11, 2008 | Filed Under release, svn, wassup, wordpress | Leave a Comment
Good morning WassUp users! This is a very lucky day for you, we are proudly to announce the 1.4.5 release and a new 1.4.5-wp2.2 branch for who has an old Wordpress (>= 2.2).
We have decided to separate WassUp into two identical version but with code differences:
Version 1.4.5 is the main release, it is available from Wordpress Extend Plugins directory, it’s Wordpress 2.3 and higher compatible and it has a lot of new features (see below).
Branch 1.4.5-wp2.2 is a release to support Wordpress 2.2 and higher, it is almost equal to the 1.4.5 but it has little differences in the code to work with WP 2.2 too. So if you didn’t upgrade your Worpdress version yet you have to use this branch.
The main changes in 1.4.5 are:
- rewriting of function to get data, now it’s faster and better, no more duplicates
- new chart improvements
- new akismet class to identify spam
- new tabbed options
- new function to mark/delete records
- new function to view raw data
- new top ten function on demand, this speeds up a lot the visitor details view
- new function to hide/show site usage and chart
- added control for session save path
- a lot of minor changes in the code to clean it and work better
As usual my very big thank goes to Helene who did a lot of this new features/improvements to WassUp.
WassUp 1.4.4 released compatible to Wordpress >= 2.3
February 2, 2008 | Filed Under release, security, wassup, wordpress | Leave a Comment
Today I released the 1.4.4 version, please read the changelog to see the main changes.
With this 1.4.4 version WassUp it’s compatible ONLY with Wordpress >= 2.3, I recommend you to keep your Wordpress and WassUp versions updated due to security issues.
Download WassUp 1.4.4
Chart problem with IE
January 17, 2008 | Filed Under wassup, wordpress | Leave a Comment
I apologize but there is a problem with the new chart and Internet Explorer. So I decide to give up and change the chart engine from Flot to Google Chart API.
I’m just working on it and the new chart engine is very funny and simple, I think you will like it.
There is a ticket opened for WassUp chart problems and I hope I will close it as soon as possible.
SVN Checkout for WassUp
January 8, 2008 | Filed Under wassup, wordpress | Leave a Comment
Now you can checkout the very latest code of wassUp using its svn:
svn co svn://svn.wpwp.org/var/svn/wassup/trunk wassup
Please note, the svn code could be very unstable because it is the code we are working on, so please use it only in testing enviroment and not in production. I suggest you to backup your data before try this, copy the wassup directory and export the database table using the export function in the WassUp options page.