Developers
stresslimit |
jkudish |
zgrossbart |
MaryVogt |
Download Stats
Today | 85 |
Yesterday | 144 |
Last Week | 928 |
All Time | 910,023 |
Releases (71 )
Version | Release Date | Change Log |
---|---|---|
3.7.12 | 2022-05-11 | The calendar will now add a CSS class for the post category on published posts and not just unpublished posts. |
3.7.11 | 2021-08-28 | We're now avoiding an error that shows up on the JavaScript console when opening the quick edit dialog. This version adds support for Hungarian. A big thank you to @harasztigyula for providing this translation. |
3.7.10 | 2021-08-15 | Fixed a minor error in two resourced strings so we can properly translate the drafts drawer title. |
3.7.9 | 2021-08-13 | This version adds support for simplified Chinese. A big thank you to Alex Lion for providing this translation. |
3.7.8 | 2020-12-09 | This version fixes a CSS layout issue so the calendar works with WordPress 5.6. |
3.7.7 | 2020-08-15 | This version tweaks the libraries that support the calendar to avoid warnings from the Enable jQuery Migrate Helper plugin. |
3.7.6 | 2020-08-11 | |
3.7.5 | 2019-10-13 | The calendar now support quick edit when a post has either a title or content instead of requiring a title. |
3.7.4 | 2019-08-13 | Fixed a specific issue which made the calendar show up as right to left instead of left to right in Dutch. |
3.7.3 | 2019-08-12 | We are now making sure to set the correct right to left and left to right orientation in every language file. |
3.7.2 | 2018-12-08 | This version fixes an error with the drafts drawer that broke compatibility with WordPress 5.0. |
3.7.1 | 2018-09-23 | We now have an option so you can choose if you want to scroll the calendar with the mouse wheel or not. |
3.7 | 2018-09-22 | The calendar no longer responds to the mouse wheel. We did some user testing and it was a better experience without having to worry about the mouse wheel. The current date range is now doing a better display job and not jumping around when the date changes. |
3.6.8 | 2018-06-15 | The calendar now properly shows scrollbars for individual days when there are too many posts in a single day. The calendar is now showing the correct left to right orientation in Turkish. |
3.6.7 | 2018-05-28 | The calendar is now showing in the correct left to right orientation in Japanese. |
3.6.6 | 2018-05-26 | Added a new video and did complete testing to make sure the calendar is fully compatible with the latest version of WordPress. |
3.6.5 | 2017-12-12 | The calendar will no longer prompt new users to collect data about how they use the calendar. We have all the data we need for now. The calendar has now been updated and tested for WordPress version 4.9.1. |
3.6.4 | 2017-06-08 | The calendar has now been updated and tested for WordPress version 4.8. |
3.6.3 | 2016-12-07 | The calendar has now been updated and tested for WordPress version 4.7. |
3.6.2 | 2016-04-14 | The calendar has now been updated and tested for WordPress version 4.5. We have a new translation in turkish with updated strings and language fixes. |
3.6.1 | 2015-12-11 | The calendar has now been updated and tested for WordPress version 4.4. |
3.6 | 2015-09-17 | The calendar has now been updated and tested for WordPress version 4.3.1. |
3.5 | 2015-04-24 | The calendar has now been translated into Turkish and updated for WordPress version 4.2. |
3.4 | 2015-02-02 | The calendar has now been translated into Danish. Thank you to our Danish translator Thomas Christensen. |
3.3 | 2014-09-16 | This version fixes an error handling apostrophes and ampersands in post titles in WordPress 4.0. |
3.2 | 2014-08-11 | We now have a new option for specifying the default status of a new post and documented the option for specifying the default time of a post. The calendar is now doing a better job of reporting errors when it can't parse the post information from the blog. |
3.1.1 | 2014-04-26 | This version is exactly the same as version 3.1, but it's been fully tested against WordPress 3.9. |
3.1 | 2014-02-26 | The calendar now adds the category slugs for each post as a class for the line of that post in the calendar. The calendar has a new option called edcal_custom_posts_public to control if the calendar shows for private custom posts or not. |
3.0 | 2013-12-17 | This version makes a few small bug fixes to work well with WordPress 3.8. This includes showing the screen options with some better formatting and deleting posts from the drafts drawer properly. |
2.9 | 2013-11-10 | Version 2.9 is another testing release. This version makes sure everything works great with WordPress 3.7.1. |
2.8 | 2013-08-18 | Version 2.8 is all about testing. This version makes sure everything works great with WordPress 3.6 and jQuery 2.0. It also has a couple of small bug fixes. |
2.7 | 2013-02-13 | The calendar is now available in Italian thanks to Lorenzo Boldorini who blogs at http://www.webqbe.it. Changed all calls of the jQuery live method to use the new on method so the calendar will keep working when WordPress upgrades to jQuery 1.9. The Mozilla team is now using the Editorial Calendar in one of their blogs and performed a security review of the calendar. They found a couple of potential issues which were fixed in this release. https://bugzilla.mozilla.org/show_bug.cgi?id=738112 The Editorial Calendar is now stripping all tags out of post titles created from the calendar. This fixes a potential security issue found by the Mozilla security testing team. https://bugzilla.mozilla.org/show_bug.cgi?id=738112 We are now preventing a potential SQL injection attack with the start date and end date filter when querying posts. This fixes a potential security issue found by the Mozilla security testing team. https://bugzilla.mozilla.org/show_bug.cgi?id=738112 We are adding an extra check to make sure that authors can't delete a post created by another author. This fixes a potential security issue found by the Mozilla security testing team. https://bugzilla.mozilla.org/show_bug.cgi?id=738112 |
2.6 | 2012-12-19 | Fixed some layout issues with the previous and next calendar buttons in WordPress 3.5. We are now properly saving new posts in the drafts drawer in WordPress 3.5. Added unit tests to cover creating a new post in the drafts drawer. Added a few performance improvements to the calendar like making sure we only load our code in the admin console. |
2.5 | 2012-08-29 | The calendar is now handling the post ID in the same way for each call it uses to get data about each post when returning post data to the calendar to avoid some PHP warnings. The calendar is now more careful about PHP warnings so it still works if the blog is set to show PHP warnings. The unit tests are now using the correct CSS reference so they show up properly. Moved the setting for the default post time to the edcal.php so it's easier to change without recompiling the JavaScript. The calendar now supports Russian thanks to Danny Zawacki and Lyudmila Kostryka. Danny blogs at http://dannyzawacki.com We have started to namespace css classes to avoid conflicts with other plugins & themes. |
2.4 | 2012-08-08 | Creating a new unscheduled draft is now working properly from the calendar. |
2.3 | 2012-07-21 | The calendar is now loading relative URLs for CSS, JavaScript, and image files using the right API so they load properly when using SSL. |
2.2.1 | 2012-07-15 | Fixed a memory leak in the calendar where the calendar doesn't load if you have too many posts in your blog. |
2.2 | 2012-07-10 | The calendar is using JavaScript compression to load less data and run faster. We've added a new mechanism to load the unscheduled drafts which spaces out the loading so the calendar responds super fast even when you have hundreds of unscheduled drafts. Added a new button to jump to the last post in the calendar. Added a namespace to fix a small issue of potential JavaScript file conflict with wp_enqueue_script(). |
2.1.1 | 2012-06-27 | Added a namespace to fix a small issue of potential javascript file conflict with wp_enqueue_script() |
2.1 | 2012-06-21 | The calendar now moves posts from the drafts drawer to the main calendar properly on blogs with the alternate functionality of the date function. The calendar can now display up to eight weeks at a time instead of just five. |
2.0 | 2012-05-17 | The calendar now has a new major feature, the "drafts drawer," a post staging area where we make all unscheduled posts available to drag onto the calendar. You can also now drag posts from the calendar back into the drafts drawer to "un-schedule" them. Moved around functions in the js and css to be a bit more readable, and added table of contents to css file. Updated css of Screen Options to be more core WordPress. |
1.9.1 | 2012-04-17 | The calendar is no longer blocking typing in the calendar quick edit dialog. |
1.9 | 2012-04-17 | We are now filtering out all posts with a status of inherit from the calendar so we don't show additional revisions. The calendar is now translated into Lithuanian. Thanks to Vincent G. from host1free.com. |
1.8.6 | 2012-02-10 | The calendar is now using the proper he_IL locale code for Hebrew instead of he. |
1.8.5 | 2012-02-10 | The calendar is now translated into Spanish. Thanks to Alberto Balsalobre Rios who blogs at Mediatripa.com. The calendar is now translated into Hebrew including right to left language support. Thanks to Meir Pinto who blogs at Pintolog. |
1.8 | 2012-01-17 | The calendar is now translated into Norwegian. The mouse wheel scrolling with the calendar is now working properly on WordPress 3.3. Previously it would only scroll up (into the past) and not down (into the future). The calendar is now translated into Japanese. Thanks to Masahiro who blogs at http://www.buslog.net. Support for WordPress version 3.3.1. |
1.7 | 2011-12-17 | Version 1.7 supports WordPress 3.3 with fixes to the date display of newly created posts and alignment and margins of each day in the calendar. The calendar is now scrolling in the right direction with the up and down arrows keys. |
1.6 | 2011-11-08 | The calendar is now setting the correct post time for manual set times at noon or midnight instead of changing it by 12 hours. The up, down, page up, and page down keys are now working properly for moving around in the text in the quick edit dialog. The calendar is now translated into Swedish. Thanks to Johan Landstrm. |
1.5 | 2011-09-29 | The post time field in the quick edit dialog is now editable so you can specify any time you want instead of having to pick in 30 minute increments. The calendar is now translated into German. Thanks to Matthias Nattke who uses the Editorial Calendar on his site Kikamagazin Bloggt. The calendar is now supporting a special post type "edcal_show_calendar_" to make sure certain custom post types don't show up in the calendar. |
1.4 | 2011-07-06 |
|
1.3.4 | 2011-03-23 |
|
1.3.3 | 2011-02-25 |
|
1.3.2 | 2011-01-13 |
|
1.3.1 | 2011-01-04 |
|
1.3 | 2011-01-03 |
|
1.2 | 2010-11-01 |
|
1.1 | 2010-10-05 |
|
1.0 | 2010-09-12 |
|
0.9 | 2010-08-06 |
|
0.8 | 2010-05-18 |
|
0.7 | 2010-04-14 |
|
0.6 | 2010-01-31 |
|
0.5.4 | 2010-01-07 |
|
0.5.3 | 2010-01-04 |
|
0.5.2 | 2010-01-04 |
|
0.5.1 | 2010-01-03 |
|
0.5 | 2010-01-03 |
|
0.4 | 2009-12-14 |
|
0.3 | 2009-11-26 |
|
0.2 | 2009-11-22 |
|
0.1 | 2009-11-16 |
|