- Version
- Download 50
- File Size 1.79 MB
- File Count 1
- Create Date November 8, 2023
- Last Updated August 10, 2024
PublishPress Future Pro v3.4.3
Changelog
## [3.4.3] - 06 Aug, 2024
### Added
- Add new date source for using the current step running time, #39
- Add notice when auto layout starts, #41
- Add option to enable experimental features in the settings (requires a constant to be defined)
- Improve debugging by adding support to send queries, emails, and errors to Ray after the trigger is called
### Changed
- Removed icon from the "PublishPress Future" metabox in the block editor, #821
- Changed the title of the "Workflow Manual Trigger" metabox to "Action Workflows", #821
- Remove workflow screenshots from post attachments, #42
### Fixed
- Categories sometimes appears as number in the workflow editor, #789
- Custom code to move posts to a custom status do not work using legacy expireType, #877
- Fix legacy expireType param values for custom statuses when using custom code to schedule actions, #38
- Unselect any previously selected steps in the workflow editor when loading a workflow
- Fix the source of the date used in the Schedule step by utilizing the value stored in the global variables. This enhancement enables referencing the original trigger date, #39
- Remove the workflow post type from the Post Types settings tab, #838
- Update translation files
- Only load the quick-edit script if in the post list screen
- Fix quick edit action box to use the filter to hide action box when deactivated for the post type, #884
- Fixed the database schema check to also check the debug log table, #887
- Fixed the database schema check to check the table indexes, #887
[3.4.2] - 15 Jul, 2024
### Added
- Add the current date and time to date preview in the date/time offset setting field, #840
- Add new tips to the inserter in the workflow editor
- Add double-click behavior to the steps in a workflow to load the settings sidebar
### Fixed
- Fix the UserResolver to accept empty user when a user is not logged in, #832
- Remove deprecated constant FILTER_SANITIZE_STRING
- Optimized the date/time offset validation requests in the Post Types settings, #840
- Fix error message in the date/time offset setting field, #841
- Fix translations for ES, FR, and IT, #699, #859
- Fix user capabilities check in the block editor, #727
- Fix error when selecting Query Posts step in the workflow editor and Advanced Settings is not enabled, #850
- Fix inserter and sidebar in the workflow editor, ensuring they are not visible at the same time, #740
- Fix the vertical size of the inserter and scroll on small screens, #740
- Fix the scroll position in the settings sidebar when it opens, #855
- Fix step description for the Future Actions trigger, #31
- Fix the workflow editor layout for WordPress 6.6, #863
[3.4.1] - 26 Jun, 2024
Added
- Implement the post_id attribute to the futureaction shortcode, #814
- Add post permalink variable in the workflow and implement variable resolvers
- Display the data flow panel for selected nodes in the advanced mode in the workflow editor
- Add notices to the workflow editor when the workflow is saved
- Add the list of available properties to the data flow panel in the workflow editor when hovering over a input/output in the panel
- Add the trigger's name in the Scheduled Actions list, #829
- Add the title and link to the post in the Scheduled Actions list for actions added by a workflow and triggered by a post, #829
- Add the trigger's slug to the global variables in a workflow
Fixed
- Fix some translations in ES, FR, and IT languages, #798
- Fix “no future actions” message in the scheduled actions list, #788
- Try to avoid fatal error for wrong argument counting
- Minor issues pointed by PHPCS
- Fix warning in the args column on scheduled actions list
- Fix marker end on edges in the workflow to show the arrow
- Remove broken connections when the workflow is loaded
- Fix the vertical position of the workflow editor loading message
- Fix text
- Fix bug on scheduling action based on post date
Changed
- Improve loading message for the workflow editor
- Improve text of many strings in the workflow editor
- Improve text for the "Schedule" step fields
- Improve the help text for the priority field
- Update the help text of the "Prevent duplicate scheduling" setting
- Update language files
- Update composer files for dev dependencies
- Optimize the workflow editor script size by removing unused validation libs
- Moved the Step Data Flow panel from the developer mode to the advanced mode
- Improve visualization of available variables on the selected step
- Moved the global variables to the Step Data Flow panel
- Change the method signature of `parseNestedVariableValue` in the `PublishPressFutureProModulesWorkflowsInterfacesWorkflowVariablesHandlerInterface` interface to accept mixed in the second argument
= [3.4.0.1] - 20 Jun, 2024 =
* 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 `PublishPressFutureModulesExpiratorInterfacesActionArgsModelInterface` 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;
= [3.3.1] - 19 Mar, 2024 =
* ADDED: Add validation for the date and time offset in the settings page, #683;
* ADDED: Add form validation to the settings panel;
* ADDED: Add form validation to the metabox panel;
* ADDED: Add a date preview to the date/time offset setting field;
* ADDED: Add translation comments strings with arguments;
* CHANGED: The actions to move posts to another status where grouped in a single action, with a dropdown to select the status, #668;
* CHANGED: The actions "draft", "private" and "trash" are deprecated in favor of "change-status", #668;
* CHANGED: The metadata hash key has now a prefix "_" marking it as a private key, #695;
* CHANGED: Improved the name of some actions;
* CHANGED: Change the label of the field to select terms when "Replace all terms" is selected, #664;
* CHANGED: Block editor script now loads in the footer;
* FIXED: Make it impossible to choose dates in the past, #443;
* FIXED: Enter key submits quick-edit panel when selecting a taxonomy term, #586;
* FIXED: The name of the taxonomy in the actions field is now updated in the settings panel when the taxonomy is changed, #676;
* FIXED: Possible to add an action using an empty category setting, #587;
* FIXED: Fix language files for ES, IT, FR, #685;
* FIXED: Fix inconsistent text in the filter for "Pending" actions, #673;
* FIXED: Improve the message when no actions are found: "No Future Actions", #666;
* FIXED: Escape string in a exception message;
= [3.2.2] - 13 May 2024 =
* Free version updates