Changeset 3095992
- Timestamp:
- 06/01/2024 09:56:59 AM (22 months ago)
- Location:
- awesome-support/trunk
- Files:
-
- 4 edited
-
awesome-support.php (modified) (2 diffs)
-
includes/admin/metaboxes/stakeholders.php (modified) (1 diff)
-
includes/admin/views/about-tab-change-log.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
awesome-support/trunk/awesome-support.php
r3081184 r3095992 11 11 * Plugin URI: https://getawesomesupport.com 12 12 * 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. 013 * Version: 6.2.1 14 14 * Author: Awesome Support Team 15 15 * Author URI: https://getawesomesupport.com … … 250 250 */ 251 251 private function setup_constants() { 252 define( 'WPAS_VERSION', '6.2. 0' );252 define( 'WPAS_VERSION', '6.2.1' ); 253 253 define( 'WPAS_DB_VERSION', '1' ); 254 254 define( 'WPAS_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) ); -
awesome-support/trunk/includes/admin/metaboxes/stakeholders.php
r3081184 r3095992 162 162 'class' => true, 163 163 'id' => true, 164 'data-capability' => true, 164 165 ), 165 166 'option' => array( -
awesome-support/trunk/includes/admin/views/about-tab-change-log.php
r3081184 r3095992 2 2 3 3 <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> 4 13 5 14 <div class="row"> -
awesome-support/trunk/readme.txt
r3081184 r3095992 5 5 Requires at least: 4.0 6 6 Tested up to: 6.5 7 Stable tag: 6.2. 07 Stable tag: 6.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 292 292 == Changelog == 293 293 294 = 6.2.1 295 * We fixed the issue with the user search. 296 294 297 = 6.2.0 295 298 * We fixed security vulnerabilities in all the plugin.
Note: See TracChangeset
for help on using the changeset viewer.