-
Happy New Year!
Happy New Year to all b2evolution fans around the world! :)
2010 will be a very interesting year for b2evolution with the release of b2evolution version IV.
While the development version of b2evo IV is already packed with new features, it is also already significantly faster than all previous versions due notably to built in caching capabilities that go far beyond what was done before. (It also flat out beats competing publishing solutions out of the box ;)
We already have many new features implemented for this version, we still anticipate several months of development before reaching a stable release. We are now particularly focused on these areas:
- Extending skin capabilities (skins fom previous versions will remain compatible though)
- Using b2evo in a "CMS style", that is for sites that "do not look like a blog" (the default behaviour will remain blog oriented though)
You will find a non final list of features that are already implemented in the development version/CVS below.
Read more »
-
b2evolution 3.3.3-stable released
b2evolution version 3.3.3-stable has been released. Just in time so you can upgrade before the hollidays 
Download here »
Version 3.3.3 is a maintenance release containing a few bug fixes and most importantly: it gives you back the option to insert pictures into a post right after upload. (Thanks to Tilman for backporting this from the development branch into the 3.3-stable branch).
Upgrading from version 3.3.1 or 3.3.2 is only a matter of replacing a few files.
Upgrades from previous versions will require to follow the standard upgrade procedure (takes about 5 minutes if you have no hacks). Skins are compatible since b2evolution 2.x.
Major changes in 3.3.3
- Allow users to act on uploaded files (@francoisplanque/@tblue)
- Made avatars optional.
- Integrated 2 new skins.
- Updated SEO presets from Rand Fishkin.
-
Updated homepage
As you may have noticed, we have updated the homepage a little bit.
We did it mostly after reading the first few pages of Homepage Usability by Jakob Nielsen & Marie Tahir. Pages 10 to 13 to be more precise 
Obviously, this is still work in progress. I'm likely to update again when I read on... Nonetheless, feel free to comment on the changes. I'm also planing on going through the whole site for an update; update suggestions are welcome.
For now, the main change, of course, is the big green "Download Now!" button. This is my attempt to better communicate what the project/site is about when people first come to the page.
Now, I expect new visitors to understand immediately that it's about software you can download. Hopefully, I'll get less email asking me "Where do I sign up to get my blog?" 
-
b2evolution 3.3.2-stable released
b2evolution version 3.3.2-stable "Venice" has been released.
Download here »
Version 3.3.2 builds upon version 3.3.1 and merely provides bug fixes. 3 months worth of bugfixes! Most of them have been backported by Tilman from the work we started this summer on b2evolution version IV (not to be released before several months).
We recommend version 3.3.2 to all users at this point. Upgrading from version 3.3.1 is only a matter of replacing a few files.
Upgrades from previous versions will require to follow the standard upgrade procedure (takes about 5 minutes if you have no hacks). Skins are compatible since b2evolution 2.x.
Major changes in 3.3.2
- Many bug fixes (@tblue / @francoisplanque)
- Improved Auto Links plugin (@francoisplanque)
- Fixed bug allowing multiple plugins to have per-blog specific settings (@francoisplanque)
- Check whether user is allowed to edit post when updating it (saving to DB) (@tblue)
XML-RPC:
- Added missing permission checks (@tblue)
- Improved metaWeblog.newMediaObject (@tblue)
- Fixed API method signatures (return values) (@tblue)
- Use correct charsets. (@tblue)
- Check extra categories before checking permissions to post to them (sends correct XML-RPC error on failure). (@tblue)
-
b2evo 3.3.1-stable released
b2evolution version 3.3.1-stable “Los Angeles” has been released!
Download here »
As they say, it’s the most advanced b2evolution… yet! But it’s even better than that, this version has gone though an extensive beta and release-candidate process in order to ensure that upgrades from versions 2.x will run flawlessly! (Can be done in less than a minute! – Just make sure your web host is up to date and your account runs at least MySQL 4.1, if not 5.x; if not ask them how to upgrade.)
Note that it’s also possible to upgrade from versions 1.x but you will need to use a new evoskin v2/3 and recustomize it to your site design. Either way, just follow the upgrade instructions in infex.html in the downloadable ZIP file.
Skins and Plugins from version 2.x will work on 3.x. Skins developed specifically for 3.x offer additional features (such as intro & featured posts).
Language packs from 2.x will work on 3.x if you add a locale definition file. Have a peek into the /locales folder or download a 3.x language pack here.
This stable 3.x release meets the standards and functionality I took out of my insanely long todo list end of 2008, while still living in Los Angeles (hence, the name of the relase). For upcoming versions, please send feature requests via twitter starting like this ” @b2evolution wish: ” – one request per user in 140 chars or less! That’s the rule of the game 
Tons of new features!
Below you will find a recap of all the new features that have been added in versions 3.x:
Read more »
-
b2evo 3.3.0-rc1 released!
b2evolution version 3.3.0-rc1 has been released!
Download here »
This is basically the stable version everyone has been waiting for, except we called it "rc1" instead of "stable". RC means Release Candidate. We called it rc1 because we are still finding and fixing little bugs every day. These are not major issues and we run 3.3.0-rc1 ourselves on dozens of production servers already. However, we thought we should play it safe and give it an extra week or two to iron out little quirks before this new release gets wide distribution.
"When will 3.3.0-stable be officially announced?"
I hope you can guess the answer from the paragraph above: when we're done with the little bugs.
"Yes, but give us a date?"
Here's a date: 7/31 8/8. (No, it's not a guarantee.)
Changes in 3.3.0-rc1
Btw, note you can follow/contact all contributors on twitter: b2evolution, tblue246, leeturner2701, walter, fplanque, yabs, blueyed, sam2kb.
Skins:
- Skins can now have skin-specific translations ("locales" folder in the skin's folder, directory structure is the same as for plugin translations). (tblue246)
- All skins now support setting RSS feeds to 'none' (leeturner2701)
SEO:
- <meta> desc and <meta> keywords per blog post (leeturner2701)
- Category descriptions can be used as meta description on category pages (walter)
Admin:
- Remember whether or not the TinyMCE editor was last used on a per post and per blog basis. (fplanque)
- Prevent clicking on "Publish NOW!' when a post is set to protected or private (tblue246)
Installer:
- B2evolution no longer ships with _basic_config.php . It ships with _basic_config.template.php instead. That way, uploading a new release never overwrites the previous base config. The installer now creates _basic_config.php based on _basic_config.template.php + entered form values. (fplanque)
- Language/locale selection moved to a place where it's visible! (fplanque)
- Only one locale is now activated by default (the one selected during install). (fplanque)
- Simplified main screen (fplanque).
Plugins:
- Twitter plugin no longer requires curl (yabs)
- New plugin hook: BeforeSessionsDelete (yabs, blueyed)
Other:
- i18n/charset handling improvements (sam2kb)
- Bug fixes! (blueyed, tblue246, sam2kb, yabs, leeturner2701, fplanque)
-
Quick update (June 22nd)
This is a quick update on the status of the development/releases.
A few unexpected events have delayed the release of the 3.x version but we are currently working on finalizing it.
We expect to release 3.x stable in the next couple of weeks.
If you are running 3.2-beta, the upgrade procedure will be very light.
Follow b2evolution on twitter for real time updates.
Also, if you have a translation/localization ready for 3.x, please let me know 
-
b2evo 3.2.0-beta "Woodland Hills" & b2evo 2.4.7-stable "Tilman" have been released
We have two new releases today:
2.4.7-stable “Tilman”
This release contains several bug fixes tracked down and applied mostly by Tilman (Tblue) with the help of Walter (waltercruz). Also we missed Tilman’s birthday but I believe we’re still close ;)
If you’re already running 2.4.6, there is a quick upgrade available. (For previous b2evolution versions, use the regular upgrade procedure.)
Download here »
Quick list of fixes:
- Bugfix: Old chapter URL titles containing underscores work again (fplanque)
- CSS bugfixes (yabs)
- Bugfix: Set post type to “Post” when creating a post using the “Simple” form (tblue)
- Bugfix: Don’t display the user’s full name if it isn’t set when deleting users (tblue)
- Fixed “Duplicate entry” SQL error after renaming plugin events (sam2kb)
- Display submit button on category widget when requested (tblue)
- Validate w and m URL params (tblue)
- tempskin param: Do not allow the use of not installed skins (tblue)
- Fix bug in Photoblog skin (media index) (tblue)
- Completed German translation (tblue)
- Localization system fixes (tblue)
- Bugfix: The plugin info screen now shows correct info for installed plugins (tblue)
- Additional bug fixes (walter)
3.2.0-beta “Woodland Hills”
In this release, we added many new features over 3.1.0 so we called it a “beta” again… but it’s getting pretty close to our goals for version 3… (planning for this dates back to when I was living in Woodland Hills ;)
We are running several blogs on 3.2 in production already – including b2evolution.net.
Download here »
Read more »