Plugin Directory

Changeset 3265190


Ignore:
Timestamp:
04/01/2025 02:13:37 PM (11 months ago)
Author:
arstudios
Message:

Constellation release 1.11.1.

Location:
constellation-client-portal
Files:
131 added
1 deleted
4 edited

Legend:

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

    r3249801 r3265190  
    55Requires at least: 6.0.0
    66Tested up to: 6.7
    7 Stable tag: 1.11.0
     7Stable tag: 1.11.1
    88Requires PHP: 7.4
    99License: GPLv3 or later
     
    1212== Description ==
    1313
    14 Turn your WordPress site into a professional client portal. Create private pages and posts, and attach private files (example: pdf, jpg, docx, xlsx, etc.) for secure collaboration and document management.
     14A professional client portal for WordPress that helps you organize clients, customers, groups, and teams. Create unlimited client pages and securely share private pages, posts, and files.
    1515
    1616Upgrade to the [Pro version](https://adrianrodriguezstudios.com/constellation-client-portal/?utm_source=wporg "Get Constellation Client Portal Pro") and integrate with WooCommerce to accept payments for invoices and services.
    1717
    18 Streamline your operation and improve client satisfaction with Constellation Client Portal.
     18Whether you are a veteran of high-level business or just starting out, Constellation Client Portal gives you the tools that you need to manage your operations efficiently and professionally, so that you can do business with confidence.
    1919
    2020== Features ==
    2121
    22 * Create private pages for your clients, customers, and team members.
     22* Create unlimited private pages for your clients, customers, and team members.
    2323* Create private invoice and file posts for your clients and display them on private client pages, with simple to use shortcodes.
    2424* Attach private files (example: pdf, jpg, docx, xlsx, etc) to invoice and file posts.
     
    3535* Automatically send email notifications to clients when a new File or Invoice post is created.
    3636* Automatically send reminder email notifications on a schedule.
    37 * Easily customize the look of client-facing lists.
     37* Easily customize the look of client-facing lists and pages.
    3838* Display client-facing lists in list or grid layout.
    3939* Easily generate, save, and edit file and invoice shortcodes within the plugin settings.
     
    210210
    211211== Changelog ==
     212<<<<<<< HEAD
     213=======
     214= 1.11.1 (Pro) - 2025-4-1 =
     215* Update: All core updates.
     216
     217= 1.11.1 (Core) - 2025-4-1 =
     218* Update: Updates to the readme file.
     219* Fix: Fixed incorrect text domain in the client page list table column names.
     220* Fix: Fixed incorrect text domain in the company list table column names.
     221
     222>>>>>>> wsl-master/master
    212223= 1.11.0 (Pro) - 2025-3-3 =
    213224* Improvement: Updated the accp_company_menu shortcode to allow ALL global client pages to be displayed in company menus.
  • constellation-client-portal/trunk/admin/class-ars-constellation-client-portal-client-pages.php

    r3249801 r3265190  
    306306
    307307            if ( 'title' === $column_name ) {
    308                 $new_columns['company'] = __( 'Company', 'tcp' );
     308                $new_columns['company'] = __( 'Company', 'constellation-client-portal' );
    309309            }
    310310        }
  • constellation-client-portal/trunk/admin/class-ars-constellation-client-portal-company.php

    r3249801 r3265190  
    168168            if ( 'title' === $column_name ) {
    169169
    170                 $new_columns['company_id'] = __( 'Company ID', 'accp_company' );
     170                $new_columns['company_id'] = __( 'Company ID', 'constellation-client-portal' );
    171171
    172172                if ( true === $this->is_pro ) {
    173173
    174                     $new_columns['company_status'] = __( 'Status', 'accp_company' );
     174                    $new_columns['company_status'] = __( 'Status', 'constellation-client-portal' );
    175175
    176176                }
    177177
    178                 $new_columns['company_primary_user'] = __( 'Primary User', 'accp_company' );
    179                 $new_columns['number_of_clients']    = __( 'Number of Clients', 'accp_company' );
    180                 $new_columns['company_home_page']    = __( 'Home Page', 'accp_company' );
     178                $new_columns['company_primary_user'] = __( 'Primary User', 'constellation-client-portal' );
     179                $new_columns['number_of_clients']    = __( 'Number of Clients', 'constellation-client-portal' );
     180                $new_columns['company_home_page']    = __( 'Home Page', 'constellation-client-portal' );
    181181
    182182            }
  • constellation-client-portal/trunk/ars-constellation-client-portal.php

    r3249801 r3265190  
    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.11.0
     9 * Version:           1.11.1
    1010 * Author:            ARS
    1111 * Author URI:        https://adrianrodriguezstudios.com
     
    1515 * Domain Path:       /languages
    1616 *
    17  * Copyright: (c) 2020-2023, Adrian Rodriguez Studios LLC ([email protected])
     17 * Copyright: (c) 2020-2025, Adrian Rodriguez Studios LLC ([email protected])
    1818 *
    1919 * @package    ARS_Constellation_Client_Portal
     
    2121 * @link       https://adrianrodriguezstudios.com
    2222 * @since      1.0.0
    23  * @copyright  Copyright (c) 2020-2023, Adrian Rodriguez Studios LLC
     23 * @copyright  Copyright (c) 2020-2025, Adrian Rodriguez Studios LLC
    2424 * @license    http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
    2525 *
     
    5757     */
    5858    define('ACCP_PLUGIN_NAME', 'ARS_CONSTELLATION_CLIENT_PORTAL');
    59     define('ACCP_PLUGIN_VERSION', '1.11.0'); // Change the version in the header as well.
     59    define('ACCP_PLUGIN_VERSION', '1.11.1'); // 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.