Plugin Directory

Changeset 3117518


Ignore:
Timestamp:
07/13/2024 01:43:22 PM (21 months ago)
Author:
clickmis
Message:

add 1.0.5

Location:
clickmis/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clickmis/trunk/ClickPlugin.php

    r3026071 r3117518  
    33/**
    44 * @link              https://clickmis.net/
    5  * @since             1.0.4
     5 * @since             1.0.5
    66 * @package           ClickPlugin
    77 *
     
    99 * Plugin URI: https://clickmis.net/
    1010 * Description: اتصال و همگامسازی وب سایت فروش ووکامرس با حسابداری آنلاین کلیک
    11  * Version: 1.0.4
     11 * Version: 1.0.5
    1212 * Author: ClickMis
    1313 * Author URI: https://clickmis.net/
     
    4444
    4545
    46 try {
    47     function ClickMisPlugin_my_woocommerce_rest_check_permissions($permission, $context, $object_id, $post_type)
    48     {
    49         return true;
    50     }
    51     add_filter('woocommerce_rest_check_permissions', 'ClickMisPlugin_my_woocommerce_rest_check_permissions', 90, 4);
    52 } catch (\Throwable $e) {
    53 }
     46// try {
     47// function ClickMisPlugin_my_woocommerce_rest_check_permissions($permission, $context, $object_id, $post_type)
     48// {
     49//      return true;
     50// }
     51// add_filter('woocommerce_rest_check_permissions', 'ClickMisPlugin_my_woocommerce_rest_check_permissions', 90, 4);
     52// } catch (\Throwable $e) {
     53// }
    5454
    5555// Hook before calculate fees
  • clickmis/trunk/README.txt

    r3026071 r3117518  
    55Tested up to: 6.1
    66Requires PHP: 5.6
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.