You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CHANGED: Improve the label for the terms field in the block editor panel, #483;
CHANGED: Merge the settings tabs "Diagnostics" and "Tools", #501;
CHANGED: Update the .pot file;
CHANGED: Renamed the settings tab "Defaults" to "General";
CHANGED: Added some instructions comments to translators;
CHANGED: The default date interval for global and post type settings now only accepts EN format, $495;
CHANGED: Add log message when date time offset is invalid when trying to schedule a future action;
CHANGED: Change the date format on "Scheduled Date" column in the Future Actions list to use the site timezone and not GMT date. GMT date is now displayed on the tooltip;
CHANGED: Changed text and buttons labels on Diagnostics and Tools settings tab, #506;
CHANGED: Add method getExpirationDateAsUnixTime to the ExpirablePostModel class;
CHANGED: Changed method getTitle on ExpirablePostModel to return title from args if post is not found anymore;
CHANGED: Changed method getPostType on ExpirablePostModel to return post type from args if post is not found anymore;
DEPRECATED: The methods getDefaultDate and getDefaultDateCustom on SettingsFacade class are deprecated;