Plugin Directory

Changeset 2490444


Ignore:
Timestamp:
03/09/2021 10:17:30 AM (5 years ago)
Author:
firebird75
Message:

Update

Location:
wats
Files:
68 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • wats/trunk/readme.txt

    r2226352 r2490444  
    44Tags: support, ticket, helpdesk, ticket system, contact, case, CRM, help, support system, system, support ticket, ticketing system
    55Requires at least: 4.0
    6 Tested up to: 5.3.2
    7 Stable tag: 1.0.62
     6Tested up to: 5.7
     7Stable tag: 1.0.63
    88
    99WATS is a ticket system, used by helpdesk staff to deliver support. WATS stands for Wordpress Advanced Ticket System.
     
    160160== Changelog ==
    161161
     162= V1.0.63 (09/03/2021) =
     163+ fixed a bug with radio button in frontend submission form
     164+ added Checkbox type to list of custom fields supported
     165+ added WordPress 4.8 to 5.7 compatibility
     166+ added ticket link to ID field if the title isn't active in the frontend ticket listing
     167+ added list of attached files to single ticket template
     168+ fixed a bug with comment display in paginated configuration
     169+ fixed an issue with Ticked ID in frontend ticket listing
     170+ fixed an issue with default value not being set for custom fields in admin ticket creation page
    162171
    163172= V1.0.62 (06/05/2017) =
  • wats/trunk/wats.php

    r1652056 r2490444  
    55Description: WATS is a ticket system, used by helpdesk staff to deliver support. WATS stands for Wordpress Advanced Ticket System.
    66Author: Olivier
    7 Version: 1.0.62
     7Version: 1.0.63
    88Author URI: http://www.ticket-system.net/
    99Text Domain: WATS
     
    1313/*
    14141/ Release history :
     15- V1.0.63 (09/03/2021) :
     16+ fixed a bug with radio button in frontend submission form
     17+ added Checkbox type to list of custom fields supported
     18+ added WordPress 4.8 to 5.7 compatibility
     19+ added ticket link to ID field if the title isn't active in the frontend ticket listing
     20+ added list of attached files to single ticket template
     21+ fixed a bug with comment display in paginated configuration
     22+ fixed an issue with Ticked ID in frontend ticket listing
     23+ fixed an issue with default value not being set for custom fields in admin ticket creation page
    1524- V1.0.62 (06/05/2017) :
    1625+ fixed a conflict with Yoast SEO plugin preventing ticket keys from being displayed in single ticket page
     
    456465
    457466$wats_settings = array();
    458 $wats_version = '1.0.62';
     467$wats_version = '1.0.63';
    459468$wats_printing_inline_data = false;
    460469$wats_current_post_author = 0;
Note: See TracChangeset for help on using the changeset viewer.