Plugin Directory

Changeset 3439725


Ignore:
Timestamp:
01/14/2026 05:05:47 PM (4 months ago)
Author:
CRMPerks
Message:

releasing 1.6.0

Location:
woo-zoho
Files:
4 edited
8 copied

Legend:

Unmodified
Added
Removed
  • woo-zoho/tags/1.6.0/api/api.php

    r3379635 r3439725  
    308308public function get_fields_invoice($module){
    309309   
    310 $json['invoices']='["reference_number","place_of_supply","gst_treatment","gst_no","template_id","date","payment_terms","payment_terms_label","due_date","discount","tax_total","shipping_charge","is_discount_before_tax","discount_type","is_inclusive_tax","exchange_rate","recurring_invoice_id","invoiced_estimate_id","salesperson_name","project_id","allow_partial_payments","notes","terms","adjustment","adjustment_description","reason","tax_authority_id","tax_exemption_id","invoice_number","tax_id","tax_treatment","vat_treatment","branch_id","reference_invoice_type","payment_options","allow_partial_payments","pricebook_id"]'; //recurringinvoices
     310$json['invoices']='["reference_number","place_of_supply","gst_treatment","gst_no","template_id","date","payment_terms","payment_terms_label","due_date","discount","tax_total","shipping_charge","is_discount_before_tax","discount_type","is_inclusive_tax","exchange_rate","recurring_invoice_id","invoiced_estimate_id","salesperson_name","project_id","allow_partial_payments","notes","terms","adjustment","adjustment_description","reason","tax_authority_id","tax_exemption_id","invoice_number","tax_id","tax_treatment","vat_treatment","vat_reg_no","branch_id","reference_invoice_type","payment_options","allow_partial_payments","pricebook_id"]'; //recurringinvoices
    311311 
    312  $json['salesorders']='["salesorder_number","reference_number","shipment_date","date","notes","terms","discount","shipping_charge","shipping_charge","is_discount_before_tax","discount_type","delivery_method","adjustment","adjustment_description","pricebook_id","salesperson_id","salesperson_name","is_inclusive_tax","exchange_rate","template_id","place_of_supply","gst_treatment","gst_no","tax_id","tax_treatment","branch_id","pricebook_id"]';
     312 $json['salesorders']='["salesorder_number","reference_number","shipment_date","date","notes","terms","discount","shipping_charge","shipping_charge","is_discount_before_tax","discount_type","delivery_method","adjustment","adjustment_description","pricebook_id","salesperson_id","salesperson_name","is_inclusive_tax","exchange_rate","template_id","place_of_supply","gst_treatment","gst_no","tax_id","tax_treatment","vat_reg_no","branch_id","pricebook_id"]';
    313313 
    314314  $json['recurringinvoices']='["recurrence_name","start_date","end_date","recurrence_frequency","repeat_every","tax_id","email","gst_no","gst_treatment","place_of_supply","source_of_supply","destination_of_supply","abn","vendor_id","payment_terms","payment_terms_label","is_discount_before_tax","shipping_charge","adjustment","adjustment_description","quantity","unit","rate","description","name","discount","branch_id"]';
  • woo-zoho/tags/1.6.0/includes/plugin-pages.php

    r3350136 r3439725  
    15151515  $check=$force_check; $auto_check=false;
    15161516  $api_check=isset($info['api_check']) ? (int)$info['api_check'] : time();
    1517   if(!$force_check && $api_check<$time){ //check validity period in settings tab
     1517  if(!$force_check && $api_check<$time && !empty($info['refresh_token'])){ //check validity period in settings tab , auto check ,if prevsiously connected (refresh not empty)
    15181518  $check=true; $auto_check=true;
    15191519  }
     
    17271727  if(isset($_POST['vx_test_connection']) ){ //|| isset($_POST['save'])
    17281728    $force_check=true; 
    1729   }
     1729  }
     1730 
    17301731  //verify connection
    17311732  $info=$this->validate_api($info,$force_check);
     
    17651766  wp_enqueue_script('vxc-select2' );
    17661767  wp_enqueue_style('vxc-select2');
    1767    
    17681768include_once(self::$path."templates/setting.php");
    17691769  }
     
    18631863  $api=$this->get_api($info);
    18641864   $meta=$this->post('meta',$info);
    1865 $info=$api->handle_code();
     1865$info=$api->handle_code(); 
    18661866    //get objects after saving acces token
    18671867  $token=$this->post('access_token',$info);
  • woo-zoho/tags/1.6.0/readme.txt

    r3420341 r3439725  
    44Requires at least: 4.7
    55Tested up to: 6.9
    6 Stable tag: 1.5.9
    7 Version: 1.5.9
     6Stable tag: 1.6.0
     7Version: 1.6.0
    88WC requires at least: 3.0
    99WC tested up to: 10.4
     
    175175
    176176
     177= 1.6.0 =
     178* added "vat_reg_no field" feature.
     179
    177180= 1.5.9 =
    178181* added "custom line item field from qty" feature.
  • woo-zoho/tags/1.6.0/woo-zoho.php

    r3379635 r3439725  
    33* Plugin Name: Integration for WooCommerce and Zoho
    44* Description: Integrates WooCommerce with Zoho allowing new orders to be automatically sent to your Zoho account.
    5 * Version: 1.5.9
     5* Version: 1.6.0
    66* Requires at least: 4.7
    77* Author: CRM Perks
     
    2424  public $domain='vxc-zoho';
    2525  public $crm_name='zoho';
    26   public $version = '1.5.9';
     26  public $version = '1.6.0';
    2727  public $min_wc_version = '3.0';
    2828  public $update_id = '50003';
  • woo-zoho/trunk/api/api.php

    r3379635 r3439725  
    308308public function get_fields_invoice($module){
    309309   
    310 $json['invoices']='["reference_number","place_of_supply","gst_treatment","gst_no","template_id","date","payment_terms","payment_terms_label","due_date","discount","tax_total","shipping_charge","is_discount_before_tax","discount_type","is_inclusive_tax","exchange_rate","recurring_invoice_id","invoiced_estimate_id","salesperson_name","project_id","allow_partial_payments","notes","terms","adjustment","adjustment_description","reason","tax_authority_id","tax_exemption_id","invoice_number","tax_id","tax_treatment","vat_treatment","branch_id","reference_invoice_type","payment_options","allow_partial_payments","pricebook_id"]'; //recurringinvoices
     310$json['invoices']='["reference_number","place_of_supply","gst_treatment","gst_no","template_id","date","payment_terms","payment_terms_label","due_date","discount","tax_total","shipping_charge","is_discount_before_tax","discount_type","is_inclusive_tax","exchange_rate","recurring_invoice_id","invoiced_estimate_id","salesperson_name","project_id","allow_partial_payments","notes","terms","adjustment","adjustment_description","reason","tax_authority_id","tax_exemption_id","invoice_number","tax_id","tax_treatment","vat_treatment","vat_reg_no","branch_id","reference_invoice_type","payment_options","allow_partial_payments","pricebook_id"]'; //recurringinvoices
    311311 
    312  $json['salesorders']='["salesorder_number","reference_number","shipment_date","date","notes","terms","discount","shipping_charge","shipping_charge","is_discount_before_tax","discount_type","delivery_method","adjustment","adjustment_description","pricebook_id","salesperson_id","salesperson_name","is_inclusive_tax","exchange_rate","template_id","place_of_supply","gst_treatment","gst_no","tax_id","tax_treatment","branch_id","pricebook_id"]';
     312 $json['salesorders']='["salesorder_number","reference_number","shipment_date","date","notes","terms","discount","shipping_charge","shipping_charge","is_discount_before_tax","discount_type","delivery_method","adjustment","adjustment_description","pricebook_id","salesperson_id","salesperson_name","is_inclusive_tax","exchange_rate","template_id","place_of_supply","gst_treatment","gst_no","tax_id","tax_treatment","vat_reg_no","branch_id","pricebook_id"]';
    313313 
    314314  $json['recurringinvoices']='["recurrence_name","start_date","end_date","recurrence_frequency","repeat_every","tax_id","email","gst_no","gst_treatment","place_of_supply","source_of_supply","destination_of_supply","abn","vendor_id","payment_terms","payment_terms_label","is_discount_before_tax","shipping_charge","adjustment","adjustment_description","quantity","unit","rate","description","name","discount","branch_id"]';
  • woo-zoho/trunk/includes/plugin-pages.php

    r3350136 r3439725  
    15151515  $check=$force_check; $auto_check=false;
    15161516  $api_check=isset($info['api_check']) ? (int)$info['api_check'] : time();
    1517   if(!$force_check && $api_check<$time){ //check validity period in settings tab
     1517  if(!$force_check && $api_check<$time && !empty($info['refresh_token'])){ //check validity period in settings tab , auto check ,if prevsiously connected (refresh not empty)
    15181518  $check=true; $auto_check=true;
    15191519  }
     
    17271727  if(isset($_POST['vx_test_connection']) ){ //|| isset($_POST['save'])
    17281728    $force_check=true; 
    1729   }
     1729  }
     1730 
    17301731  //verify connection
    17311732  $info=$this->validate_api($info,$force_check);
     
    17651766  wp_enqueue_script('vxc-select2' );
    17661767  wp_enqueue_style('vxc-select2');
    1767    
    17681768include_once(self::$path."templates/setting.php");
    17691769  }
     
    18631863  $api=$this->get_api($info);
    18641864   $meta=$this->post('meta',$info);
    1865 $info=$api->handle_code();
     1865$info=$api->handle_code(); 
    18661866    //get objects after saving acces token
    18671867  $token=$this->post('access_token',$info);
  • woo-zoho/trunk/readme.txt

    r3420341 r3439725  
    44Requires at least: 4.7
    55Tested up to: 6.9
    6 Stable tag: 1.5.9
    7 Version: 1.5.9
     6Stable tag: 1.6.0
     7Version: 1.6.0
    88WC requires at least: 3.0
    99WC tested up to: 10.4
     
    175175
    176176
     177= 1.6.0 =
     178* added "vat_reg_no field" feature.
     179
    177180= 1.5.9 =
    178181* added "custom line item field from qty" feature.
  • woo-zoho/trunk/woo-zoho.php

    r3379635 r3439725  
    33* Plugin Name: Integration for WooCommerce and Zoho
    44* Description: Integrates WooCommerce with Zoho allowing new orders to be automatically sent to your Zoho account.
    5 * Version: 1.5.9
     5* Version: 1.6.0
    66* Requires at least: 4.7
    77* Author: CRM Perks
     
    2424  public $domain='vxc-zoho';
    2525  public $crm_name='zoho';
    26   public $version = '1.5.9';
     26  public $version = '1.6.0';
    2727  public $min_wc_version = '3.0';
    2828  public $update_id = '50003';
Note: See TracChangeset for help on using the changeset viewer.