Plugin Directory

Changeset 3096852


Ignore:
Timestamp:
06/03/2024 03:13:00 PM (21 months ago)
Author:
arstudios
Message:

Release 1.8.7.

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

Legend:

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

    r3088740 r3096852  
    55Requires at least: 5.0.0
    66Tested up to: 6.5
    7 Stable tag: 1.8.6
     7Stable tag: 1.8.7
    88Requires PHP: 7.4
    99License: GPLv3 or later
     
    206206
    207207== Changelog ==
     208
     209= 1.8.7 (Pro) - 2024-6-3 =
     210* Update: Code formatting updates.
     211* Improvement: Added nonce checks to the taxonomy add and edit forms for custom fields.
     212* Update: Fixed issue where excluded company column content was missing on a newly added global file category row after an AJAX add, and until a page refresh.
     213* Update: Updated the pro admin style enqueue function to properly set the plugin version as the style sheet version.
     214* Update: Corrected typo in company status repeater sanitize function.
     215
     216= 1.8.7 (Core) - 2024-6-3 =
     217* Update: Code formatting updates.
     218* Update: Corrected typo in comment.
    208219
    209220= 1.8.6 (Pro) - 2024-5-18 =
  • constellation-client-portal/trunk/admin/class-ars-constellation-client-portal-admin.php

    r3088740 r3096852  
    28612861
    28622862        /**
    2863          * Include WP File for since this is related
     2863         * Include WP File since this is related
    28642864         * to a download on the front-end.
    28652865         */
  • constellation-client-portal/trunk/ars-constellation-client-portal.php

    r3088740 r3096852  
    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.6
     9 * Version:           1.8.7
    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.6'); // Change the version in the header as well.
     59    define('ACCP_PLUGIN_VERSION', '1.8.7'); // 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.