Plugin Directory

Changeset 3046891


Ignore:
Timestamp:
03/07/2024 10:46:41 AM (22 months ago)
Author:
zoho
Message:

Supported Japan, Canada and Saudi Arabia data centres for Zoho Forms and bug fixes

Location:
zoho-forms
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • zoho-forms/tags/4.0/readme.txt

    r2969088 r3046891  
    55Tags: forms, form builder, form plugin, wordpress contact form, custom forms,zoho, zoho forms, online forms, mobile forms, embedding forms, embedding zoho forms, embedding web forms, web forms, web to lead form, web to contact form,embed online forms, zoho online forms,crm forms,zoho crm, crm leads,zoho crm forms.
    66Requires at least: 2.8
    7 Tested up to: 6.3.1
    8 Stable tag: 3.0.2
     7Tested up to: 6.4.3
     8Stable tag: 4.0
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    145145* Bug fixes and tested with the latest version of wordpress.
    146146
     147= 4.0 =
     148
     149* Supported Japan, Canada and Saudi Arabia data centres for Zoho Forms and bug fixes.
     150
    147151== Upgrade Notice ==
    148152
    149 = 3.0.2 =
     153= 4.0 =
    150154
    151 * Bug fixes and tested with the latest version of wordpress.
     155* Supported Japan, Canada and Saudi Arabia data centres for Zoho Forms and bug fixes.
  • zoho-forms/tags/4.0/tinymce/zforms_dailog.js

    r2268853 r3046891  
    276276                $("#createFormDiv").show();
    277277            }else{
    278                 getForms();
    279278                $("#formSelectionDiv").show();
    280279            }
     
    336335//constructing url based on domain extention
    337336function getZohoFormsURL(domain){
    338     if(domain != undefined && domain.length != 0 && domain != "-select-" && (domain == ".com" || domain == ".eu" || domain == ".com.cn" || domain == ".com.au" || domain == ".in")){
    339         return "https://forms.zoho"+domain;
     337    if(domain != undefined && domain.length != 0 && domain != "-select-"){
     338        if(domain == ".com" || domain == ".eu" || domain == ".com.cn" || domain == ".com.au" || domain == ".in" || domain == ".jp" || domain == ".sa") {
     339            return "https://forms.zoho"+domain;
     340        }else if(domain == ".ca") {
     341            return "https://forms.zohocloud" + domain;
     342        }else {
     343            return "";
     344        }
    340345    }else{
    341346        return "";
     
    344349function getZohoURL(domain){
    345350    if(domain != undefined && domain.length != 0 && domain != "-select-"){
    346         return "https://zoho"+domain;
     351        if(domain == ".ca") {
     352            return "https://zohocloud"+domain;
     353        }else {
     354            return "https://zoho"+domain;
     355        }
    347356    }else{
    348357        return "";
  • zoho-forms/tags/4.0/tinymce/zforms_dialog.php

    r2268853 r3046891  
    6464                            <option value=".in">zoho.in</option>
    6565                            <option value=".com.au">zoho.com.au</option>
     66                            <option value=".jp">zoho.jp</option>
     67                            <option value=".ca">zohocloud.ca</option>
     68                            <option value=".sa">zoho.sa</option>
    6669                        </select>
    6770                   
  • zoho-forms/tags/4.0/zohoForms.php

    r2969088 r3046891  
    55Plugin URI: http://wordpress.org/extend/plugins/zohoforms
    66Description: Embed forms just about anywhere on your WordPress website. Concentrate on just your content and let us take care of the coding for you.
    7 Version: 3.0.2
     7Version: 4.0
    88Author: Zoho Forms
    99Author URI: https://forms.zoho.com
  • zoho-forms/tags/4.0/zohoforms-block.js

    r2268853 r3046891  
    261261        function getZohoFormsURL(domain){
    262262            if(domain != undefined && domain.length != 0 && domain != "-select-"){
    263                 return "https://forms.zoho"+domain;
     263                if(domain == ".ca") {
     264                    return "https://forms.zohocloud" + domain;
     265                }else {
     266                    return "https://forms.zoho"+domain;
     267                    }
    264268            }else{
    265269                return "";
     
    427431                                                },
    428432                                                "zoho.com.au"
     433                                            ),
     434                                            wpCreateElem("option",
     435                                                {
     436                                                    value: ".jp"
     437                                                },
     438                                                "zoho.jp"
     439                                            ),
     440                                            wpCreateElem("option",
     441                                                {
     442                                                    value: ".ca"
     443                                                },
     444                                                "zohocloud.ca"
     445                                            ),
     446                                            wpCreateElem("option",
     447                                                {
     448                                                    value: ".sa"
     449                                                },
     450                                                "zoho.sa"
    429451                                            )
    430452                                        )
  • zoho-forms/trunk/readme.txt

    r2969088 r3046891  
    66Requires at least: 2.8
    77Tested up to: 4.9.6
    8 Stable tag: 3.0.2
     8Stable tag: 4.0
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.