|
This version is compatible with WP version 2.5.1, and retains compatibility with WP 2.0 Changelog: - The project is now run by new authors: corneliousjd and freeatnet
- The project now has its own web-site: http://www.lj-xp.com/
- Fixed compatibility issues with Wordpress 2.3 and 2.5
- Added support for [tags], [categories], and [comments_count]
- Added more options for LJ post tagging: none, tag with WP categories, tag with WP tags, tag with both WP tags and categories
- Major code rewrite -- settings are now carried within one array, some duplicated code was merged
- Russian translation updated
Known issues: - Updating all posts at once may throw several warning messages, such as for array_fill and array_map, which also leads to 'Cannot modify header information' error. This does not affect posting itself, but I will investigate and fix it. Fixed in revision 51.
- Delayed posting (Future posts) do not cross post automatically. This has something to do with publish_post action. Investigation to follow. Fixed in revision 51.
- No known issues at this time
|
> No known issues at this time
There is a problem. If short php tags disabled, "<?=" construction isn't working. I've made simple replacment with "<?php echo " string and now everything is ok.
There is a problem I mentioned already:
http://code.google.com/p/ljxp/issues/detail?id=79
After upgrading to WP 2.6 nothing changed, the plugin is not working.
In version 2.0.5, editing a WP post (with crossposting enabled) will remove all comments on the LJ version of the post. Restoring a previous revision of the post in WP that corresponded to a version on LJ that had comments does restore the comments.