b2evolution b2evolution

  • Sign in
  • Sign up
  • About
  • Downloads
  • Hosting
  • Docs
  • Support
  • Sign in
  • Sign up
  • About
  • News
 
  • 1
  • ...
  • 6
  • 7
  • 8
  • ...
  • 9
  • ...
  • 10
  • 11
  • 12
  • ...
  • 13
  • ...
  • 14
  • 15
  • 16
  • ...
  • 38

b2evolution 3.3.3-stable released

Posted by fplanque on Dec 15, 2009 in New releases, b2evolution.net

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.
12 feedbacks »

Updated homepage

Posted by fplanque on Dec 14, 2009 in b2evolution.net

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?" ;)

5 feedbacks »

b2evolution 3.3.2-stable released

Posted by fplanque on Nov 10, 2009 in New releases

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)
7 feedbacks »

b2evo 3.3.1-stable released

Posted by fplanque on Aug 09, 2009 in New releases

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 »

14 feedbacks »

b2evo 3.3.0-rc1 released!

Posted by fplanque on Jul 14, 2009 in New releases

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)
16 feedbacks »

Quick update (June 22nd)

Posted by fplanque on Jun 22, 2009 in Development

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 :)

6 feedbacks »
  • 1
  • ...
  • 6
  • 7
  • 8
  • ...
  • 9
  • ...
  • 10
  • 11
  • 12
  • ...
  • 13
  • ...
  • 14
  • 15
  • 16
  • ...
  • 38

b2evolution News

  • Home
  • Latest comments

Search

Categories

  • All
  • New releases
    • Press releases
  • Community
  • b2evolution.net
  • Development
    • New features
    • Technology
    • Security info
    • Translations
  • The Webmaster's Blog

Archives

  • July 2024 (1)
  • March 2022 (1)
  • September 2020 (1)
  • January 2020 (1)
  • May 2019 (1)
  • March 2019 (2)
  • September 2018 (1)
  • May 2018 (1)
  • September 2017 (1)
  • March 2017 (1)
  • September 2016 (1)
  • March 2016 (1)
  • More...

XML Feeds

  • RSS 2.0: Posts
  • Atom: Posts
What is RSS?

About b2evolution

  • What is it?
  • Features
  • Getting Started
  • Screenshots
  • Online demo
  • Testimonials
  • Design philosophy
  • Free & open source
  • Terms of service

Downloads

  • Latest releases
  • Skins
  • Plugins
  • Language packs

About us

  • About us
  • Contact

Webhosting Guide

  • Web hosting blog
  • Best web hosting
  • Cheap web hosting
  • Green web hosting
  • Hosting with SSH
  • VPS hosting
  • Dedicated servers
  • Reseller hosting
  • Int'l: UK / France

Docs & Support

  • Online manual
  • Forums
  • Hire a pro !

Other

  • Adsense
  • Press room
  • Privacy policy

Stay in touch

  • GitHub
  • Twitter
  • Facebook
  • LinkedIn
  • News blog
  • RSS feed
  • Atom feed

Founded & Maintained by François Planque