=== Bloggy till WordPress === Contributors: feedmeastraycat Tags: microblogging, bloggy.se Requires at least: 2.7.0 Tested up to: 3.0.0 Stable tag: 2.1.1 This plugin imports or posts to the Swedish microblog Bloggy.se. It's only available in Swedish and only useful for Bloggy-users. :) == Description == **Swedish only!** Bloggy till WordPress är en liten plugin som hämtar in dina uppdateringar på mikrobloggtjänsten Bloggy.se och sparar dem som bloggposter i din WordPress-blogg. Den kan ocksä skapa uppdateringar på Bloggy när du skriver inlägg på din blogg. Eftersom Bloggy.se är på svenska, så är pluginen det med. = Nyheter i 2.1.0 = * Inga nya funktioner. Bara buggfixar. Om du har haft problem med pluginen så kommer den förhoppningsvis fungera bättre nu! :) = Nyheter i 2.0.0 = * Möjlighet att uppdatera Bloggy när du skriver ett inlägg på din blogg. * Fler inställningar för ifall, och hur, inlägg ska hämtas in. *Kräver PHP 5.* == Installation == Swedish only! 1. Extrahera ZIP-filen och flytta hela mappen "bloggy-till-wordpress" med innehåll till `/wp-content/plugins/` i din WordPress-installation. 2. Aktivera pluginen under 'Plugins' (Tillägg på svenska) i WordPress admin. 3. Fyll i dina inställningar under Settings > Bloggy till Wordpress (Settings heter Inställningar på svenska). == Files == * /bloggy-till-wordpress/bloggy-till-wordpress.php * /bloggy-till-wordpress/bloggy-till-wordpress-admin.js * /bloggy-till-wordpress/bloggy-till-wordpress-admin.css * /bloggy-till-wordpress/README.txt == Changelog == = 2.1.1 = * Post Meta data was saved multiple times for each post. Removed the use of update_post_meta and just uses add_post_meta with the $unique flag set to true. = 2.1.0 = * WordPress 3 compability check * Import from Bloggy to the blog - The Bloggy post id wasn't saved correctly which caused multiple imports of the same post. Not sure if this has existed in 2.0.0 all the time or if this has appeared in a WordPress update. It should be fixed now anyway. * Post to Bloggy from the blog (when creating new posts) - The Bloggy post id wasn't saved correctly here either. Same as the import bug. * Install bug - The plugin database table that keeps track on which Bloggy posts that has been imported was not created. Might have been a SQL bug or a WordPress update thing. = 2.0.0 = * Added the possibility to post from your WP-blog to Bloggy