Skip to content

3.4.0.1

Choose a tag to compare

@andergmartins andergmartins released this 20 Jun 22:06
57b5398

Changelog

  • FIXED: Fix fatal error for low-level users when PublishPress menu is not available, #803;
  • FIXED: Fix wrong action date on the future action panel, #802;
  • CHANGED: The interface PublishPress\Future\Modules\Expirator\Interfaces\ActionArgsModelInterface has changed:
    • Method setCronActionId now returns void instead of ActionArgsModelInterface;
    • Method setPostId now returns void instead of ActionArgsModelInterface;
    • Method setArgs now returns void instead of ActionArgsModelInterface;
    • Method setArg now returns void instead of ActionArgsModelInterface;
    • Method setCreatedAt now returns void instead of ActionArgsModelInterface;
    • Method setEnabled now returns void instead of ActionArgsModelInterface;
    • Method setScheduledDate now returns void instead of ActionArgsModelInterface;
    • Method setScheduledDateFromISO8601 now returns void instead of ActionArgsModelInterface;
    • Method setScheduledDateFromUnixTime now returns void instead of ActionArgsModelInterface;
    • Method convertUnixTimeDateToISO8601 is now public;
    • Method convertISO8601DateToUnixTime is now public;