Plugin Directory

Changeset 3129432


Ignore:
Timestamp:
08/01/2024 12:06:12 PM (19 months ago)
Author:
arstudios
Message:

Release 1.8.10.

Location:
constellation-client-portal
Files:
132 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • constellation-client-portal/trunk/README.txt

    r3110365 r3129432  
    44Tags: client portal, private files, private pages, private posts, customer portal, business portal, invoicing, business managemenet, client management
    55Requires at least: 6.0.0
    6 Tested up to: 6.5
    7 Stable tag: 1.8.9
     6Tested up to: 6.6
     7Stable tag: 1.8.10
    88Requires PHP: 7.4
    99License: GPLv3 or later
     
    149149== Support ==
    150150
    151 Email technical support is provided for **active** Pro licenses only.
     151Email technical support is provided for active Pro licenses.
    152152
    153153If you have installed the free version, or do not currently have an active Pro license, you can still view the [support forum](https://adrianrodriguezstudios.com/support-forum/), and/or post to the forum by registering and logging in.
    154154
    155155== FAQ ==
     156
     157= Can I provide private files and documents for my clients to access and download? =
     158Yes.  Constellation Client Portal is designed to allow you to attach files to private posts.  This allows you to present private  private files and/or private posts to clients.
     159
     160= Can I provide private posts and information to my clients? =
     161Yes.  The client files and invoices allow you to upload/attach files (optional), as well as post freeform content via a WYSIWYG post editor.
     162
     163= Can I only display client pages to a specific client when they are logged into my site? =
     164Yes.  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.
     165
     166= Can I automatically redirect clients to their client page when they log into my site? =
     167Yes. 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.
     168
     169= Can I automatically change an invoice status to paid when an order is paid in WooCommerce? =
     170Yes. 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).
     171
     172= Can I restrict access to specific documents and pages for specific users or roles? =
     173Yes.  The Pro version allows for more granular access restriction by specific user or role, as well as by category.
     174
     175= Can I add file and invoice shortcodes to any WordPress page or post? =
     176No.  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.
     177
     178= Can I customize the layout and design of client pages? =
     179Yes.  Client pages can be laid out and designed like any other page in WordPress.
     180
     181= Can the client page slug be changed to a custom slug name? =
     182Yes. The [pro version](https://adrianrodriguezstudios.com/constellation-client-portal/) allows the client page, client file, and client invoice, post type slugs to be changed to a custom name of your choice.
     183
    156184
    157185= Can I use this plugin without installing WooCommerce? =
    158186Yes. WooCommerce is not required, but the Pro version of the plugin does integrate with WooCommerce to allow invoice payments to be processed (optional setting).
    159 
    160 = Can I provide private files and documents for my clients to access and download? =
    161 Yes.  Constellation Client Portal is designed to allow you to attach files to private posts.  This allows you to present private  private files and/or private posts to clients.
    162 
    163 = Can I provide private posts and information to my clients? =
    164 Yes.  The client files and invoices allow you to upload/attach files (optional), as well as post freeform content via a WYSIWYG post editor.
    165 
    166 = Can I only display client pages to a specific client when they are logged into my site? =
    167 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.
    168 
    169 = Can I automatically redirect clients to their client page when they log into my site? =
    170 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.
    171 
    172 = Can I automatically change an invoice status to paid when an order is paid in WooCommerce? =
    173 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).
    174 
    175 = Can I restrict access to specific documents and pages for specific users or roles? =
    176 Yes.  The Pro version allows for more granular access restriction by specific user or role, as well as by category.
    177 
    178 = Can I add file and invoice shortcodes to any WordPress page or post? =
    179 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.
    180 
    181 = Can I customize the layout and design of client pages? =
    182 Yes.  Client pages can be laid out and designed like any other page in WordPress.
    183187
    184188= Will my theme's page builder work with client pages? =
     
    206210
    207211== Changelog ==
     212
     213= 1.8.10 (Pro) - 2024-8-1 =
     214* Update: Updated the csv import functionality to properly handle commas within cell data.
     215* Update: Updated the Redirect Public Home Page to Client Home Page settings instructions for better clarity.
     216* Improvement: Updated the redirect-away-from-home-page functionality to exit in cases where a user status is inactive or pending to prevent redirect loops.
     217
     218= 1.8.10 (Core) - 2024-8-1 =
     219* Compatibility: Tested the plugin with WP 6.6.
    208220
    209221= 1.8.9 (Pro) - 2024-7-1 =
  • constellation-client-portal/trunk/ars-constellation-client-portal.php

    r3110365 r3129432  
    77 * Plugin URI:        https://adrianrodriguezstudios.com/constellation-client-portal/
    88 * Description:       Create private pages for each of your clients, post private files, and protect your client files from unauthorized users and search engines.  <strong>Important:</strong> All Site-level File Protection features will cease to function if the plugin is disabled or uninstalled.
    9  * Version:           1.8.9
     9 * Version:           1.8.10
    1010 * Author:            ARS
    1111 * Author URI:        https://adrianrodriguezstudios.com
     
    5757     */
    5858    define('ACCP_PLUGIN_NAME', 'ARS_CONSTELLATION_CLIENT_PORTAL');
    59     define('ACCP_PLUGIN_VERSION', '1.8.9'); // Change the version in the header as well.
     59    define('ACCP_PLUGIN_VERSION', '1.8.10'); // Change the version in the header as well.
    6060    define( ACCP_PLUGIN_NAME, ACCP_PLUGIN_VERSION );
    6161    define( 'ACCP_PLUGIN_FILE_NAME', __FILE__ );
Note: See TracChangeset for help on using the changeset viewer.