Skip to content

Releases: publishpress/PublishPress-Future

3.1.6-beta.5

20 Dec 17:40
cd7621d
Compare
Choose a tag to compare
3.1.6-beta.5 Pre-release
Pre-release

Changelog

  • ADDED: Add a new setting to select the time format in the date picker component, #626;
  • CHANGED: Stick the library woocommerce/action-scheduler on version 3.7.0, so we don't force WP min to 6.2;
  • CHANGED: Min WP version is now 6.1, #627;
  • CHANGED: The field to select terms now expands when the user focus on it, not requiring to type a search text, #633;
  • CHANGED: Increase the limit of items displayed i nthe the field to select terms. It shows up to 1000 items now, #633;
  • FIXED: Fix support for WP between 6.1 and 6.4, #625;
  • FIXED: Fix the search of posts in the posts lists, #620;
  • FIXED: Fix classic meta box when using Classic Editor plugin with the classic editor as default, #624;
  • FIXED: Fix default date for new posts, #623;
  • FIXED: Fix the quick edit form and future action column for pages, #618;
  • FIXED: Fix support to custom taxonomies that are not showed in the Rest API, #629;

3.1.6-beta.4

18 Dec 15:30
616d2f0
Compare
Choose a tag to compare
3.1.6-beta.4 Pre-release
Pre-release

Changelog

  • ADDED: Add a new setting to select the time format in the date picker component, #626;
  • CHANGED: Stick the library woocommerce/action-scheduler on version 3.7.0, so we don't force WP min to 6.2;
  • FIXED: Fix the search of posts in the posts lists, #620;
  • FIXED: Fix classic meta box when using Classic Editor plugin with the classic editor as default, #624;
  • FIXED: Fix default date for new posts, #623;
  • FIXED: Fix the quick edit form and future action column for pages, #618;
  • FIXED: Fix support for WP before 6.4, #625;
  • FIXED: Fix support to custom taxonomies that are not showed in the Rest API, #629;

3.1.6-beta.3

15 Dec 20:45
960df64
Compare
Choose a tag to compare
3.1.6-beta.3 Pre-release
Pre-release

Changelog

  • FIXED: Fix the search of posts in the posts lists, #620;
  • FIXED: Fix classic meta box when using Classic Editor plugin with the classic editor as default, #624;
  • FIXED: Fix default date for new posts, #623;
  • FIXED: Fix the quick edit form and future action column for pages, #618;
  • FIXED: Fix support for WP before 6.4, #625;
  • ADDED: Add a new setting to select the time format in the date picker component, #626;
  • CHANGED: Stick the library woocommerce/action-scheduler on version 3.7.0, so we don't force WP min to 6.2;

3.1.6-beta.2

15 Dec 19:10
170eadd
Compare
Choose a tag to compare
3.1.6-beta.2 Pre-release
Pre-release

Changelog

  • FIXED: Fix the search of posts in the posts lists, #620;
  • FIXED: Fix classic meta box when using Classic Editor plugin with the classic editor as default, #624;
  • FIXED: Fix default date for new posts, #623;
  • FIXED: Fix the quick edit form and future action column for pages, #618;
  • FIXED: Fix support for WP before 6.4, #625;

3.1.6-beta.1

15 Dec 16:55
86b59b6
Compare
Choose a tag to compare
3.1.6-beta.1 Pre-release
Pre-release

Changelog

  • FIXED: Fix the search of posts in the posts lists, #620;
  • FIXED: Fix classic meta box when using Classic Editor plugin with the classic editor as default, #624;
  • FIXED: Fix default date for new posts, #623;
  • FIXED: Fix the quick edit form and future action column for pages, #618;

3.1.5

14 Dec 14:36
2f51578
Compare
Choose a tag to compare

Changelog

  • FIXED: Fix array_map(): Argument must be of type array, string given, #606;
  • FIXED: Remove broken and invalid setting to use classic metabox, #604;
  • FIXED: Prevent a PHP warning in the posts screen if the selected term do not exists anymore, #612;
  • FIXED: Update the ES, IT and FR translations, #609;

3.1.5-beta.2

14 Dec 13:33
b53ef97
Compare
Choose a tag to compare
3.1.5-beta.2 Pre-release
Pre-release

Changelog

  • FIXED: Fix array_map(): Argument must be of type array, string given, #606;
  • FIXED: Remove broken and invalid setting to use classic metabox, #604;

3.1.5-beta.1

14 Dec 12:39
1e5e620
Compare
Choose a tag to compare
3.1.5-beta.1 Pre-release
Pre-release

Changelog

  • FIXED: Fix array_map(): Argument must be of type array, string given, #606;

3.1.4

13 Dec 14:56
462cefc
Compare
Choose a tag to compare

Changelog

  • ADDED: Taxonomy term field now supports adding a new term by typing a new value;
  • ADDED: Add a button to toggle the calendar on the future action panels. Quick/Bulk edit are collapsed by default, #583;
  • ADDED: Display the taxonomy name in the future action panels instead of showing "Taxonomy", #584;
  • CHANGED: Refactor all the future action panels to use the same React components, fixing the inconsistency between the panels, #572;
  • CHANGED: Removed external dependency of the React Select library, using now the WordPress internal library;
  • CHANGED: In the Action field on Post Type settings, the taxonomy related actions are only displayed if the post type has any term registered;
  • CHANGED: Change the order of fields in the future action panels, moving action and taxonomy at the beginning
  • CHANGED: The method ExpirationScheduler::schedule now automatically converts the date to UTC before scheduling the action;
  • CHANGED: The action publishpressfuture_schedule_expiration now receives the date in the local site timezone;
  • CHANGED: Update the library woocommerce/action-scheduler from 3.6.4 to 3.7.0;
  • CHANGED: Future action data stored in the args column on the table _ppfuture_action_args is now camelCase;
  • CHANGED: Change the Database Schema check to verify and display multiple errors at once. The Fix Database should fix them all;
  • DEPRECATED: Deprecate the calss Walker_PostExpirator_Category_Checklist;
  • DEPRECATED: Deprecate the function postexpirator_get_post_types, moving the logic to the model PostTypesModel;
  • FIXED: Fix fatal error when clicking on "Post Types" tab in the settings when using PT-Br language, #567;
  • FIXED: Stop hardcoding the DB engine when creating the table for action arguments, #565 [Thanks to @dave-p];
  • FIXED: Simple quotes were not being removed from the future action date offset setting, #566;
  • FIXED: Update Spanish, Franch and Italian translations, #551;
  • FIXED: Improved data sanitization on the plugin, #571;
  • FIXED: Fix consistency on data saved on post meta from different editors, quick-edit and bulk-edit. Specially related to the post meta "_expiration-date-options", #573;
  • FIXED: Strange years value in the date selection, #568;
  • FIXED: Fix the action "Remove selected term" for authors role, #550;
  • FIXED: Fix the post type settings page not loading the saved settings after a page refresh triggered by the save button, #576;
  • FIXED: Fix PHP warning: Creation of dynamic property $hooks in NoticeFacade.php, #580;
  • FIXED: Fix call to undefined function ...Expirator\Adapters\as_has_scheduled_action, #574
  • FIXED: Fix PHP warning: Class ...Expirator\Models\DefaultDataModel not found in ...legacy/deprecated.php, #582;
  • FIXED: Update the X/Twitter icon on the footer of admin pages, #583;
  • FIXED: Fix the use of custom taxonomies on the future action panels, #585;
  • FIXED: Fix call to the method `manageUpgrade on ...Core\Plugin;
  • FIXED: Fix action for deleting posts without sending to trash, #593;
  • FIXED: Fix action that sends a port to trash, to trigger the expected actions, #597;
  • FIXED: Fix empty cells on Actions table when Pro plugin is uninstalled and Free is activated, #595;
  • REMOVED: Internal function postexpirator_add_footer was removed, and the footer is now handled in the ContentController class;
  • REMOVED: Internal function postexpirator_get_footer_text was removed;

3.1.3

09 Nov 16:11
b7e84bc
Compare
Choose a tag to compare

Changelog

  • FIXED: Fix JS error Cannot read properties of undefined (reading ‘length’) on the block editor, #561;