Plugin Directory

Changeset 3415991


Ignore:
Timestamp:
12/10/2025 05:20:23 AM (5 weeks ago)
Author:
plugcrux
Message:

Updated plugin files and created tag 1.0.2

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

Legend:

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

    r3414047 r3415991  
    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.1
     7 * Version:           1.0.2
    88 * Author:            Integrazo
    99 * Author URI:        https://integrazo.com/
     
    1919
    2020// Define Plugin Constants
    21 define('INTEGRAZO_WZ_PLUGIN_VERSION', '1.0.1');
     21define('INTEGRAZO_WZ_PLUGIN_VERSION', '1.0.2');
    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

    r3414047 r3415991  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    192192== Changelog ==
    193193
     194= 1.0.2 =
     195* Updated: "Tested up to" value updated to 6.9 in readme.txt
     196
    194197= 1.0.1 =
    195198* Checked: Plugin tested and confirmed compatible with WordPress 6.9
  • integrazo-integration-for-zoho-apps/trunk/src/util/settings.php

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