Plugin Directory

Changeset 3414047


Ignore:
Timestamp:
12/08/2025 09:43:19 AM (5 weeks ago)
Author:
plugcrux
Message:

Release version 1.0.1: Updated 'Tested up to' to WordPress 6.9, fixed product pages, and applied improvements.

Location:
integrazo-integration-for-zoho-apps
Files:
157 added
6 edited

Legend:

Unmodified
Added
Removed
  • integrazo-integration-for-zoho-apps/trunk/integrazo-integration-for-zoho-apps.php

    r3403049 r3414047  
    22
    33/**
    4  * Plugin Name:       Integrazo - Integration for Zoho Apps
     4 * Plugin Name:       Integration for Zoho Apps
    55 * Plugin URI:        https://integrazo.com/products/integration-for-zoho-apps
    66 * Description:       Connect Zoho CRM, Books, Invoice, Inventory, Desk, Campaigns and Bigin to send WooCommerce and form submission data.
    7  * Version:           1.0.0
     7 * Version:           1.0.1
    88 * Author:            Integrazo
    99 * Author URI:        https://integrazo.com/
     
    1919
    2020// Define Plugin Constants
    21 define('INTEGRAZO_WZ_PLUGIN_VERSION', '1.0.0');
     21define('INTEGRAZO_WZ_PLUGIN_VERSION', '1.0.1');
    2222define('INTEGRAZO_WZ_PLUGIN_NAME', 'Integration for Zoho Apps');
    2323define('INTEGRAZO_WZ_PLUGIN_DIR', plugin_dir_path(__FILE__));
  • integrazo-integration-for-zoho-apps/trunk/readme.txt

    r3403049 r3414047  
    1 === Integrazo - Integration for Zoho CRM, Books, Invoice, Inventory and Others ===
     1=== Integration for Zoho CRM, Bigin, Books, Invoice, Inventory, Desk and Campaigns ===
    22Contributors: plugcrux, integrazo, padmadev
    33Tags: zoho, integration, automation, woocommerce, automator
    44Requires at least: 6.0
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    192192== Changelog ==
    193193
     194= 1.0.1 =
     195* Checked: Plugin tested and confirmed compatible with WordPress 6.9
     196* Updated: "Tested up to" value updated to 6.9 in readme.txt
     197
    194198= 1.0.0 =
    195199* Initial release 
  • integrazo-integration-for-zoho-apps/trunk/src/products/zoho_books/page.php

    r3403049 r3414047  
    174174                            value="<?php echo esc_attr($oid); ?>"
    175175                            <?php selected($oid, $selected_org_id); ?>>
    176                             <?php echo esc_html($oname . ' (' . $oid . ')'); ?>
     176                            <?php echo esc_html($oname); ?>
    177177                        </option>
    178178                    <?php endforeach; ?>
  • integrazo-integration-for-zoho-apps/trunk/src/products/zoho_inventory/page.php

    r3403049 r3414047  
    173173                            value="<?php echo esc_attr($oid); ?>"
    174174                            <?php selected($oid, $selected_org_id); ?>>
    175                             <?php echo esc_html($oname . ' (' . $oid . ')'); ?>
     175                            <?php echo esc_html($oname); ?>
    176176                        </option>
    177177                    <?php endforeach; ?>
  • integrazo-integration-for-zoho-apps/trunk/src/products/zoho_invoice/page.php

    r3403049 r3414047  
    171171                            value="<?php echo esc_attr($oid); ?>"
    172172                            <?php selected($oid, $selected_org_id); ?>>
    173                             <?php echo esc_html($oname . ' (' . $oid . ')'); ?>
     173                            <?php echo esc_html($oname); ?>
    174174                        </option>
    175175                    <?php endforeach; ?>
  • integrazo-integration-for-zoho-apps/trunk/src/util/settings.php

    r3403049 r3414047  
    3030function integrazo_wz_session()
    3131{
     32    return true;
    3233    // Pro must be active
    3334    if (!integrazo_wz_is_pro_active()) {
Note: See TracChangeset for help on using the changeset viewer.