New in development release 2.11.x
(Dec 12, 2006)
I'm about to release a new development version, which still needs a lot of testing, but just to explain what has changed, I'll list it here.
- click tracking has been completely overhauled.
the current system creates very large database tables when you have a lot of users, messages and/or links, so I've rewritten it to store it across multiple tables that each will be much smaller. I've also added a method to convert the old data to the new one. (page=convertstats)
- plugin functionality has dramatically improved, because I had to add some new functionality and I thought it neater to do this in plugins, more than in the core code. It would be nice to continue this move towards trimming the core functionality and moving more things into plugins. If you want to create plugins, the place to start s the defaultplugin, which will contain coder documentation on what each method in the class does and how it interacts with the core code.
- the current plugin functionality was made to allow the plugins I had to write to do their thing, the PgpPlugin and the Email2Fax plugin
Note: If you are interested in building you own plugins for version 2.10.x, please consult the forum for info on plugin development: Experiences with building plugins for phpList
CategoryDevelopment



