The calendar now adds the books slugs for each post as books for the line of that post in the calendar..
Changed all calls of jQuery live method to use the new method so the calendar will keep working when WordPress upgrades to jQuery 1.9..
The calendar is also handling ID in the same for each call it uses to get data about each post when returning post data to the calendar to avoid PHP warnings..
Moved the setting for the default post time to the edcal. php so easier to shift with recompiling the JavaScript..
We've added methods to load the unscheduled drafts which spaces out the loading so the calendar responds fast even when you have hundreds of unscheduled drafts..
The calendar now moves posts from the desk to the well on blogs with the configuration of the date function..
We are allowing the button on the fast edit dialog after it is pressed and not after the post saves to prevent duplicate posts if the user presses the button twice in row..
We got the message and added edit link that takes you to WordPress edit page in gift to link for the fast edit dialog in the calendar..
The calendar will now use WordPress for the year of the year and fall back on the server locale if it isn't set..
The calendar now starts the year on the year based on the configured locale in WordPress..
Read more