Changeset 2528294
- Timestamp:
- 05/08/2021 08:27:31 AM (5 years ago)
- Location:
- doordash-storefront/trunk
- Files:
-
- 3 edited
-
doordash-storefront.php (modified) (2 diffs)
-
mod/dd-generate.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doordash-storefront/trunk/doordash-storefront.php
r2523875 r2528294 3 3 Plugin Name: Storefront Online Ordering by DoorDash 4 4 Description: Add commission-free online ordering for pickup and delivery to your own website. 5 Version: 1.0. 05 Version: 1.0.2 6 6 Author: doordashstorefront 7 7 Author URI: https://get.doordash.com/ … … 13 13 } 14 14 15 define("DDSOO_version", '1.0. 0');15 define("DDSOO_version", '1.0.2'); 16 16 define("DDSOO_plugin", plugin_basename(__FILE__)); 17 17 define("DDSOO_plugin_path", plugin_dir_path( __FILE__)); -
doordash-storefront/trunk/mod/dd-generate.php
r2523875 r2528294 15 15 } 16 16 } 17 $o[]='urlParams: {utm_medium: "wp_plugin"}'; 17 18 $o='{'.implode(', ',$o).'}'; 18 19 return $o; -
doordash-storefront/trunk/readme.txt
r2524295 r2528294 4 4 Requires at least: 4.6 5 5 Tested up to: 5.7.1 6 Stable tag: 1.0. 06 Stable tag: 1.0.2 7 7 Requires PHP: 5.2.4 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.