Plugin Directory

Changeset 1081108


Ignore:
Timestamp:
02/02/2015 06:29:14 PM (11 years ago)
Author:
jquindlen
Message:

4.9.39

  • Fixed: Patched an issue with email replies to admin failing
Location:
wpsc-support-tickets
Files:
117 added
2 edited

Legend:

Unmodified
Added
Removed
  • wpsc-support-tickets/trunk/readme.txt

    r1081105 r1081108  
    55Requires at least: 3.5.0
    66Tested up to: 4.2
    7 Stable tag: 4.9.38
     7Stable tag: 4.9.39
    88
    99== Description ==
     
    108108* Updated: Added randomized addition to filenames & updated the file upload presentation (added 4.9.29 if you turn on beta testing)
    109109
     110= 4.9.39 =
     111* Fixed: Patched an issue with email replies to admin failing
     112
    110113= 4.9.38 =
    111114* Fixed: Patched a problem for certain timezones where Last Updated by an Admin was not changing even if an admin was the last to reply
  • wpsc-support-tickets/trunk/wpsc-support-tickets.php

    r1081105 r1081108  
    44  Plugin URI: http://indiedevbundle.com/app/idb-ultimate-wordpress-bundle/#idbsupporttickets
    55  Description: An open source help desk and support ticket system for Wordpress using jQuery. Easy to use for both users & admins.
    6   Version: 4.9.38
     6  Version: 4.9.39
    77  Author: IndieDevBundle.com
    88  Author URI: URI: http://indiedevbundle.com/app/idb-ultimate-wordpress-bundle/#idbsupporttickets
     
    30043004                    }
    30053005
    3006                     if( $devOptions['email']!=$results[0]['email'] && $results[0]['email'] != $wpscst_email) {
     3006                    if( $devOptions['email']!=$results[0]['email']) {
    30073007                        $to      = $devOptions['email']; // Send this to the admin
    30083008                        if($devOptions['allow_html']=='true') {
Note: See TracChangeset for help on using the changeset viewer.