Back in December of 2005, I was filling in for Darren Rowse at ProBlogger and I wrote an entry that was very highly read and commented on. The topic was 10 Things You Should Know About WordPress 2.0. The occasion was the release of the much-waited for release of the current major release of WordPress (We’re up to 2.0.7 but the “dot releases” have all been security/bugfix releases).
Tomorrow (January 22, 2007), WordPress 2.1 will be released and it signifies the first major release since the 2.0 branch was launched. As is typical of major releases, they do not only address security/bugfixes but they release new functionality.
So in the spirit of the original article, I give you ten things you should know about WordPress 2.1.
First though, it’s notable to point at the progress the entire WordPress community has made in the last year since 2.0 was released. Many things, such as themes, have been improved upon. For instance, theme authors can take advantage (and now do!) of screenshot.png, a screenshot image that can be included in a theme folder that provides a visual representation of what the theme is. This ability was implemented in 2.0 but since most themes were designed for WordPress 1.5 at the time, most themes did not have this feature implemented.
In addition, the addition of WordPress widgets as an add-on has provided theme authors and bloggers a phenomenal way to simply drag and drop sidebar elements. This takes the mystique out of placing modules in a sidebar when the vast majority of the WordPress users really don’t know how (or want to) mess with the HTML that makes up a sidebar.
Testing has been given serious effort with the release of WordPress.com hosted blogs. You just thought you were getting a free no fuss, no muss blog built on WordPress but what you little guinea pigs may not have known was that it has been the testing bed of most of the WordPress development code. It gives developers a real-time, real-life window into what works and what doesn’t and allows for extensive non-technical testing. Both WordPress 1.5 and 2.0 were plagued with bugs that were not thoroughly vetted out prior to release. While WordPress.com does not guarantee a bug-free release, the chances and scope of bugs are significantly reduced.
So what is new in WordPress 2.1?
Auto-save of Drafts - WordPress 2.1 adds an autosave function that is automatically implemented when writing new drafts. This functionality uses AJAX and operates without new pageloads. The title of the post must be filled out in order for autosaving to occur.
Better Image Upload Handling - If you do any image uploading under the 2.0 branch, you’ve probably been a little frustrated by the confusing menu that becomes available for those images. It was a bit of “back to basics” to implement radio-button style visual prompts assisting in the handling of these images. You can even Edit image attributes after the image is uploaded.
Deprecation of $tableposts, $tablecomments, etc - Deprecation is a mild word. Typically in software development, deprecation means that it is no longer a recommend approach but for backwards compatibility, the function or variable still exists. In this case, elimination would be a more appropriate term. This is going to affect a lot of people because there are still many plugins out there using these variables when generating queries within plugins. Instead, the method for querying wordpress table sis to use the $wpdb global. For instance, $tableposts should be termed $wpdb->posts. $tablecomments should now be $wpdb->comments. And so on. Plugins using the old format will cause SQL errors that might be displayed on a blog or simply break a blog altogether. I had a post recently on the WordPress Development blog which describes these changes.
Update: According to Ryan Boren from WordPress, these variables have been “ressurrected” andplaced in deprecated.php. This is critical as it means that most plugins that may have broke before, will be fine now.
Plugin Compatibility - As mentioned above, many plugins will no longer work in 2.1 due to deprecation of database table variables. However, whenever there is a new version of WordPress, the other possible “plugin breaks” extend farther. Fortunately, the WordPress community has been hard at work testing plugins with 2.1 determining compatibility. You can find a list of backwards-compatible plugins at the Codex.
Native WordPress Migration Functionality - I unequivocally can say that when I released the Wordpress-to-Wordpress migrator, I had no idea that it would bring me as much traffic or that the tool would recieve such warm welcome. So, it’s with mixed emotions that I say goodbye to the vast amount of traffic I recieved. The Wordpress migration tool was released to essentially mirror functionality that is in WordPress 2.1 (and thus WordPress.com). So while the 2.0 branch will remain available through 2010 (it is available in Debian Linux now) , the new 2.1 branch introduces the functionality that I provided to 2.0 customers with my tool.
MySQL Version - It should be noted that although most hosting providers have upgraded their MySQL version to 4.0+, many are still lingering at MySQL 3.23. WordPress 2.1 eliminates support for this older version of MySQL. An easy way to determine what version you are running is to drop this in a file called testdb.php and drop inside your web root:
< ?php
// Replace with your database connection info
mysql_connect("localhost","dbuser","dbpassword");
echo mysql_get_server_info();
?>
New Visual Editor Interface - A big problem (to many) in the WordPress 2.0 branch was the Rich Text Editor (RTE) powered by TinyMCE. I believe the RTE was a good idea but was before it’s time. Thankfully, the developers have heeded the concerns brought to bear on the RTE in WordPress 2.0 and have significantly improved it. Notably, there is now a tabbed interface in the Write screen that will allow bloggers to switch between the two views seamlessly.

Merging of Links and Categories - This is another one of those things that tend to be more of a backend database thing, but there are notable semantics to be pointed out. In previous versions of WordPress, links and categories were handled as two separate entities. Links were seen as a thing used solely to power a blogroll and Categories were seen as a way to solely compartmentalize posts. In WordPress 2.1, the development philosophy shifted in such a way to recognize that these things actually tend to serve nearly similar purposes. While those philosophies can be discussed in other posts, the important thing to recognize is that the Categories table is now prepopulated with a Blogroll category and all links are assigned, by default, to the blogroll category. Folks who are upgrading will have this association made as part of the upgrade process.
Privacy Features - Probloggers will not find this feature particularly useful, nor will most bloggers who desire exposure. However, in WordPress 2.1, there are privacy features which allow you to block your site from search engines and directories. This is useful, however, if you were to want to keep a blog for family or friends or a purely personal blog intended for your own self.
Nonces - This is not really new in WordPress 2.1 but it is new since the original WordPress release. In fact, nonces were introducted in WordPress 2.0.3 and they are significant security items. It applies not only to WordPress but plugins so plugin authors take note of nonces. Mark Jaquith [fixed typo. Sorry Mark!] has more on nonces and how to use them. He details the specific implementation in a way my grandmother (who is dead) could understand. In a nutshell, nonces are unique “passwords” embedded in the comment moderation emails, among other things that prevent YOU from damaging YOUR blog. Each request is assigned a nonce which only lets ONE person do ONE thing within your wp-admin (i.e. approve a comment or delete a post). This replaces the “Are you sure?” dialog.
Table of contents for WordPress Release
- 10 Things You Should Know About WordPress 2.0
- 10 Things You Should Know About WordPress 2.1
- WordPress 2.1 Gotchas
- 10 Things You Should Know About WordPress 2.2

About the Author: Aaron Brazell is the lead editor of Technosailor.com and a social media expert. His passion is to see companies and individuals use the internet and web technologies wisely and effectively to promote their brands and companies. He served as Director of Technology at b5media from 2005-2008 and is currently an independent consultant.
[...] ב-TechnoSailor נתקלתי בפוסט מסקרן (אבל אולי רק אותי?) על מה שמצפה לנו בוורדפרס 2.1 שתשוחרר מחר. [...]
Great article on what I should know about WordPress 2.1. Over the past year I’ve become more and more acquainted with WordPress through my own personal blog as well as beginning to use the structure as a free CMS option for many of my clients. Thanks for all of this insight!
[...] After all that time, I wish I would have had posts like the recent one by fellow b5′er Aaron Brazell. Over on his personal site, Technosailor, you can read 10 Things You should Know About WordPress 2.1. [...]
[...] 10 Things You Should Know About WordPress 2.1 by Aaron Brazell [...]
Good information, I’ve been using 2.1 beta for a while and so far no problem wiht many older plug-ins.
Wayne
[...] 10 Things You should Know About WordPress 2.1 » Technology, Blogging and New Media [...]
[...] Read more. [...]
[...] update to their software, version 2.1 is going to be released tomorrow, 1/22. Exciting! Here is a great article on what you can expect to [...]
[...] More information on this can be found here. [...]
Indeed, good write up.
Edit: link removed.
FYI, you’ve misspelled Mark Jaquith’s last name, inserting an “i” where there should be none.
[...] technorail) mysql, php, programmazione, Technology, [...]
I think I use a few plugins that are going to break with the deprecation of $tableposts and $tablecomments, but hopefully the fix is as easy as it looks.
[...] put together a worthwhile post for WordPress users wanting to upgrade to WP 2.1. It’s called 10 Things You should Know About WordPress 2.1 which outlines some of the new stuff that it has including auto-saving drafts, new image upload [...]
And after all this development, there is STILL no Postgres support, denying one of the best pieces of blogging software even more active users who would prefer PostgreSQL instead of MySQL for whatever reasons.
That’s sad.
[...] Read more… [...]
Looking forward to the upgrade!
Great article Aaron… I’m running RC1, but I’ll be sure to upgrade when the time comes…
And what’s this about your tool? You saucy thing, you…
Jonic, you’re stupid :D
Nice overview Aaron.
Auto-Save drafts - YES! a real life saver.
Good to see them working on image uploading as that was the one thing that really, really frustrated me way too many times.
“many plugins will no longer work in 2.1″ - that I don’t like and I think may cause vast headaches for many bloggers.
A quick look at the list of compatible plugins and my own plugins I use and I think 60% of my plugins are now useless.
I’m sure plugin authors will upgrade their plugins once they realize that they are incompatible with 2.1
New RTE. Hurray!
[...] like WordPress 2.1 will be released tomorrow. Here’s a list of some of the new features that will be [...]
It’s my most endearing quality… Speaks volumes about the rest of my character really…
I just realised the Easy Admin Access is now broken thanks to the post page changing from post.php to post-new.php
I’ll get on that… It’s proved to be quite popular, so I’d better make sure it’s working properly!
Congrats on the Digg by the way… You’ve grown up so fast! *sniff*
[...] read more | digg story [...]
[...] http://www.technosailor.com/10-things-you-should-know-about-wordpress-21/ [...]
[...] has tried to shed some light on some of the new features in WordPress 2.1 in his article 10 Things You should Know About WordPress 2.1 (No Ratings Yet) Loading [...]
[...] Aaron Brazell talks about the 10 things you should know about Wordpress 2.1 [...]
[...] Anyway, check out the 10 thing to look for in 2.1 here. [...]
[...] http://www.technosailor.com/10-things-you-should-know-about-wordpress-21/ [...]
What about static homepage property ? i created a page and called it as home so it apperared at side block as home cool but it also says home in title and h1 tag on the page :( .Its my first time so probably messed something so is there a way or hack for able to name page as home but not title and h1
Good news and post, thanks for the update.
[...] upgrade to the world’s best blogging software was released, Technosailor has come up with 10 things you should know about WordPress 2.1. This new version should be out tomorrow, and promises to be a blast! Tags:blog [...]
[...] WordPress 2.1 is on its way. Aaron Brazell has posted a nice write-up of new features and things to watch out for (like plugin incompatibility).. [...]
Hmm .. people still use that horrible tinyMCE? I hope the default is set to “NO THANKS” ..
And speaking of thanks.. THANKS for linking to the page that shows the latest versions of plugins that WILL work .. it’s a good start for me personally!
Later Dude/
[...] see Aaron linked to the List of Plugins Compatable with wordpress 2.1 // We minus 2.1 users thank you! Share [...]
PS.. will you be updating Time Capsule? I’ve gotten used to that!
I may have to. I didn’t know anyone actually used it. :-)
Shoot, you may have to email me the plugin again. I’m not sure where I stashed it.
[...] Aaron Brazell, has put together 10 new developments and enhancements that will be experienced by users upgrading to Wordpress 2.1, the post is titled 10 Things You should Know About WordPress 2.1. [...]
shot!
[...] 10 Things You should Know about WordPress 2.1. Some great stuff coming very very soon. I’d suggest a glance at this article before you upgrade, just to avoid surprises (some of them pleasant!). [...]
[...] What to expect in Wordpress 2.1 (releasing tomorrow) [...]
Great to hear this wonderful project is moving forward - wish they would implement a better spam guard.
[...] This post about 10 things you should know about WordPress 2.1 is a really great read about the new version that should be coming out soon. In fact, this article [...]
Auto-save! This one feature would have been really useful a few weeks back, and now that it’s here!
Thanks for the overview. This should be a great update for the WordPress community. Hopefully none of my custom plugins will require too much re-work.
Jason: You may actually be upgrading right now because your site is a completely white page. But if you’re not upgrading, I hope now you’re aware that your site is a completely white page. :)
Good stuff. I can’t wait to see it.
[...] read more | digg story [...]
[...] has an useful article about 10 Things You should Know About WordPress 2.1. This is a timely and useful post for those who’re planning to upgrade their Wordpress to [...]
[...] read more | digg story Related Posts: [...]
[...] les fanas de Wordpress (dont je fais partie), vous trouverez ici 10 choses que vous devez savoir à propos de Wordpress 2.1 qui est la plus importante “release” de Wordpress depuis plus d’un an. Celle-ci [...]
[...] The next major release of WordPress is version 2.1 and it should be available for download a little later today. The new release includes better support for images and an auto-save feature for draft posts. There may be some plugin compatability issues initially and you can find out which plugins are compatible here. For more information on what is new in WordPress 2.1, take a look at this post on Technosailor. [...]
[...] o mesmo caminho, especialmente os que usam vários plug-ins, é extremamente recomendável ler este post sobre as novidades da nova versão e como elas podem afetar seu [...]
[...] Get ready for another update! WordPress 2.1 is set for release tomorrow. For a nice overview of what to expect in the new version, check out Technosailor’s post 10 things you should know about WordPress 2.1. [...]
[...] 10 Things You should Know About WordPress 2.1 » Technology, Blogging and New Media, via ProBlogger [...]
[...] Wordpress 2.10 slippes. Det er enda ikke kommet noen melding på hjemmesiden til Wordpress, men her finner du en veldig fin gjennomgang på hva som blir nytt og anderledes i den nye [...]
10 Things You should Know About WordPress 2.1…
Wer sich mit einem Umstieg auf die kommende Version Wordpress 2.1 beschäftigt, für den fasst Technosailor die 10 wichtigsten Fakten zusammen, die Ihr dazu wissen solltet….
$table* were recently resurrected and placed in deprecated.php.
[...] ten top things to know about WP 2.1 which is probably out now that you are reading this. To Do: Add to Digg | Add to Del.icio.us | [...]
great article!
Hello Unfonrtunately, I did not know your wordpress-t-o-wordpress migrator before I hosted my wordpress elsewhere (and did not want to try the migration of the database due to previous problems I encountered with this).
My new blog as a 20 days existence (the other one : 1 year 1/2). Do you knwo if it will possible to use this new functionality without loosing my January’s date (entries & comments) ?
If this is not the place to ask that question, well… sorry… and I’ll ask it elesewhere.
And thank you for yourt article !
[...] “10 something thing” lists that spreaded over the blogosphere lately Aaron Brazell from technosailor puts together the latest functionality that you would expect from wordpress [...]
[...] goes over my head BUT it is an area I am trying to know more about so I read it with interest. 10 Things You should Know About WordPress 2.1 #PrestoGifto{margin:0 auto;}#PrestoGifto td{vertical-align:top;text-align:center;}#PrestoGifto [...]
[...] on January 22, 2007. It’s interesting to notice that if not for Technosailor’s 10 Things You should Know About WordPress 2.1 I wouldn’t be able to find out new WordPress features. Even WordPress blog links to [...]
[...] You can find a great overview of what’s new in Version 2.1 on the Technosailor site: Ten things you should know about Wordpress 2.1 [...]
Great article Aaron! I was going to do up an article similar to this, but, since I’ve been so busy lately, I just didn’t get to it yet.
I know it will be too late now, with WordPress 2.1 being released sometime today. But, I might still do up an article which will be a follow-up to your’s.
Thanks again for the great article! ;) :)
These are the top 10 new features? Pretty disappointing.
Categories are so out of date. Where is native and well integrated tagging support? What’s with Atom 1.0 support? What’s so special about this picture upload? Most people I know use flickr for their blog pictures anyway. What about proper geo support? What about an auto-update feature? With a security update every ew weeks the whole upgrade procedure is really annoying.
Sorry, I fail to understand all the noise…
[...] sablon nem fog rendesen működni, “ki tudja, mit művel” az adatbázissal, stb. Nos, Aaron Brazzel 10 új dolgot foglalt össze, amely nagyjából jellemzi az új [...]
[...] Brazell has written a beautiful and informative post about the 10 (perhaps most important) things that you should know about the latest version of Wordpress - Word…. Here are the points which are explained on the original post [...]
[...] Za sve blogere koji funkcionišu na WordPressu, interesantan članak Aaron Brazella na engleskom o 10 stvari koje bi trebali da znate o WordPress 2.1. [...]
I’m with Tim. It will be really nice when Wordpress offers support for Postgres users. Course I will still use Wordpress as it is a great piece of software, but I greatly prefer postgres to mysql.
I think habari may give wordpress a run for their money especially because the software is database independent (MySQL, PostgreSQL, SQLite).
[...] WORDPRESS说22号要放出2.1版本~~~期待~~!老早就言称2.1里面有部分核心代码做了改动,部分插件可能无法正常运行。官方有个列表:A list of plugin compatibile with WordPress version 2.1 ;Delicious和Digg里今天关于wordpress的最热门话题也是2.1啊2.1,高曝的一篇文章:10 Things You should Know About WordPress 2.1。 [...]
Surely now we can All google for test.php, and steal peoples details???
I definitely would be delighted to get my hand dirty on this new version of WordPress. Hopefully it does meet up to expectations.
I’ve just found your blog through Problogger.net.
I will use it for my next Wordpress blogs, but for now I will hold on since I am afraid that plug-ins don’t work.
It happen one time when I changed my template. I’ve lost my pages and sitemeter…
[...] 10 Things You should Know About WordPress 2.1 - WordPress 2.1 will be released tomorrow. [...]
[...] 10 Things You should Know About WordPress 2.1 [Technosailor via Digg] [...]
[...] 10 Things You should Know About WordPress 2.1 [...]
[...] Läs mer om: Wordpress 2.1 [...]
Thanks for your explanations. I appreciate them.
And BTW: I didn´t know about your wp-to-wp tools before this posting. ;)
Regards,
René
[...] It appears that Wordpress 2.1, upon which our hosting is based, will be released in the next few days, perhaps as soon as tomorrow. 2.1 is the first major release since 2.0 was released almost a year ago and promises several new features: [...]
[...] Article [...]
Ryan: Thanks. Wonder how I missed that. I’ve updated the post to indicate that most plugins will not now break because the $table* variables have been, at least temporarily, re-enabled.
Cool article, thanks for the info. I am probably going to hold off for a little while before switching to 2.1 (I’m on 2.0.7 now), to make sure there are no major problems.
[...] will include new functionality. If you think to upgrade your Wordpress version, you better read the 10 things you should know about Wordpress 2.1, published at [...]
[...] Brazell, do Technosailor, mostra-nos algumas das novas funcionalidades do Wordpress 2.1, que vai ser hoje [...]
[...] Aaron Brazell auf seinem Technosailor Blog zusammengetragen. Und nachdem heute der neue Major release 2.1 veröffentlich werden soll, sind [...]
might be worth noting the big bbPress update too. :)
[...] Aaron Brazell has a post written about the 10 Things You Should Know About WordPress 2.1 before it releases tomorrow. He writes about the new additions found in the latest release which [...]
[...] 10 things you should know about wordpress 2.1, which should be released later today. [...]
[...] Some of us are aware that Wordpress 2.1 has been released. Technosailor from b5media gives us 10 Things You Should Know About Wordpress 2.1. [...]
[...] WordPress - version 2.1 is to be released later today and Aaron Brazell has a good post outlining 10 features of WordPress 2.1 you should be aware [...]
[...] I just upgraded to 2.0, and guess what? 2.1 is coming today. =] [...]
[...] Wordpress 2.1 hakkında bilmeniz gerekn 10 şey Pixel patterns Mollio ücretsiz XHTML/CSS şablonlar Bir tane daha [...]
[...] января), чего нам стоит от нее ожидать? В сети появился довольно большой пост на эту тему, но переводить его полностью я не вижу смысла, поэтому [...]
[...] it out. blog, wordpress 8 Views (No Ratings Yet) Loading [...]
[...] Read full article Wordpress [...]
[...] Source: 10 Things You should Know About WordPress 2.1 » Technology, Blogging and New Media [...]
Thanks for the clear write up and explanation of the new features in WordPress 2.1
I was previously going to hold off moving to 2.1 but now I hear that plugins using depricated code will still work I can migrate any that need tweaking at my own pace meaning upgrading should be much easier, and that I can make the most of the benefits of upgrading straight away.
10 вещей, которые вы должны знать о WordPress 2.1…
Сегодня должна быть выпущена новая версия Wordpress 2.1. Aaron Brazell написал интересную заметку , чего следует ожидать пользователям Wodrress в новой в…
That makes everything clear. Thanks for the well written post!
[...] Read it technosailor.com. [...]
[...] Ecco una lista delle cose da sapere sulla nuova versione. [...]
[...] 10 Things You should Know About WordPress 2.1A breakdown of the key new features in the latest version of the blog platform, Wordpress. Version 2.1 will be released sometime today on Wordpress.org. [...]
[...] ja, en lees ook dit eventjes. Hoeft u mij niet lastig te vallen met de vraag wat er nu allemaal veranderd is. Door Michael [...]
[...] Aaron Brazell has written a nice piece on the due to be released any minute now WordPress 2.1: 10 Things You should Know About WordPress 2.1. [...]
[...] ver más detalles sobre estos cambios en el Codex de Wordpress o en el artículo 10 Things You should Know About WordPress 2.1; y los más ya ansiosos pueden bajar una versión release candidate de Wordpress [...]
[...] looks like there’s going to be some nice additions in Wordpress 2.1. I will be really pleased to get my [...]
[...] Technosailor: Ten Things You Should Know About Wordpress 2.1 [...]
[...] podrobností ohľadom zmien nájdete priamo v článku 10 Things You should Know About WordPress 2.1 a čoskoro určite aj všade okolo na blogoch :) Páčil sa Ti článok Čo prináša [...]
[...] Fuente: Technosailor [...]
[...] Brazell, one of the b5media members, and better known to me as Technosailor has put up a post about WordPress 2.1 that gives us some details we should know before its upcoming [...]
[...] Technosailor pubblica un elenco delle cose da sapere sull’ultima versione di WordPress. L’articolo non è sotto licenza Creative Commons, quindi non voglio tradurlo, ma ne faccio un veloce riassunto. [...]
[...] Wordpress 的问题。不升的理由没有了,于是今天忍不住我把 Blog 升了。(更新:According to Ryan Boren from WordPress, these variables have been “ressurrected” and placed [...]
[...] Traducido de: Technosailor [...]
Great article, I’m definitely going to upgrade tomorrow.
[...] anyone blogging in WordPress, this list of “10 things you should know about WordPress” will get your heart [...]
[...] released. Only a week after the last point release, this version brings not only bug fixes, but new features including improved image uploading, a new WYSIWYG editor, automatic saving of drafts, and more. [...]
[...] 2.1 - codenamed Ella. Can’t wait to take Ella for a test drive. This is a pretty significant upgrade with lots of new [...]
[...] WordPress, the best blogging platform in the world, has gone v2.1 which means a bunch of things. [...]
[...] updated visual editor with code tab, and image upload radio buttons. final fantasy hentai comicsread more | digg [...]
[...] 10 Things You should Know About WordPress 2.1 Aaron Brazell gives it the once over for all us WP fans. Know what I’m looking forward too? Auto-save, the improved image handling, and editing. Interesting tidbit? “Nonces”! (tags: 2.1 technosailor update wordpress) [...]
[...] 10 Things You should Know About WordPress 2.1 » Technology, Blogging and New Media Annotated(4) Auto-save of Drafts [...]
[...] Ten Things You should Know About WordPress 2.1. Best news: A lot of legacy code that was to have been killed is retained, albeit deprecated, so most 2.0.x plug-ins should still work. [...]
[...] 10 Things You should Know About WordPress 2.1 » Technology, Blogging and New Media (tags: wordpress) [...]
[...] for free. A New Sith, or Revenge of the Hope: Reconsidering Star Wars IV in the light of I-III 10 Things You should Know About WordPress 2.1. Many of you run Wordpress, so I thought you might find this helpful. Some oops and other silly [...]
[...] a link to the official Wordpress 2.1 page, and Aaron Brazell’s post, The 10 Things You Should Know About Wordpress 2.1. Tags: blogging, Wordpress Filed under: blogging | Tags: blogging, [...]
[...] 10 Things You should Know About WordPress 2.1 2.1 should be published today. I’m really waiting for an update on WPMU. (tags: wordpress blogging) [...]
WordPress 2.1…
又要升級了…
一如預告所言,今天 WordPress 推出了 2.1,有很多重要的新功能,例如自動暫存、新編輯器、更有效率的資料庫存取動作… 之類的;大家之前很擔心的 plugin 相容性問題,…..
[...] Read more about what has been added or view the comments at the digg post Share this news:These icons link to social bookmarking sites where readers can share and discover new web pages. [...]
[...] 10 Things You should Know About WordPress 2.1 » Technology, Blogging and New Media So what is new in WordPress 2.1? (tags: WordPress) [...]
[...] new version comes feature packed with several new additions. Technosailor gives you some detail while the WordPress Blog release post just lists them out for quick [...]
[...] 2.1 has been released and one of the biggest changes has to do with plugins. Reading 10 Things You should Know About WordPress 2.1 they said “many plugins will no longer work in [...]
Anyone tried to upgrade with postie installed?
[...] WordPress 2.1 還沒推出的昨天,我在 Technosailor 就看到這篇 “10 Things You should Know About WordPress 2.1“。在對 WordPress 2.1 [...]
[...] Gezien het succes van zijn artikel op Problogger.net over 10 die je moet weten over WorPress 2.0 heeft Aaron Brazell 21 januari een mooi artikel geplaatst over de 10 dingen die je moet weten over WordPress 2.1. [...]
Just when I was in the middle of integrating Flash 9 and Wordpress 2.0.7, you do this to me! Noo!!!
Hurry up and release it you dogs! - jk jk - =)
WooHoo! 2.1 is released!
Now then .. when will 2.1.1 be available?
just kidding :)
But .. I did just upgrade my Pap site directly from 1.5.2 to 2.1 version. My biggest problems that I had, was the pre/post compatibility issues of my template, and plugins. A lot of code for plugins in my templates had to be removed. My Random Excerpt plugin brought forth a death black screen, but there were plugins I activated that were “not on the approved list” that do work (so far that is - knock on wood)
[...] dovrebbero provare ad aggiornare una versione di test del proprio blog e leggere questo piccolo memorandum. PUBBLICITÀ PUBBLICITÀ postato da Fullo il martedì 23 gennaio 2007 [...]
[...] has gone okay, all of my data and all of my plugins are working as supposed. You may want to read 10 things you should know about WordPress 2.1, by Aaron [...]
Great article. I’ll try this upgrade on my other installed WP.
[...] Änderungen, die es in Wordpress 2.1 gibt. Ergänzungen dazu findet man im Artikel “10 Things You should Know About WordPress 2.1” (via weblog tools collection), der weitere Details zur neuesten Wordpress-Version [...]
[...] plugins, how to test etc. Plugins Updated For WordPress 2.1 by Gamerz Wordpress 2.1 Plugin Testing 10 Things You should Know About WordPress 2.1 a big thanks to Josh Bancroft of tinyscreenfuls.com for finding this [...]
[...] 10 things you should know about WP 2.1. Posted terribly early in the morning by Swank [...]
[...] WordPress, especially since: - In bigger WordPress news, version 2.1 just came out. Here’s 10 things you might want to know about the new version. The high-order bit for me is that WordPress 2.1 introduces an autosave [...]
[...] Infos bei perun, wordpress.org und technosailor Weitere Artikel zu diesem Thema: - Ford setzt auf Wordpress Das Mallorca Blog [...]
[...] Aaron Brazell writes about the upcoming release of version 2.1 of WordPress. [...]
wordpress is by far the best blog software i have ever used. Keep up the good work. AsianTom -
http://www.asiantom.com
[...] 10 Things You should Know About WordPress 2.1 (tags: blogging blog software) [...]
[...] | The Gong Show | Duncan Riley | JohnTP.com | Eches Blog | Technological Winter | Technosailer [...]
[...] ссылок по теме, рекомендую статью Аарона Бразелля 10 Things You should Know About WordPress 2.1 и запись в официальном [...]
[...] über die neuen Funktionen gibt es auf Technosailer.com (eher technische Aspekte, englisch), mallorca-blog.de (deutsch, erster [...]
[...] Technosailor: 10 Things You should Know About WordPress 2.1 [...]
[...] Make sure to backup your database before you install and deactivate your plugins. Doesn’t seem to be much of a change between the RC1, but you can read all of the new features here, and 10 Things you should know about Wordpress 2.1. [...]
[...] to upgrade your version of wordpress, some cool new features, as I previously highlighted. Here is 10 Things You should Know About WordPress 2.1. Tags:wordpressShare [...]
[...] er eerst even induiken wat de verbeteringen zijn. Na het lezen van de Development Blog, JohnTP en Technosailor was ik eigenlijk al [...]
Question. I’ve been digging through the mySql.
wp_posts has a column called post_category. But there is a table dedicated for categorisation (wp_post2cat). So what is that field used for? Backward compatability? Seems silly… they’re all 0 (default)
[...] 10 Things You should Know About WordPress 2.1 Before the newest release of Wordpress comes out you might want to be prepared for what to expect. Plugins will break, archives will be massacred oh the pain! (tags: wordpress webdev) [...]
Excellent write-up. I often get the question of “why do you need to upgrade?” and “If it’s not broken, don’t fix it”.
You just gave me some ammo to fight of pesky questions about upgrades of WP.
I found that the ditching of support for old MySql 3 was a MAJOr issue as some of the folks I deal with still run that old bugger ;)
Thanks!
Baby: There is talk of setting the min MySQL to 4.1 in 2.2 ;)
I would really like to see Wordpress 2.1 running on my server. But I think I will wait some weeks before updating. Many plugins I use still don’t support WP 2.1.
[...] 했다. 일단은 까페24에 mysql 버전업에 대해서 문의해둔 상태다. 역시 WP2.1을 깔기 전에 알아야 할 10가지를 빠뜨린 탓 [...]
[...] self-hosted installation of WordPress as your blogging platform, I recommend considering the jump. Check out Aaron Brazell’s summary of the new features and current compatibility conflicts to decide whether now’s the [...]
I also want to see WordPress on my website but I only have one concern i.e. what if there is a serious & critical security bug discovered (e.g. MySpace Spam King issue) and I don’t upgrade my installation. Somebody will hack my blog. And I have experienced it few years back while experimenting with PHPNuke which was the then great CMS alternative!
I had a problem after upgrading wordpress 2.0.7 server to 2.1 on a FC6 server this morning. The editor is ‘code’ only and no tabs shown at all to switch between the two modes. I have a
screenshot here for anybody interested to help me troubleshoot. Any pointer is appreciated.
[...] 10 Things You should Know About WordPress 2.1 » Technology, Blogging and New Media (tags: wordpress) [...]
You probably have the option set on your profile page to not use the Visual Text Editor.
I thought of that too, so I checked all the options under the Admin’s dashboard, esp. options/writing. Can you be more specific on where this ‘profile page’ is?
[...] new features and over 550 bug fixes which you can read at your leisure using the above link. Technosailor has provided a nice overview of the new 2.1 release if you don’t fancy reading through all [...]
[...] [10 Things You sh