Added: Click any empty area of a calendar date to open a popup that creates a new post scheduled for that day and time, with an inline title input and “Create New Post” button (AJAX, no page reload until success)
1758730471 – September 24, 2025
Fixed: Calendar redirect now properly checks for URL parameters to prevent unwanted redirects when parameters are present
1758570842 – September 22, 2025
Added: Full translation support for all text strings including month names, day abbreviations, and “Move to” text
Added: Proper WordPress internationalization for date and time formatting using date_i18n()
Added: Localized JavaScript strings for mini calendar month names, day names, and AM/PM text
Added: Translatable “at” word between date and time in popup calendar buttons
Added: Support for both draft and pending posts in the drafts view
Added: Status column in drafts view to distinguish between draft and pending posts
Added: Translatable tooltip on month title with “Click to return to the current month” instruction
Fixed: Time picker now properly respects WordPress time format settings (24-hour vs 12-hour)
Fixed: Mini calendar button text formatting to properly display date and time without parsing errors
Fixed: “Add Post” button text now uses proper post type labels instead of hardcoded capitalization
Improved: All hardcoded strings are now wrapped with WordPress translation functions
Improved: JavaScript localization uses wp_localize_script() for proper server-side translation
1758125579 – September 17, 2025
Fixed: Edit links in drafts view now properly navigate to post edit screen
Added: Color legend on calendar view showing published (green) and scheduled (yellow) posts
Added: HTML5 color picker settings for customizing published and scheduled post colors
Added: Dynamic text contrast – automatically uses light or dark text based on background color brightness for accessibility
Added: “Calendar as Default View” setting to make calendar the default view for all enabled post types
Added: Welcome box on calendar view with helpful usage instructions
Added: Welcome box on settings page explaining plugin features
Added: Hide/show functionality for welcome boxes with info icon toggles
Added: Settings link in plugin actions on plugins page
Improved: Consolidated CSS styling – both welcome boxes now share the same professional appearance
Improved: Post type filtering now only shows post types that use standard edit.php interface
Improved: All interactions use clean postback methods instead of JavaScript for better reliability