Constellation Client Portal

Descripción

Turn your WordPress site into a professional client portal and streamline your operation. Create private pages for your clients, customers, and team members. Grant them access to private documents, files, and invoices in one, central location.

Upgrade to the Pro version and integrate with WooCommerce to accept payments for invoices and services.

Features

  • Create private pages for your clients, customers, and team members.
  • Create private invoices and files for your clients and display them on private client pages, with simple to use shortcodes.
  • Prevent direct access to client files by users, search engines, and bots.
  • Assign WordPress users to Companies.
  • Assign users (example: consultants) to multiple companies to allow them to access files that are assigned to different companies.
  • Easily add curated lists of invoices and documents to client pages via simple to use shortcodes.

Pro

  • Automatically redirect clients to their private client page at login (optional login redirect setting).
  • Integrate your invoices with WooCommerce and add a pay button to your unpaid invoices, and accept payments from your customers and clients (requires WooCommerce).
  • Automatically send email notifications to clients when a new File or Invoice post is created.
  • Automatically send reminder email notifications on a schedule.
  • Add due dates and past due notices to invoices and files.
  • Further restrict file and invoice access within a company by user and role.
  • Restrict file and invoice category access by user and role.
  • Add internal notes to File and Invoice posts.
  • Export file and invoice lists to CSV.

Use Cases

Constellation Client Portal has a wide array of functionality to help you interface with your clients, customers, team members, tenants, or group. It’s professional, extendable, and versatile and can integrate with many operations and workflows.

Example Use Case Areas

  • Businesses and Professionals – Interface with clients, customers, employees, contractors, and vendors.
  • Freelancers – Interface with clients, customers, contractors, and vendors.
  • Project Managers / Teams – Interface with stake holders, contractors, project members, and vendors.
  • Teams – Interface with team members, staff, affiliates, vendors, and contractors.
  • Groups and Organizations – Interface with group members, and other affiliates.

Shortcodes

Unpaid Invoice List

[accp_clientinvoices invoice_status=»unpaid»]

Paid Invoice List

[accp_clientinvoices invoice_status=»paid»]

Invoice Shortcode Parameters

  • invoice_status this is the payment status of the invoice. Accepted Values: “paid” or “unpaid”. Default: “unpaid”.
  • display_number this is the number of posts per page. Accepted Values: any positive whole number. Default: -1 (which displays all posts returned in a query).
  • order_by this allows for lists to be sorted by post title instead of date. Accepted Values: “title” or “date”. Default: “date”.
  • order this allows the sort order to be changed. Accepted Values: “ASC” or “DESC”. Default: “DESC”.
  • show_excerpt this allows for a post excerpt to be displayed with each list item. Accepted Values: “true” or “false”. Default: “false”.
  • excerpt_length this allows you to constrain the number of words, “show_excerpt” is set to “true”. Accepted Values: any positive whole number. Default: null.
  • show_thumbnail this allows the featured image to be displayed with each list item (if a featured image is set). Accepted Values: “true” or “false”. Default: null.
  • thumbnail_size this allows you to choose an image size if the “show_thumbnail” attribute is set to “true”. Accepted Values: any valid thumbnail slug that is available in your theme (ex. “full”). Default: null.
  • align_thumbnail this allows the thumbnail image alignment to be set if the “show_thumbnail” attribute is set to “true”. Accepted Values: “center”, “left”, “right”, “float-left”, or “float-right”. Default: null.
  • show_post_date this allows for the WordPress post date to be displayed with each item in a list. Accepted Values: “true” or “false”. Default: “false”.
  • list_id this can be useful for development when you have multiple lists on the same page (ex. this could be helpful when creatig paginated lists on the same page). Accepted Values: any whole positive number that is unique on the page. Default: null
  • categories Accepted Values: this can be entered as an Invoice Category Slug or ID, or a combination of those. Separate multiple values with a comma (ex. “21, category-a”). Default: null.
  • link_title Accepted Values: “nolink”. Adding this parameter and setting the value to «nolink» will remove the href from post titles in the list and make them unclickable. Default: null.
  • id Accepted Values: any valid HTML ID attribute name. Default: null.
  • class Accepted Values: any valid HTML class attribute name or names (separate multiple class names with a space). Default: null.

Pro Invoice Shortcode Parameters

  • display_pay_btn this will display a pay button if the “invoice_status” attribute is set to “unpaid” and a WooCommerce product id has been entered in the invoice. Accepted Values: “true” or “false”. Default: “false”.
  • due_date this will display the due date if a due date has been entered in the invoice. Accepted Values: “true” or “false”. Default: “false”.
  • past_due_notice this will display a “Past Due” label for each item that has a status of “unpaid” and the current date is after the “due_date”. Accepted Values: “true” or “false”. Default: “false”.
  • exclude_user this allows you to prevent specific users, within an assigned company, from viewing items in the list. Accepted Values: the WordPress user ID(s). Separate multiple values with a comma (ex. “21, 45”). Default: null.
  • exclude_role this allows you to prevent specific roles, within an assigned company, from viewing items in the list. Accepted Values: the WordPress role name. Separate multiple values with a comma (ex. “Subscriber, Editor”). Default: null.

Document/File List

[accp_clientfiles]

File Shortcode Parameters

  • categories Accepted Values: this can be entered as a File Category Slug or ID, or a combination of those. Separate multiple values with a comma (ex. “21, category-a”). Default: null.
  • display_number this is the number of posts per page. Accepted Values: any positive whole number. Default: -1 (which displays all posts returned in a query).
  • order_by this allows for lists to be sorted by post title instead of date. Accepted Values: “title” or “date”. Default: “date”.
  • order this allows the sort order to be changed. Accepted Values: “ASC” or “DESC”. Default: “DESC”.
  • show_excerpt this allows for a post excerpt to be displayed with each list item. Accepted Values: “true” or “false”. Default: “false”.
  • excerpt_length this allows you to constrain the number of words, “show_excerpt” is set to “true”. Accepted Values: any positive whole number. Default: null.
  • show_thumbnail this allows the featured image to be displayed with each list item (if a featured image is set). Accepted Values: “true” or “false”. Default: null.
  • thumbnail_size this allows you to choose an image size if the “show_thumbnail” attribute is set to “true”. Accepted Values: any valid thumbnail slug that is available in your theme (ex. “full”). Default: null.
  • align_thumbnail this allows the thumbnail image alignment to be set if the “show_thumbnail” attribute is set to “true”. Accepted Values: “center”, “left”, “right”, “float-left”, or “float-right”. Default: null.
  • show_post_date this allows for the WordPress post date to be displayed with each item in a list. Accepted Values: “true” or “false”. Default: “false”.
  • list_id this can be useful for development when you have multiple lists on the same page (ex. this could be helpful when creatig paginated lists on the same page). Accepted Values: any whole positive number that is unique on the page. Default: null.
  • link_title Accepted Values: “nolink”. Adding this parameter and setting the value to «nolink» will remove the href from post titles in the list and make them unclickable. Default: null.
  • id Accepted Values: any valid HTML ID attribute name. Default: null.
  • class Accepted Values: any valid HTML class attribute name or names (separate multiple class names with a space). Default: null.

Pro File Shortcode Parameters

  • due_date this will display the due date if a due date has been entered in the file. Accepted Values: “true” or “false”. Default: “false”.
  • past_due_notice this will display a “Past Due” label a due date has been entered, and the current date is after the “due_date”. Accepted Values: “true” or “false”. Default: “false”.
  • exclude_user this allows you to prevent specific users, within an assigned company, from viewing items in the list. Accepted Values: the WordPress user ID(s). Separate multiple values with a comma (ex. “21, 45”). Default: null.
  • exclude_role this allows you to prevent specific roles, within an assigned company, from viewing items in the list. Accepted Values: the WordPress role name. Separate multiple values with a comma (ex. “Subscriber, Editor”). Default: null.

Company Menu (Pro)

[accp_company_menu]

Company Menu Shortcode Parameters

  • excluded_page_ids – this allows for pages that are assigned to a given company to be excluded from the company menu. Accepts a comma separated list of Client Page ID’s. Default = null.
  • list_style – this allows the UL orientation to be change. Accepts ‘vertical’ or ‘horizontal.’ Default = horizontal.
  • align – this allows for the menu alignment to be set. Accepts ‘left,’ ‘right,’ or ‘center.’ Default = left.

Documentation

  • Quick Start Guide – Follow the quick start guide to quickly set up the initial foundation for your client portal.
  • Plugin Documentation – View the plugin documentation for other helpful information.

Support

Email technical support is provided for active Pro licenses only.

If you have installed the free version, or do not currently have an active Pro license, you can still view the support forum, and/or post to the forum by registering and logging in.

Capturas

  • Current invoice list (list of invoices to be paid).
  • Paid invoice list.
  • Document/file list.
  • Plugin settings (core).
  • Pro plugin settings (additional pro features).
  • Invoice post settings.
  • Pro invoice post settings (additional pro features).
  • File post settings.
  • Pro file post settings (additional pro features).
  • Company settings.
  • Company page settings.
  • Email notification settings (pro feature).

Instalación

Automatic Install

  1. In the WordPress Admin section, navigate to Plugins.
  2. Click Add New and select your plugin zip package.
  3. Click Install.
  4. Finally, click Activate when the plugin is installed.

Manual Install

  1. Extract your plugin zip file.
  2. Using an ftp program, open your wp-content/plugins directory.
  3. Upload the uncompressed plugin folder to the wp-content/plugins directory.
  4. In the WordPress Admin section, navigate to Plugins.
  5. Locate the Constellation Client Portal plugin and click Activate.

FAQ

Can I use this plugin without installing WooCommerce?

Yes. WooCommerce is not required, but the Pro version of the plugin does integrate with WooCommerce to allow invoice payments to be processed (optional setting).

Can I provide private files and documents for my clients to access and download?

Yes. Constellation Client Portal is designed to allow you to post files and documents for your clients that only a specific client has access to. Anyone who has not been granted access to a specific client page or file will not be able to view that asset.

Can I provide private posts and information to my clients?

Yes. The client files and invoices allow you to upload/attach files (optional), as well as post freeform content via a WYSIWYG post editor.

Can I only display client pages to a specific client when they are logged into my site?

Yes. By default only users that are logged in have access to client pages and files. Further, only users that have been added to a specific company, are able to view pages and files for that company.

Can I automatically redirect clients to their client page when they log into my site?

Yes. The Pro version allows you to enable automatic login redirection and choose to redirect clients to their respective client page when they log in. This option should only be enabled if you do not already have login redirection enabled through another plugin.

Can I automatically change an invoice status to paid when an order is paid in WooCommerce?

Yes. The Pro version allows you to enable functionality that automatically changes an invoice status to paid when it is paid in WooCommerce, or when the WooCommerce order status changes to «commpleted» (depending on your preference).

Can I restrict access to specific documents and pages for specific users or roles?

Yes. The Pro version allows for more granular access restriction by specific user or role.

Can I add file and invoice shortcodes to any WordPress page or post?

No. In order to provide better access restriction, file and invoice shortcodes can only be added to Client Pages, which are in turn assigned to specific companies/users.

Can I customize the layout and design of client pages?

Yes. Client pages can be laid out and designed like any other page in WordPress.

Will my theme’s page builder work with client pages?

This is dependent on the theme, and Constellation Client portal has no control over this functionality. However, some themes may work out of the box with client pages. If your theme’s page builder does not work with client pages, check with the theme developer to see if they have a method for extending the page builder to custom post types (the client page post type is «accp_client_pages»).

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Constellation Client Portal» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Constellation Client Portal» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.5.8 (Pro) – 2023-6-1

  • Fix: Updated the pro public facing functions to check for WooCommerce to prevent errors if WooCommerce is not installed/active.
  • Feature: Added global page functionality that allows client pages to be accessed by multiple companies.
  • Update: Updated add functionality to allow global pages to be created in the client page quick-create section with company edit pages.
  • Update: Updated the client page post meta save functionality to exit early on new, unsaved posts to clear notices related to the post object not yet existing.

1.5.8 (Core) – 2023-6-1

  • Update: Relocated select2 script related to the company select field within client pages from the pro admin js file to the core admin js file for UI consistency.
  • Improvement: Improved the client page quick-create functionality within company edit pages.
  • Improvement: Added functionality to remove assigned companies from user profiles when the company posts are permanently deleted in WP.
  • Fix: Fixed issue preventing client company posts from being permanently deleted via the WP list table bulk actions.
  • Improvement: Updated the company and additional company select fields/functionality in user profile edit pages to include all post statuses in the select fields (not just published companies) to accommodate more customer workflows.
  • Improvement: Added a new Assigned Companies column to the WP user list table to allow users to quickly see company assignments at a glance.
  • Improvement: Updated the client information section within WP Admin user profile edit pages. Also added tooltips to provide better contextual information.
  • Update: Made minor update to improve the new user creation process when creating a new company.

1.5.7 (Pro) – 2023-5-1

  • Update: Fixed visibility issue with the due date datepicker month navigation elements.
  • Improvement: Updated the manual reminder email functionality to return a message in the AJAX response if the company does not have a primary user assigned.
  • Improvement: Updated the new post email functionality to add a note to the post if the company does not have a primary user assigned to provide better guidance to the user.
  • Fix: Updated the accp_update_automated_email_cron_on_option_change function to not pass any vars, as the function is used for both the add_option and update_option WP hooks. This fixes fatal errors thrown when saving email settings for the first time (where no options exist), which triggered the add_option_ hooks with the incorrect vars.
  • Improvement: Updated pro authorization functionality for better organization, performance, and maintainability.
  • Fix: Fixed issue that intermittently prevented non-admin users from accessing files directly in cases where excluded users and roles were empty for a given post.
  • Update: Deprecated accp-file-list-loop-vars.php and accp-invoice-list-loop-vars.php.
  • Update: Made minor improvements to the settings license tab.
  • Update: Removed target _blank in the license key reminder message in the WP plugin list.
  • Update: Updated the license activation, deactivation, and plugin update functionality to verify that the user is both logged in and has plugin update capabilities.

1.5.7 (Core) – 2023-5-1

  • Update: Increased the the max number of characters to 30 in the new user generation password field within company edit pages for improved password strength.
  • Update: Updated the primary user select and new user creation functionality within new company post edit pages to work properly with Gutenberg even if the new post has not yet been saved.
  • Improvement: Updated core authorization functionality for better organization, performance, and maintainability.
  • Improvement: Added functionality to check user capabilities and enable show_in_rest for accp_client_page_categories and accp_client_page_tags taxonomies for admins (to enable Gutenberg support), but disable public access to these taxonomies via the REST API.
  • Improvement: Updated the core authorization checks to evaluate the client_status user meta and allow/deny access based on the value.
  • Improvement: Created new core and pro authorization classes for better organization and maintainability, and integrated the functionality with the file and invoice shortcodes.
  • Update: Updated the shortcodes to explicitly exit if is_admin to ensure that shortcode functionality is only executed on the front-end.
  • Improvement: Updated the accp_align_thumbnail_var function to improve organization and maintainability.

1.5.6 (Pro) – 2023-4-3

  • Update: Minor update to a plugin update notice that is returned if plugin data is not returned via api.
  • Improvement: Updated the code associated with the excluded users and excluded roles sections within Client File, Client Invoice, and Client Page edit screens for better organization and maintainability.
  • Fix: Fixed issue preventing saved excluded role values from being displayed correctly within the Select2 select field within Client File, Client Invoice, and Client Page edit screens.
  • Update: Added note to the Email Notifications settings page.
  • Update: Added functionality to display a UI prompt on the license tab if the license key is not entered.
  • Update: Added functionality to check if the license key has been entered and display a reminder in the plugin list if not.
  • Update: Updated the license settings functionality to clear notices in cases where no license_data is present.
  • Fix: Updated the accp_change_invoice_status_on_woocommerce_payment_complete function to ensure that the invoice post link referenced in order notes works as expected in environments where get_edit_post_link does not work as expected.

1.5.6 (Core) – 2023-4-3

  • Fix: Updated the accp_generate_invoice_query_args and accp_generate_file_query_args tax_query field values to «id» instead of «slug» as the $categories var is passed in as an array of category ID’s rather than category slugs in each of those functions.
  • Fix: Updated the accp_categories_var function to properly convert the $atts[‘categories’] value to an array if it is set in the shortcode.
  • Update: Created a new function to generate the client file upload dir rewrite regex path for better organization and easier use within the main admin file and within the deactivate function.
  • Update: Updated the plugin activation rewrite addition and flush_rewrite_rules functionality for better reliability.
  • Update: Updated the plugin deactivation flush_rewrite_rules functionality for better reliability.
  • Update: Updated the functionality that adds the client role on plugin activation to ensure that the role is added properly if it does not already exist.
  • Improvement: Updated the activation process to check for another active version of Constellation Client Portal before activating the plugin to improve the upgrade process. Also added functionality to display a nicer message indicating that the duplicate plugin needs to be deactivated before proceeding.

1.5.5 (Pro) – 2023-3-1

  • Improvement: Updated the plugin activation functionality to check for active scheduled emails and reschedule the accp_automated_email_cron cron job on plugin activation if any are enabled.
  • Improvement: Updated the plugin deactivation accp_automated_email_cron cron unschedule functionality.

1.5.5 (Core) – 2023-3-1

  • Improvement: Updated the plugin deactivation flush rewrite functionality.
  • Improvement: Updated the accp_client_pages post type capabilities to require admin capabilities to view, edit, and delete in WP Admin.
  • Improvement: Added functionality to check user capabilities and enable show_in_rest for accp_clientcompany and accp_client_pages post types for admins (to enable Gutenberg support), but disable public access to these post types via the REST API.

1.5.4 (Pro) – 2023-2-9

  • Update: Corrected typo in the pro email settings section.
  • Improvement: Updated the CSV import functionality to verify that the assigned company ID is associated with a valid company and return a warning if not.
  • Improvement: Updated the CSV import functionality to assign a default post status of draft if none was provided and post a warning to the import log.

1.5.4 (Core) – 2023-2-9

  • Improvement: Added new id param to the file and invoice shortcodes to allow an ID attribute to be added to the list container div.
  • Improvement: Added new class param to the file and invoice shortcodes to allow additional classes to be added to the list container div.
  • Update: Updated the parameter order in the accp_update_dir_name_in_file_attachments function to clear optional parameter warnings in PHP 8.
  • Update: Updated the parameter order in the accp_load_requested_file function to clear optional parameter warnings in PHP 8.
  • Update: Updated the file shortcode to accept the file_status param and adjust the output accordingly.

1.5.3 (Pro) – 2023-1-9

  • Update: Updated the deactivate function to clear the accp_automated_email_cron cron job if it is scheduled on plugin deactivation.
  • Fix: Fixed notice relating to undefined company_id variable in class-ars-constellation-client-portal-pro-public.php.
  • Fix: Fixed issue that prevented Published, Drafts, and Trash folders from displaying in File and Invoice posts lists.
  • Feature: Added new functionality that allows file and invoice posts to be created in bulk via a CSV import.
  • Improvement: Extended login and WP capability checks for admin settings pages.
  • Improvement: Updated the note metabox functionality to only display the note form after the post has been saved to prevent confusion.
  • Update: Improved the Send Reminder admin list button UI to wrap at smaller window widths.
  • Improvement: Added functionality to display a product_total column within invoice CSV exports.
  • Update: Relocated accp_save_invoice_cart_item_meta_as_order_item_meta, accp_change_invoice_status_on_woocommerce_payment_complete, accp_change_invoice_status_on_woocommerce_order_status_complete, and accp_change_invoice_status_to_completed functions and hooks from public to admin files.
  • Improvement: Added functionality to add the Woocommerce order number as attribution within invoice notes when they are automatically marked as paid by Woocommerce.

1.5.3 (Core) – 2023-1-9

  • Update: Made updates to the admin settings upgrade tab.
  • Improvement: Added new link_title file and invoice shortcode attribute that removes the link from post titles in the loop if the attribute is set to nolink.
  • Improvement: Added a role select field to the new primary user create form in the Company UI and updated the AJAX function to assign the role on user creation.
  • Improvement: Added a «Company ID» column to the Company WP list table for easy access to the Company/post ID.
  • Improvement: Extended login and WP capability checks for admin settings pages.

1.5.2 (Pro) – 2022-10-13

  • All Core 1.5.2 updates.

1.5.2 (Core) – 2022-10-13

  • Update: Moved the Select2 script related to the client-add-company-select user field to the core admin js file from the pro admin js file so that the Select2 UI works as expected in the core plugin.
  • Update: Updated the functionality that checks for saved additional assigned companies in the extra_user_profile_fields function to ensure that an array is returned if no companies are assigned, to prevent errors on user edit pages in PHP 8.

1.5.1 (Pro) – 2022-10-10

  • Improvement: Added new accp_update_login_redirect_url filter to allow developers to change the login redirect URL.
  • Improvement: Updated the login redirection functionality to verify that a company has a home page saved before determining the login redirect destination.

1.5.1 (Core) – 2022-10-10

  • Update: Minor code formatting updates.
  • Update: Updated the logo displayed on the settings page.

1.5.0 (Pro) – 2022-8-22

  • Update: Updated the new post notification email functionality to not add a note to the post if the email is disabled globally. Prevents needless «there was a problem sending the post notification email» notes in posts.
  • Feature: Added new email template hooks for the new automated client emails.
  • Feature: Added functionality to allow automated reminder emails to be sent via WP cron for file and invoice posts.
  • Feature: Added functionality to allow file list exports to be filtered by status.
  • Feature: Added functionality to allow the file list to be filtered by file status.

1.5.0 (Core) – 2022-8-22

  • Feature: Added a new accp_define_file_statuses filter to allow file statuses to be edited.
  • Fix: Fixed issue preventing Invoice statuses from being updated via Bulk Edit in the WP list table.
  • Feature: Added functionality to allow file statuses to be updated via Quick Edit and Bulk Edit in the WP list table.
  • Feature: Added a Status column to the Client File WP list table.
  • Feature: Added functionality that allows statuses to be assigned to Client Files.

1.4.0 (Pro) – 2022-6-7

  • Feature: Added new «accp_update_invoice_prohibited_product_types» filter to allow the prohibited product type list to be edited.
  • Feature: Added new «accp_past_due_text» filter to allow past due text to be changed in file and invoice lists.
  • Feature: Added new «accp_invoice_already_added_link_text» filter to allow «Proceed to payment» text to be edited in invoice lists.
  • Feature: Added new «accp_invoice_already_added_text» filter to allow «Item already added» text to be edited in invoice lists.
  • Feature: Added new «accp_before_pay_all_button» hook to allow content to be added before the pay all button in invoice lists.
  • Feature: Added new «accp_after_pay_all_button» hook to allow content to be added after pay all button in invoice lists.
  • Feature: Added new «accp_before_single_pay_button» hook to allow content to be added before single pay buttons in invoice lists.
  • Feature: Added new «accp_after_single_pay_button» hook to allow content to be added after single pay buttons in invoice lists.

1.4.0 (Core) – 2022-6-7

  • Update: Added a «No Change» option to the invoice status Quick Edit select field since the post id is not accessible via the quick_edit_custom_box hook without a script. This prevents confusion about the saved invoice status in the Quick Edit form.
  • Feature: Added functionality to allow invoice statuses to be updated via the bulk edit form.

1.3.0 (Pro) – 2022-5-11

  • Feature: Added functionality to allow file and invoice lists to be exported to CSV.

1.3.0 (Core) – 2022-5-11

  • Feature: Added new accp_before_file_list_item hook to allow content to be added before the file list item.
  • Feature: Added new accp_before_invoice_list_item hook to allow content to be added before the invoice list item.
  • Feature: Added new accp_after_file_list_item hook to allow content to be added after the file list item.
  • Feature: Added new accp_after_invoice_list_item hook to allow content to be added after the invoice list item.
  • Feature: Added new accp_file_list_item_top_inside hook to allow content to be added to the top of the file list item.
  • Feature: Added new accp_invoice_list_item_top_inside hook to allow content to be added to the top of the invoice list item.
  • Feature: Added new accp_file_list_item_bottom_inside hook to allow content to be added to the bottome of the file list item.
  • Feature: Added new accp_invoice_list_item_bottom_inside hook to allow content to be added to the bottom of the invoice list item.
  • Feature: Added new accp_after_file_list_pagination hook to allow content to be added after file list pagination.
  • Feature: Added new accp_after_invoice_list_pagination hook to allow content to be added after invoice list pagination.
  • Feature: Added new accp_before_file_list hook to allow content to be added before file lists.
  • Feature: Added new accp_after_file_list hook to allow content to be added after file lists.
  • Feature: Added new accp_before_invoice_list hook to allow content to be added before invoice lists.
  • Feature: Added new accp_after_invoice_list hook to allow content to be added after invoice lists.

1.2.0 (Pro) – 2022-4-8

  • Update: Updated the email notification note functionality to add the recipient’s address to the note instead of the current_user’s address.
  • Improvement: Added functionality to post company notes when changes are made to the upload directory.
  • Update: Updated the file and invoice list category filter to display the select field even when no categories are provisioned (to prevent the select field from collapsing).

1.2.0 (Core) – 2022-4-8

  • Feature: Added functionality to allow a primary user to be created and assigned within new Company posts to improve onboarding workflow.
  • Feature: Added functionality to allow a specific (existing) company upload directory name to be set.
  • Feature: Added functionality to allow the company upload directory to be updated after the directory has been set.
  • Feature: Added functionality to allow the upload directory names to be changed or specified.
  • Improvement: Reworked the duplicate upload directory assignment functionality to display a notice within Companies.

1.1.0 (Pro) – 2022-3-21

  • Update: Updated the reminder email column and metabox functionality to only display if the respective reminder emails are enabled.
  • Improvement: Added functionality to add a transactional note to the post when an invoice is automatically marked as paid when paid in WooCommerce.
  • Improvement: Added functionality to add a transactional note to the post when a new or reminder email notification is sent.
  • Improvement: Added functionality to remove post notes when the associated post is permanently deleted.
  • Improvement: Added pagination functionality to the admin post note lists.
  • Feature: Added functionality to allow notes to be added to Company, Invoice, and File post types.
  • Feature: Added added new hooks to the email notification templates.
  • Fix: Adjusted the File and Invoice category list filter to display even if no posts are assigned to categories (fixes collapsed select field when empty).
  • Feature: Added functionality to allow email reminders to be manually sent within File and Invoice post lists.
  • Feature: Added functionality to allow email reminders to be manually sent within File and Invoice posts.
  • Feature: Added client email notification template functionality to allow email customization.
  • Feature: Added new Email setting page to allow new and reminder email options to be set.
  • Feature: Added functionality that allows global email notification settings to be overridden within individual File and Invoice posts.
  • Update: Added new ARS_Constellation_Client_Portal_Pro_Email class to handle email notification functionality.

1.1.0 (Core) – 2022-3-21

  • Feature: Added functionality to allow a Primary User to be assigned within a Company.

1.0.9 (Pro) – 2022-3-3

  • Feature: Added functionality to allow the File WP Admin list table to be filtered by File Category.
  • Feature: Added functionality to allow the Invoice WP Admin list table to be filtered by Invoice Category.
  • Feature: Added functionality to allow the Invoice WP Admin list to be filtered by invoice status.
  • Update: Updated the View Details link on the WP Admin Updates Dashboard.

1.0.9 (Core) – 2022-3-3

  • Improvement: Added functionality to allow the Invoice status to be changed via the Quick Edit menu in the Invoice list table.
  • Improvement: Added an upload directory check on new Company post meta add/update to prevent the same upload dir from being assigned to more than one company if a post duplication process (i.e. plugin) is used to duplicate a Company post.
  • Feature: Added functionality to allow File and Invoice lists to be filtered by company in WP Admin.
  • Improvement: Created accp_get_defined_invoice_statuses function to allow for invoice statuses to be dynamically populated.
  • Feature: Added a new accp_define_invoice_statuses filter to allow for the default invoice statuses to be edited.

1.0.8 (Pro) – 2022-2-1

  • Feature: Added a new [accp_company_menu] shortcode that allows all pages assigned to a company to be conditionally displayed in a menu on Client pages.
  • Update: Updated the plugin update functionality to properly escape the package url.

1.0.8 (Core) – 2022-2-1

  • Feature: Added the ability to generate and assign a new Client Page from a Company page to improve onboarding workflow.
  • Update: Added a Quick Start menu item to the plugin row action menu.
  • Update: Added a Documentation item to the plugin row meta.
  • Update: Added Quick Start and Documentation links to the plugin settings page.

1.0.7 (Pro) – 2022-1-22

  • Update: Updated the invoice pay-all functionality to only add invoice ID’s to the payable list that have a WooCommerce product ID saved to the post.

1.0.7 (Core) – 2022-1-22

  • Update: Changed the my_company_page shortcode name to accp_my_company_page ensure compatibility.
  • Update: Changed the clientinvoices shortcode name to accp_clientinvoices ensure compatibility.
  • Update: Changed the clientfiles shortcode name to accp_clientfiles ensure compatibility.
  • Update: Changed the client_page_tags taxonomy to accp_client_page_tags to ensure compatibility.
  • Update: Changed the client_page_categories taxonomy to accp_client_page_categories to ensure compatibility.
  • Update: Changed the client_company_categories taxonomy to accp_client_company_categories to ensure compatibility.
  • Update: Changed the file_tags taxonomy to accp_file_tags to ensure compatibility.
  • Update: Changed the clientfile post type slug to accp_clientfile to ensure compatibility.
  • Update: Changed the client_pages post type slug to accp_client_pages to ensure compatibility.
  • Update: Changed the clientcompany post type slug to accp_clientcompany to ensure compatbility.
  • Update: Changed the file_categories taxonomy to accp_file_categories to ensure compatibility.

1.0.6 (Core) – 2022-1-19

  • Update: Added basic styling to the list pagination element.
  • Fix: Fixed issue preventing download of new files in the list after the recent code updates caused malformed paths.
  • Update: Added functionality to flush the rewrite rules on plugin upgrade.
  • New Feature: Added excerpt support and functionality to the clientfile and accp_clientinvoice post types.
  • Update: Updated the the file and invoice shortcodes to pull from the excerpt field, instead of the content field, if excerpts are enabled.
  • Improvement: Updated static references to WP dirs and updated functionality to get this data dynamically.
  • Change: Relocated the clientfiles upload directory from ‘wp-content/accp-clientfiles’ to ‘wp-content/uploads/accp-clientfiles’, and updated all associated functionality.
  • Fix: Fixed issue preventing admin file uploads caused by malformed form tags in accp_update_post_edit_form_tag, caused after escaping output.
  • Change: Removed class-ars-constellation-client-portal-client-list-table.php as this is not in use.
  • Update: Added new ACCP_Utility_Functions class.

1.0.5 (Core) – 2022-1-6

  • Fix: Cleared php warnings associated with the invoice and file lists that were thrown when the user additional_assigned_company array is null.
  • Change: Reworked the direct access file protection framework to work within the native WP framework in order to remove the need to include core WP files in an external file-check file.
  • Improvement: Reviewed all files and sanitized input and get data.
  • Improvement: Reviewed all files and escaped output data.

1.0.4 (Core) – 2022-1-3

  • Change: Updated the file output functionality.
  • Change: Updated the file and invoice list shortcode CSS classes.
  • New Feature: Updated the invoice add-to-cart functionality to support simple and variable subscription products.
  • Improvement: Updated the admin invoice product select options to exclude variable products and subscriptions (not variations) since top-level variable products cannot be added to the cart.
  • Improvement: Added additional options to the invoice status select field.
  • Improvement: Added a discount code to the base plugin upgrade tab.
  • Update: Added an upgrade link to the base plugin list item in the WP plugin list.
  • Update: Added an Upgrade tab to the settings page in the base plugin.

1.0.3 (Core) – 2021-12-20

  • Improvement: Converted the invoice product ID field to a WooCommmerce product select field for easier product selection and designation within invoices.
  • Improvement: Updated the pagination functionality in both the Invoice and File shortcodes to account for multiple lists on the same page.

1.0.2 (Core) – 2021-10-25

  • Change: Updated the pay-all functionality to only display on shortcodes that are set to display «unpaid» invoices.
  • Change: Made minor updates to the update functionality.
  • Change: Disabled file management functionality.
  • Change: Disabled the Client List admin page.
  • Fix: Fixed issue with the auto mark invoices as paid and pay all admin settings being intermittently reset to default.

1.0.1 (Core) – 2021-10-21

  • Feature: Added functionality to allow all invoices to be added to the cart at once when muliple invoices are returned by a shortcode.
  • Feature: Added functionality to allow invoices to be automatically marked as paid when paid in Woocommerce, or when the Woocommerce order status is set to completed.
  • Imporovement: Adjusted the invoice payment css to improve clickability.
  • Change: Updated core functionality to support new pro and premium pay-all and auto-mark-as-paid functionality.

1.0.0 (Core) – 2021-9-1

  • Feature: Added functionality to further resrict file and invoice access within a company by user and role.
  • Feature: Added functionality to restrict file and invoice category access by user and role.
  • Feature: Added functionality to allow for adding due dates to client files and invoices.
  • Feature: Added functionality to display a past due notice on client files and invoices that have a due date.
  • Improvement: Added additional shortcode parameters for more flexibility in displaying client files and invoices.
  • Feature: Added functionality to add statuses to companies.
  • Feature: Added functionality to redirect users to their company page at login.
  • Feature: Added functionality to allow a client invoice to be assigned to a WooCommerce product (to allow an add-to-cart button to be displayed on the front-end).
  • Feature: Added functionality to allow Companies to be created and to allow users to be assigned to companies.
  • Feature: Added functionality to allow Client Pages to be created and assigned to companies.
  • Feature: Added functionality to allow Client Files to be created and assigned to a Company.
  • Feature: Added functionality to allow Client Invoices to be created and assigned to a Company.
  • Feature: Added functionality to restrict direct access to files in the client file directory if the user is not assigned to a company that has access to the file.
  • Feature: Added functionality to display client file lists via shortcode.
  • Feature: Added functionality to display client invoice lists via shortcode.
  • Feature: Added functionality enable/disable allowed file types for upload.
  • Improvement: Added functionality to the settings page to verify that the accp-clientfiles directory is writable.
  • Improvement: Added functionality to allow files and invoices to be reassigned to another company.