WordPress MU 1.5 release candidate 1

Posted by Andrea under News

Just in time to play with for the weekend, Donncha has released WPMU 1.5 rc1. You can read his notes here and grab the zip from trac here.

Please be aware this is a release cadidate, not a full release. :) Either use it on a test server, or backup everything twice before live deployment.

As always, note anything that goes wonky in the forums, and we can all work together to find bugs.

I really need to write a “How to upgrade” post, don’t I?

6 Responses to “WordPress MU 1.5 release candidate 1”

  1. Trent Says:

    It is pretty stable for me on my testbed, but because of the Multi-DB I have to wait on my main site. I hope Andrew is looking over the release for the next release :)

  2. Dr. Mike Wendell Says:

    Since this release involves so many changes from the current version, stressing the idea of “Install it on a testbed and mess around with it first” may be in order.

    Heck, provide endusers access to the testbed for a few days may even be a good idea as well. Wouldn’t want to dump changes like that on your clients without any notice. That would be plain silly. :whistle:

  3. WordPress Modder Says:

    Backed up, twice, and ready to go!

  4. codedmind Says:

    Hy there,

    Now with this version we don’t have the mu-plugins folder, so what will be the solution to active plugins to all or more than one blog?
    Cheers

  5. Andrea Says:

    Just create it. The reason it’s not in the zip is because it’s an empty folder.

  6. WordPress Modder Says:

    OK, I haven’t upgraded yet because I’m wary of not knowing exactly what to overwrite. Is it safe to say that overwriting everything except for the wp-content folder is what I shoud be doing?

    A post detailing the process would be greatly appreciated:)

Leave a Reply

*
To prove you're a person (not a spam script), type the security word shown in the picture.
Anti-Spam Image

google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 6; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 6; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { bnc_xlate_div("en", "bnc_lang_i_0_77", "en"); bnc_xlate_div("en", "bnc_lang_i_1_77", "en"); bnc_xlate_div("en", "bnc_lang_i_2_77", "en"); bnc_xlate_div("en", "bnc_lang_i_3_77", "en"); bnc_xlate_div("en", "bnc_lang_i_4_77", "en"); bnc_xlate_div("en", "bnc_lang_i_5_77", "en"); bnc_xlate_div("en", "bnc_lang_i_6_77", "en"); bnc_xlate_div("en", "bnc_lang_i_7_77", "en"); bnc_xlate_div("en", "bnc_lang_i_8_77", "en"); bnc_xlate_div("en", "bnc_lang_i_9_77", "en"); } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); bnc_detect_div("bnc_lang_i_0_77");bnc_detect_div("bnc_lang_i_1_77");bnc_detect_div("bnc_lang_i_2_77");bnc_detect_div("bnc_lang_i_3_77");bnc_detect_div("bnc_lang_i_4_77");bnc_detect_div("bnc_lang_i_5_77");bnc_detect_div("bnc_lang_i_6_77");bnc_detect_div("bnc_lang_i_7_77");bnc_detect_div("bnc_lang_i_8_77");bnc_detect_div("bnc_lang_i_9_77"); } google.setOnLoadCallback(bnc_startup);
Close
E-mail It
This blog has been fine-tuned with 13 WordPress Tweaks.