Changeset 3391816
- Timestamp:
- 11/07/2025 03:29:37 PM (5 months ago)
- Location:
- elex-helpdesk-customer-support-ticket-system
- Files:
-
- 1 deleted
- 5 edited
- 23 copied
-
tags/3.3.1 (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk)
-
tags/3.3.1/assets/js/crm_settings.js (modified) (1 diff)
-
tags/3.3.1/bitbucket-pipelines.yml (deleted)
-
tags/3.3.1/elex-helpdesk-customer-support-ticket-system.php (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/elex-helpdesk-customer-support-ticket-system.php) (1 diff)
-
tags/3.3.1/includes/class-crm-ajax-functions-one.php (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/includes/class-crm-ajax-functions-one.php)
-
tags/3.3.1/includes/class-crm-ajax-functions-three.php (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/includes/class-crm-ajax-functions-three.php)
-
tags/3.3.1/includes/class-crm-ajax-functions-two.php (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/includes/class-crm-ajax-functions-two.php) (1 diff)
-
tags/3.3.1/includes/class-crm-ajax-functions.php (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/includes/class-crm-ajax-functions.php)
-
tags/3.3.1/includes/class-crm-archive-ajax-functions.php (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/includes/class-crm-archive-ajax-functions.php)
-
tags/3.3.1/includes/class-crm-install-functions.php (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/includes/class-crm-install-functions.php)
-
tags/3.3.1/includes/class-crm-update-version.php (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/includes/class-crm-update-version.php)
-
tags/3.3.1/lang/wsdesk-nl_BE.mo (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/lang/wsdesk-nl_BE.mo)
-
tags/3.3.1/lang/wsdesk-nl_BE.po (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/lang/wsdesk-nl_BE.po)
-
tags/3.3.1/lang/wsdesk-nl_NL.mo (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/lang/wsdesk-nl_NL.mo)
-
tags/3.3.1/lang/wsdesk-nl_NL.po (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/lang/wsdesk-nl_NL.po)
-
tags/3.3.1/lang/wsdesk-nl_NL_formal.mo (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/lang/wsdesk-nl_NL_formal.mo)
-
tags/3.3.1/lang/wsdesk-nl_NL_formal.po (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/lang/wsdesk-nl_NL_formal.po)
-
tags/3.3.1/readme.txt (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/readme.txt) (3 diffs)
-
tags/3.3.1/vendor/autoload.php (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/vendor/autoload.php)
-
tags/3.3.1/vendor/composer/autoload_psr4.php (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/vendor/composer/autoload_psr4.php)
-
tags/3.3.1/vendor/composer/autoload_real.php (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/vendor/composer/autoload_real.php)
-
tags/3.3.1/vendor/composer/autoload_static.php (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/vendor/composer/autoload_static.php)
-
tags/3.3.1/vendor/composer/installed.php (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/vendor/composer/installed.php)
-
tags/3.3.1/views/crm_reports_v2.php (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/views/crm_reports_v2.php)
-
tags/3.3.1/views/settings/crm_settings_general.php (copied) (copied from elex-helpdesk-customer-support-ticket-system/trunk/views/settings/crm_settings_general.php)
-
trunk/assets/js/crm_settings.js (modified) (1 diff)
-
trunk/elex-helpdesk-customer-support-ticket-system.php (modified) (1 diff)
-
trunk/includes/class-crm-ajax-functions-two.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
elex-helpdesk-customer-support-ticket-system/tags/3.3.1/assets/js/crm_settings.js
r3094599 r3391816 3767 3767 url: ajaxurl, 3768 3768 data: { 3769 action: 'eh_crm_settings_empty_scheduled_actions' 3769 action: 'eh_crm_settings_empty_scheduled_actions', 3770 nonce: js_obj.nonce, 3770 3771 }, 3771 3772 success: function (data) { -
elex-helpdesk-customer-support-ticket-system/tags/3.3.1/elex-helpdesk-customer-support-ticket-system.php
r3391342 r3391816 4 4 * Plugin URI: https://elextensions.com/plugin/wsdesk-wordpress-helpdesk-plugin-free-version/ 5 5 * Description: Enhances your customer service and enables efficient handling of customer issues. 6 * Version: 3.3. 06 * Version: 3.3.1 7 7 * Author: ELEXtensions 8 8 * Author URI: https://elextensions.com/ -
elex-helpdesk-customer-support-ticket-system/tags/3.3.1/includes/class-crm-ajax-functions-two.php
r3332203 r3391816 1501 1501 1502 1502 public static function eh_crm_settings_empty_scheduled_actions() { 1503 delete_option( 'wsdesk_scheduled_triggers', '' ); 1504 die( json_encode( array( 'result' => 'success' ) ) ); 1503 if ( wp_verify_nonce( isset( $_POST['nonce'] ) ? sanitize_text_field( $_POST['nonce'] ) : '', 'wsdesk_nonce' ) ) { 1504 1505 $current_user = wp_get_current_user(); 1506 $user_roles = $current_user->roles; 1507 1508 if ( ! in_array( 'administrator', $user_roles, true ) && ! in_array( 'WSDesk_Supervisor', $user_roles, true ) ) { 1509 wp_send_json_error( array( 'message' => 'Unauthorized User.' ), 403 ); 1510 } 1511 delete_option( 'wsdesk_scheduled_triggers', '' ); 1512 die( json_encode( array( 'result' => 'success' ) ) ); 1513 } 1505 1514 } 1506 1515 -
elex-helpdesk-customer-support-ticket-system/tags/3.3.1/readme.txt
r3391342 r3391816 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1.8 7 Stable tag: 3.3. 07 Stable tag: 3.3.1 8 8 License: GPLv2 or later 9 9 URI: https://elextensions.com/plugin/wsdesk-wordpress-helpdesk-plugin-free-version/ … … 121 121 == Changelog == 122 122 123 = 3.3.1 = 124 * Code cleanup and Improvement. 125 123 126 = 3.3.0 = 124 127 * Code cleanup and Improvement. … … 204 207 == Upgrade Notice == 205 208 209 = 3.3.1 = 210 * Code cleanup and Improvement. 211 206 212 = 3.3.0 = 207 213 * Code cleanup and Improvement. -
elex-helpdesk-customer-support-ticket-system/trunk/assets/js/crm_settings.js
r3094599 r3391816 3767 3767 url: ajaxurl, 3768 3768 data: { 3769 action: 'eh_crm_settings_empty_scheduled_actions' 3769 action: 'eh_crm_settings_empty_scheduled_actions', 3770 nonce: js_obj.nonce, 3770 3771 }, 3771 3772 success: function (data) { -
elex-helpdesk-customer-support-ticket-system/trunk/elex-helpdesk-customer-support-ticket-system.php
r3391342 r3391816 4 4 * Plugin URI: https://elextensions.com/plugin/wsdesk-wordpress-helpdesk-plugin-free-version/ 5 5 * Description: Enhances your customer service and enables efficient handling of customer issues. 6 * Version: 3.3. 06 * Version: 3.3.1 7 7 * Author: ELEXtensions 8 8 * Author URI: https://elextensions.com/ -
elex-helpdesk-customer-support-ticket-system/trunk/includes/class-crm-ajax-functions-two.php
r3332203 r3391816 1501 1501 1502 1502 public static function eh_crm_settings_empty_scheduled_actions() { 1503 delete_option( 'wsdesk_scheduled_triggers', '' ); 1504 die( json_encode( array( 'result' => 'success' ) ) ); 1503 if ( wp_verify_nonce( isset( $_POST['nonce'] ) ? sanitize_text_field( $_POST['nonce'] ) : '', 'wsdesk_nonce' ) ) { 1504 1505 $current_user = wp_get_current_user(); 1506 $user_roles = $current_user->roles; 1507 1508 if ( ! in_array( 'administrator', $user_roles, true ) && ! in_array( 'WSDesk_Supervisor', $user_roles, true ) ) { 1509 wp_send_json_error( array( 'message' => 'Unauthorized User.' ), 403 ); 1510 } 1511 delete_option( 'wsdesk_scheduled_triggers', '' ); 1512 die( json_encode( array( 'result' => 'success' ) ) ); 1513 } 1505 1514 } 1506 1515 -
elex-helpdesk-customer-support-ticket-system/trunk/readme.txt
r3391342 r3391816 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1.8 7 Stable tag: 3.3. 07 Stable tag: 3.3.1 8 8 License: GPLv2 or later 9 9 URI: https://elextensions.com/plugin/wsdesk-wordpress-helpdesk-plugin-free-version/ … … 121 121 == Changelog == 122 122 123 = 3.3.1 = 124 * Code cleanup and Improvement. 125 123 126 = 3.3.0 = 124 127 * Code cleanup and Improvement. … … 204 207 == Upgrade Notice == 205 208 209 = 3.3.1 = 210 * Code cleanup and Improvement. 211 206 212 = 3.3.0 = 207 213 * Code cleanup and Improvement.
Note: See TracChangeset
for help on using the changeset viewer.