(Almost) live from Las Vegas, we are proud to announce immediate availability of b2evolution version 2.1-beta, codenamed "Las Vegas" (guess why?
)
Let me take the opportunity to remind you that I'm at BlogWorld Expo this week and you're welcome to run me down to tell me what needs to be done next (not that I don't have a mile long todo list, but still
)
The most important thing about this release is that the "skins 2.x" API is now stable, meaning: this is the last time you'll really need to upgrade your custom skin!
After that, you'll still be able to enhance your skin with new features if you want them, but it will be optional and won't require you to do it at the time you don't want to do it ![]()
With the new skinning system, skins are not only more powerful, they are also future proof!
This is achieve with a new template tag format looking like this:
That format is for example:
PHP:
$Item->issue_date( array( | |
'before' => ' ', | |
'after' => ' ', | |
'date_format' => '#', | |
) ); |
The advantage of this form is that we'll now be able to easily add or deprecate parameters in the future without breaking backward compatibility.
More info about skins 2.x and template tags 2.x is being added to the manual.
Here is a quick rundown of changes in 2.1.0:
b2evolution 1.10.3 "Key West" has been released.
This version fixes a handful of little bugs that have been reported on 1.10.2.
This will likely be the last 1.x release. All future releases should be on the 2.x branch ![]()
Again, b2evo 1.10.3 will run skins designed for 1.8 or 1.9, so if you haven't upgraded yet, there will be no better time than now. Upgrading to 2.0 may be a little more complex for those of you who have custom skins. But upgrading to 1.10 is really easy.
This release also comes bundled with the AdSense plugin.