Plugin Directory

Changeset 2528294


Ignore:
Timestamp:
05/08/2021 08:27:31 AM (5 years ago)
Author:
doordashstorefront
Message:

urlParams

Location:
doordash-storefront/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doordash-storefront/trunk/doordash-storefront.php

    r2523875 r2528294  
    33Plugin Name: Storefront Online Ordering by DoorDash
    44Description: Add commission-free online ordering for pickup and delivery to your own website.
    5 Version: 1.0.0
     5Version: 1.0.2
    66Author: doordashstorefront
    77Author URI: https://get.doordash.com/
     
    1313}
    1414
    15 define("DDSOO_version", '1.0.0');
     15define("DDSOO_version", '1.0.2');
    1616define("DDSOO_plugin", plugin_basename(__FILE__));
    1717define("DDSOO_plugin_path", plugin_dir_path( __FILE__));
  • doordash-storefront/trunk/mod/dd-generate.php

    r2523875 r2528294  
    1515            }
    1616        }
     17        $o[]='urlParams: {utm_medium: "wp_plugin"}';
    1718        $o='{'.implode(', ',$o).'}';       
    1819        return $o;
  • doordash-storefront/trunk/readme.txt

    r2524295 r2528294  
    44Requires at least: 4.6
    55Tested up to: 5.7.1
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.2
    77Requires PHP: 5.2.4
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.