Skip to content

v3.4.1

Compare
Choose a tag to compare
@andergmartins andergmartins released this 19 Jul 19:30
· 977 commits to master since this release
6c30d67
  • Fixed: Fix the visual feedback for the calendar items drag and drop, #881;
  • Fixed: Fix the publishing time field in the calendar form to display the default publishing date, #882;
  • Fixed: Fix post creation capability check before allowing to create posts in the calendar, #799;
  • Fixed: Fix publishing capability check before allow to create posts with "publish", "future", "private" statuses, #825;
  • Fixed: Fix edit other posts capability check before allow to set a different author for the post, #834;
  • Fixed: Fix capabilities check before displaying the links in the footer of the items popup on the calendar, #887;
  • Fixed: Fix post subscribe capability check before displaying the option to "Notify me" in the item popup on the calendar, #886;
  • Fixed: Fix edit posts permission before allowing to move items in the calendar, #891;
  • Fixed: Fix PHP warning: Invalid argument supplied for foreach(), #828;
  • Fixed: Fix the default selected status in the post creation form on the calendar, #893;
  • Fixed: Fix the "load more" behavior and links when the calendar is configured to display "All posts", #897;
  • Fixed: Fix the drag and drop behavior in the calendar to trigger WP hooks after updating the post, #895;
  • Fixed: Make the calendar string "Click to add" translatable, #883;
  • Fixed: Fix border of calendar cells on Firefox, #901;
  • Fixed: Fix date identified on clicking the calendar cell to create new posts, compensating the timezone, #903;
  • Fixed: Fix the post type selection for new posts created on the calendar, #904;
  • Fixed: Fix the format of the post date on the calendar popup, #905;
  • Fixed: Fix the format of the date on the title of the post form on the calendar, #906;
  • Fixed: Fix the JS error that the form in the calendar throws if the user can edit only one post type, #907;
  • Fixed: Fix the translation for the private taxonomies: "pp_usergroup", "pp_notify_email", "pp_notify_role" and "pp_notify_user", #908;
  • Fixed: Fix the click event over the "Click to add" label;