Upstreamplugin UpStream Versions Save

UpStream is a project management plugin that allows you to manage any type of project from inside your WordPress site.

1.29.5

4 years ago
  • Fixed potential XSS vulnerability with certain fields
  • Fixed milestone counts on sidebar
  • Completed model fields, added saving (not currently used)
  • Added filters for customizing nav bar

1.29.2

4 years ago

= [1.29.2] - 2019-10-17 =

  • Fixed fatal error in update

= [1.29.1] - 2019-10-16 =

  • Fixed permissions bug for custom fields
  • Fixed client ID bug

= [1.29.0] - 2019-10-15 =

  • Added support for advanced permissions
  • Fixed javascript bug in upstream.js
  • Add new model, which will be used for future updates
  • Added significant caching for performance

1.28.0

4 years ago

This version contains the following:

  • Fixed various bugs with timezones
  • Added emailing users if a comment is placed on their item
  • Added email notifications on a certain date
  • Fixed various bugs with email notifications

1.27.2

4 years ago

This version contains several fixes for compatibility with new CMB2, jQuery, etc.

1.26.0

4 years ago

Changelog

  • Fixed date sorting in the projects list;
  • Added optional category support for milestones;
  • Fixed the return value of upstream_disable_bugs() to always return a boolean value;
  • Removed the link from the "All Projects" menu in the front-end. Now it opens the submenu correctly;
  • Added color to milestones and milestone categories. Milestone category's color is used as default color for child milestones;
  • Added option to show all the projects in the left sidebar on the front-end;
  • Fixed the return value of getProjectId() to always return an integer;
  • Added methods to the Milestone class: isInProgress, isUpComing, isCompleted;
  • Fixed datepicker's z-index in the front-end;
  • Added the project id as passed argument to the action upstream_single_project_section_*;
  • Added action to enqueue assets in the front-end;
  • Fixed an error in the front-end related to UpStream_View class not being found;
  • Added action to inject custom content before the front-end pagel
  • Added new filters to whitelist styles or scripts in the front-end, avoiding to dequeue them;
  • Fixed Clients admin page to not break when Custom Fields add-on is not installed;
  • Changed notifications to email all project's users for new comments/discussions;

1.25.1

4 years ago

Changelog

  • Fixed the default value for the Show Users Names setting;

1.25.0

4 years ago

Changelog

  • Added automatic status change for tasks based on specific percentage and vice-versa;
  • Fixed number of active tasks for the user in the frontend;
  • Added option to show usernames instead of avatars in the frontend;
  • Added custom fields to clients;

1.24.4

4 years ago

Changelog

  • Fixed the order of milestones on tables;
  • Fixed Start and End date fields allowing both to have the same date;
  • Fixed project progress for tasks without a milestone;
  • Fixed project sorting by progress;
  • Fixed overview data when project is in draft status;
  • Fixed the filter by client to accept space;
  • Fixed output date to count the timezone offset;
  • Implemented 'export-as' attribute for table columns allowing to split and export data from columns with more than one information;
  • Fixed sortable behavior for Start and End columns;
  • Fixed consistency in the way we sort tasks and bugs in the admin, using drag-and-drop like on milestones;
  • Added a text to display how many search results were returned in the front-end;
  • Added a lock in the frontend when another user is editing a task or milestone to avoid overwrite changes [by oraclerob];

1.24.3

5 years ago

Changelog

  • Fixed PHP warning: array_merge(): Argument #2 is not an array;
  • Fixed the discussion metabox being displayed by default in the Milestone screen;
  • Changed the way to reorder Milestones in the admin, removing the buttons and adding a drag-and-drop behavior;
  • Fixed support for multisites;
  • Fixed missed users when exporting projects;
  • Fixed PHP warning regarding undefined stdClass::$delete_posts in the Milestones screen;
  • Fixed PHP warning when a milestone is created without any assigned user;
  • Replaced "Tick" with "Check" on some strings;
  • Fixed image in the special discount box;

1.24.2

5 years ago

Changelog

  • Added column for Milestone Color;
  • Added 2 new filters to control weather to display the overview and detail sections: upstream_display_overview_section, upstream_display_details_section;
  • Fix the sortable behavior for milestones in the frontend;
  • Fixed datepicker icons;
  • Fixed datepicker fields to avoid invalid dates in milestones;
  • Fixed the JS and CSS assets being loaded in too many admin pages;
  • Fixed PHP errors;
  • Fixed Milestone ordering;