Plugin Directory

Changeset 1037864


Ignore:
Timestamp:
12/04/2014 01:00:54 AM (11 years ago)
Author:
jquindlen
Message:

4.9.24

  • Updated: Added an entry to the FAQ regarding bbPress troubleshooting
  • Updated: Minor bbPress permission addition for wpsc Suppport Tickets
Location:
wpsc-support-tickets
Files:
114 added
2 edited

Legend:

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

    r1036988 r1037864  
    55Requires at least: 3.5.0
    66Tested up to: 4.0
    7 Stable tag: 4.9.23
     7Stable tag: 4.9.24
    88
    99== Description ==
     
    7171== Frequently Asked Questions ==
    7272
    73 = I have questions, where can I find answers? =
     73= Q. My bbPress menus all disappeared! How can I get them back? =
     74The fix is to deactivate wpsc Support Tickets, go into bbPress settings at wp-admin > Settings > Forums > and then uncheck the "Automatically give registered visitors the XXXX forum role" and save your settings. Once you've saved the settings, now just recheck the "Automatically give registered visitors the XXXX forum role" and save. Now reactivate wpsc Support Tickets and it should work perfectly with bbPress.
     75
     76= Q. I have other questions, where can I find answers? =
    7477For full documentation, support, addons, and related tools, visit [our site](http://wpscsupporttickets.com/wordpress-support-ticket-plugin/ "our site")
    7578
     
    105108* Updated: Added randomized addition to filenames & updated the file upload presentation
    106109
     110= 4.9.24 =
     111* Updated: Added an entry to the FAQ regarding bbPress troubleshooting
     112* Updated: Minor bbPress permission addition for wpsc Suppport Tickets
     113
    107114= 4.9.23 =
    108115* Updated: Implemented a better way to insure paragraphs are saved in the text editor for ticket submission and reply
  • wpsc-support-tickets/trunk/wpsc-support-tickets.php

    r1036988 r1037864  
    44  Plugin URI: http://wpscsupporttickets.com/wordpress-support-ticket-plugin/
    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.23
     6  Version: 4.9.24
    77  Author: Jeff Quindlen
    88  Author URI: URI: http://wpscsupporttickets.com/
     
    350350                    $wp_roles->add_cap('wpsct_support_ticket_manager', 'edit_published_pages');
    351351                    $wp_roles->add_cap('wpsct_support_ticket_manager', 'manage_wpsct_support_tickets');
    352                     $wp_roles->add_cap('wpsct_support_ticket_manager', 'Keymaster');
    353                     $wp_roles->add_cap('wpsct_support_ticket_manager', 'keymaster');
    354352                    $wp_roles->add_cap('wpsct_support_ticket_manager', 'keep_gate');
    355353                    $wp_roles->add_cap('wpsct_support_ticket_manager', 'bbp_forums_admin');
    356354                    $wp_roles->add_cap('wpsct_support_ticket_manager', 'bbp_topics_admin');
    357355                    $wp_roles->add_cap('wpsct_support_ticket_manager', 'bbp_replies_admin');
     356                    $wp_roles->add_cap('bbp_keymaster', 'manage_wpsct_support_tickets');
    358357                    $wp_roles->add_cap('administrator', 'manage_wpsct_support_tickets');
    359358                }
Note: See TracChangeset for help on using the changeset viewer.