Plugin Directory

Changeset 3348618


Ignore:
Timestamp:
08/22/2025 12:00:15 PM (7 months ago)
Author:
webtonative
Message:

Deploy plugin version 2.9.4

Location:
webtonative/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • webtonative/trunk/README.md

    r3348609 r3348618  
    44Requires at least: 2.0.2
    55Tested up to: 6.7.1
    6 Stable tag: 2.9.3
     6Stable tag: 2.9.4
    77License: GPLv2 or later
    88
  • webtonative/trunk/admin/index.php

    r3034141 r3348618  
    99require_once __DIR__ . '/iap/index.php';
    1010require_once __DIR__ . '/push-notification/index.php';
    11 
    12 
    13 define("IS_WOOCOMMERCE_ACTIVE",  in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins'))));
    1411
    1512class WebtonativePluginAdminHandler
  • webtonative/trunk/index.php

    r3348609 r3348618  
    33  Plugin Name: webtonative
    44  Description: webtonative Plugin
    5   Version: 2.9.3
     5  Version: 2.9.4
    66  Author: webtonative
    77*/
     
    1717} // Exit if accessed directly
    1818
     19define("IS_WOOCOMMERCE_ACTIVE",  in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins'))));
    1920define('PLUGIN_PATH', plugin_dir_path(__FILE__));
    2021
Note: See TracChangeset for help on using the changeset viewer.