Plugin Directory

Changeset 3216434


Ignore:
Timestamp:
01/03/2025 11:53:17 AM (14 months ago)
Author:
webtonative
Message:

Deploy plugin version 2.4

Location:
webtonative/trunk
Files:
46 added
3 edited

Legend:

Unmodified
Added
Removed
  • webtonative/trunk/README.md

    r3209976 r3216434  
    44Requires at least: 2.0.2
    55Tested up to: 6.7.1
    6 Stable tag: 2.3
     6Stable tag: 2.4
    77License: GPLv2 or later
    88
  • webtonative/trunk/index.php

    r3209976 r3216434  
    33  Plugin Name: webtonative
    44  Description: webtonative Plugin
    5   Version: 2.3
     5  Version: 2.4
    66  Author: webtonative
    77*/
    88
    99require_once plugin_dir_path(__FILE__) . 'offer-card/webtonative-offercard.php';
     10require_once plugin_dir_path(__FILE__) . 'webtonative-biometric/webtonative-biometric.php';
     11require_once plugin_dir_path(__FILE__) . 'qtmedia-native-control/qtmedia-native-control.php';
     12require_once plugin_dir_path(__FILE__) . 'webtonative-radio-player/webtonative-radio-player.php';
    1013
    1114if (!defined('ABSPATH')) {
  • webtonative/trunk/offer-card/webtonative-offercard.php

    r3209976 r3216434  
    44Description: Embed an offer card on any page with customizable settings.
    55Version: 1.0
    6 Author: Pankaj Joshi
     6Author: webtonative
    77*/
    88
Note: See TracChangeset for help on using the changeset viewer.