PublishPress Future Pro Nulled ushers in an era of advanced content scheduling for WordPress, giving website managers unparalleled control over when and how content is published or expired.
PublishPress Future Pro is a game-changer for WordPress site management, offering powerful scheduling options that go beyond the basic publish and unpublish functionalities. It’s designed for site administrators who need to keep their content fresh and updated without constant manual oversight.
This premium tool provides an intuitive interface that integrates seamlessly with the WordPress dashboard, allowing for sophisticated content lifecycle management. Users can schedule posts to publish in the future, but they can also automate content removal or changes, ensuring that the website’s content remains relevant and up-to-date.
Features: Streamlined Scheduling and Content Management
- Automated Post Expiry: Set a future date for content to automatically unpublish, making it easy to handle time-sensitive material.
- Flexible Scheduling Options: Plan not only when posts go live but also when they should be drafted, trashed, or modified.
- Recycling Posts: Automatically reset posts to republish on a recurring basis, perfect for evergreen content.
- Category and Tag Replacement: Configure posts to change categories or tags upon expiry, aiding in dynamic content organization.
- User Notifications: Keep authors and administrators informed with automated notifications about post status changes.
- Visibility Control: Adjust who can see the content based on date, user role, or custom conditions, enhancing content accessibility.
- Compatibility with Custom Post Types: Works seamlessly with a wide range of content types beyond standard posts and pages.
Setting New Standards in Content Timing and Control
PublishPress Future Pro sets new standards for managing the ebb and flow of website content. By equipping WordPress users with sophisticated timing and automation tools, it ensures that your site remains dynamic, engaging, and relevant without the need for constant manual updates.
In an online world where timing is everything, PublishPress Future Pro is an indispensable ally. It gives you the power to not just schedule content, but to orchestrate an entire content lifecycle strategy effortlessly. Whether you’re managing a news portal with time-sensitive articles, a promotional site with regular campaign updates, or any other content-heavy website, the PublishPress Future Pro Free Download plugin is your key to staying ahead in the ever-evolving digital content race.
Changelog -------------------------------------- ## [4.2.0] - 09 Dec, 2024 ### Added - Add new admin page to export and import workflows and plugin settings (Issue #704). - Add global variable `global.execution_id` to the workflow engine to identify the current execution of the workflow. - Add setting fields to customize the metabox title and checkbox label (Issue #227). - Add method `disableExpiration` to the class `PublishPress\\Future\\Modules\\Expirator\\Models\\ExpirablePostModel`. - Add `*` to indicate required fields in the workflow editor (Issue #974). - Add new setting to disable/enable the screenshot feature in the workflow editor (Issue #1066). - Add new Custom Data option to "Ray - Debug step" to debug custom expressions on workflows (Issue #1067). - Add support to metadata when evaluating expressions in a workflow. Post, site, user and workflow (post) metadata are now available when evaluating expressions (Issue #1069). - Add support to custom email addresses using the post metadata when sending emails in a workflow (Issue #939). ### Changed - Move notification settings to a specific tab (Issue #190). - Disable the workflow screenshot feature by default (Issue #1066). - Changed the Message field in the "Log - Add" step displaying a textarea instead of a text field (Issue #1068). - Changed the Custom Email Addresses field in the Send Email step to be a textarea (Issue #939). - Changed the Subject field in the Send Email step to be a textarea (Issue #939). - Set the default value of Email Recipient on Send Email step to Site Admin (Issue #1071). ### Fixed - Do not remove expiration post meta when clearing the scheduled action (Issue #1053). - Fix DB error when deleting orphan scheduled steps (Issue #1060). - Potential fix for DOM text reinterpretation as HTML issue. - Fix error when a trigger node type is not found. - Fix warning PHP Deprecated: ltrim(): Passing null to parameter #1 ($string) of type string on the Scheduled Actions table. - Fix error on table ScheduledActionsTable refactoring calls to `next` instead of `get_date`. - Fix displaced labels for checkboxes in the Future Actions metabox and manual workflow activation checkbox (Issue #1057). - Fix translations for user roles in the plugin settings page (Issue #1050). - Fix error on Post Status filter in the Post Updated trigger (Issue #1074). ## [4.1.1] - 12 Nov, 2024 ### Fixed - Fix the layout of inserter in the workflow editor for WP 6.7 (Issue #1025). - Fix the layout of the top toolbar in the workflow editor for WP 6.7 (Issue #1028). ### Changed - Minimum required version of WordPress is now 6.7. - Minimum required version of PHP is now 7.4. ## [4.1.0] - 11 Nov, 2024 ### Added - Add more detailed debug logs to the workflow engine (Issue #724). - Add button to copy the debug logs to the clipboard (Issue #724). - Add "Published" status to the legacy expiration statuses (Issue #1023). - Add new workflow step to write a log message (Issue #690). ### Fixed - Fixed the timezone in the default date applied from default action time (Issue #1005). - Fixed the timezone in the date preview (Issue #1004). ### Changed - Improved the debug log viewer adding text to a textarea (Issue #724). - Improve the debug log viewer adding a button to download the entire log or copy it to the clipboard (Issue #724). - The debug log viewer now automatically scrolls to the bottom when the page loads (Issue #724). - Deprecate the class `PublishPress\\Future\\Modules\\Debug\\Debug` and use the logger facade instead. - Better handling of the exceptions and errors thrown by the plugin. - Removed the admin submenu item "Scheduled Actions" and added a button in the workflows list screen (Issue #1022). - Removed the "post-expirator-debug.php" file which is no longer used. ### Developers - Add new class `PublishPress\\Future\\Framework\\System\\DateTimeHandler` to handle date and time operations. - Change the REST API `/settings/validate-expire-offset` endpoint return value renaming `preview` to `calculatedTime`. - Change the REST API `/settings/validate-expire-offset` endpoint to log an error message when the offset is invalid. - Add `DateTimeHandlerInterface` as dependency to the class `PublishPress\\Future\\Modules\\Expirator\\Models\\PostTypeDefaultDataModel`. - Add `LoggerInterface` as dependency to the class `PublishPress\\Future\\Modules\\Expirator\\Module`. - Add `DateTimeHandlerInterface` as dependency to the class `PublishPress\\Future\\Modules\\Expirator\\Module`. - Deprecated the constant `PublishPress\\Future\\Core::ACTION_ADMIN_ENQUEUE_SCRIPT` in favor of `PublishPress\\Future\\Core::ACTION_ADMIN_ENQUEUE_SCRIPTS`. - Remove the action `publishpressfuture_workflow_engine_running_step` from the workflow engine. - Add new methods to the class `PublishPress\\Future\\Framework\\Logger\\Logger` to retrieve the log count, the log size, and to fetch the latest logs. - Node runner processors now accept a branch argument to get the next steps and run the next steps.