Plugin Directory

Changeset 3084580


Ignore:
Timestamp:
05/10/2024 02:43:09 PM (22 months ago)
Author:
arstudios
Message:

Release 1.8.5.

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

Legend:

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

    r3082049 r3084580  
    55Requires at least: 5.0.0
    66Tested up to: 6.5
    7 Stable tag: 1.8.4
     7Stable tag: 1.8.5
    88Requires PHP: 7.4
    99License: GPLv3 or later
     
    206206
    207207== Changelog ==
     208= 1.8.5 (Pro) - 2024-5-10 =
     209* Update: Updated the multi_company_nav company menu shortcode feature to work with global client pages.
     210* Update: Updated date functionality in the CSV import class to use gmdate.
     211* Update: Updated the get contents method in the CSV import class to use WP filesystem method.
     212* Fix: Fixed issue preventing posts from being added via CSV import in certain versions of PHP.
     213* Update: Code formatting updates.
     214
     215= 1.8.5 (Core) - 2024-5-10 =
     216* Update: Code formatting updates.
     217
    208218= 1.8.4 (Pro) - 2024-5-6 =
    209219* Update: Code formatting updates.
  • constellation-client-portal/trunk/ars-constellation-client-portal.php

    r3082049 r3084580  
    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.4
     9 * Version:           1.8.5
    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.4'); // Change the version in the header as well.
     59    define('ACCP_PLUGIN_VERSION', '1.8.5'); // 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.