Plugin Directory

Changeset 3095992


Ignore:
Timestamp:
06/01/2024 09:56:59 AM (22 months ago)
Author:
yeisonbp
Message:

init v6.2.1

Location:
awesome-support/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • awesome-support/trunk/awesome-support.php

    r3081184 r3095992  
    1111 * Plugin URI:        https://getawesomesupport.com
    1212 * Description:       Awesome Support is a great ticketing system that will help you improve your customer satisfaction by providing a unique customer support experience.
    13  * Version:           6.2.0
     13 * Version:           6.2.1
    1414 * Author:            Awesome Support Team
    1515 * Author URI:         https://getawesomesupport.com
     
    250250         */
    251251        private function setup_constants() {
    252             define( 'WPAS_VERSION',           '6.2.0' );
     252            define( 'WPAS_VERSION',           '6.2.1' );
    253253            define( 'WPAS_DB_VERSION',        '1' );
    254254            define( 'WPAS_URL',               trailingslashit( plugin_dir_url( __FILE__ ) ) );
  • awesome-support/trunk/includes/admin/metaboxes/stakeholders.php

    r3081184 r3095992  
    162162                    'class' => true,
    163163                    'id' => true,
     164                    'data-capability' => true,
    164165                ),
    165166                'option' => array(
  • awesome-support/trunk/includes/admin/views/about-tab-change-log.php

    r3081184 r3095992  
    22
    33<div class="changelog">
     4
     5    <div class="row">
     6        <div>
     7            <div class="about-body">
     8                <h1>What's New In 6.2.1</h1>
     9                <h3>6.2.1 We fixed the issue with the user search</h3>
     10            </div>
     11        </div>
     12    </div>
    413
    514    <div class="row">
  • awesome-support/trunk/readme.txt

    r3081184 r3095992  
    55Requires at least: 4.0
    66Tested up to: 6.5
    7 Stable tag: 6.2.0
     7Stable tag: 6.2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    292292== Changelog ==
    293293
     294= 6.2.1
     295    * We fixed the issue with the user search.
     296
    294297= 6.2.0
    295298    * We fixed security vulnerabilities in all the plugin.
Note: See TracChangeset for help on using the changeset viewer.