Changeset 3146489
- Timestamp:
- 09/04/2024 01:44:13 PM (19 months ago)
- Location:
- managedorg-product-driver/trunk
- Files:
-
- 3 edited
-
donative.php (modified) (2 diffs)
-
js/modd_myscript.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
managedorg-product-driver/trunk/donative.php
r3146479 r3146489 4 4 Plugin URI: https://wordpress.org/plugins/managedorg-product-driver/ 5 5 Description: Managedorg Product Driver for Amazon Business Integration. 6 Version: 2.1.1. 06 Version: 2.1.1.1 7 7 Author: Managedorg 8 8 Author URI: https://managedorg.io/ … … 11 11 12 12 if (!class_exists('MODD_Donation')) : 13 define('MODD_VERSION', '2.1.1. 0');13 define('MODD_VERSION', '2.1.1.1'); 14 14 define('MODD_PLUGIN_URL', plugin_dir_url(__FILE__)); 15 15 define('MODD_PLUGIN_MAIN_PATH', plugin_dir_path(__FILE__)); -
managedorg-product-driver/trunk/js/modd_myscript.js
r3146473 r3146489 41 41 var campaign_id = ''; 42 42 var campaign_type = ''; 43 var shortCodeId = ''; 44 43 45 44 46 if($("#modd_campaign_list_div").data("uid") != undefined && $("#modd_campaign_list_div").data("uid") != null){ 47 shortCodeId = $("#modd_campaign_list_div").data("uid"); 48 } 49 45 50 if($("#modd_campaign_list_div").data("location") != undefined && $("#modd_campaign_list_div").data("location") != null){ 46 51 location = $("#modd_campaign_list_div").data("location"); -
managedorg-product-driver/trunk/readme.txt
r3146479 r3146489 4 4 Requires at least: 4.7 5 5 Tested up to: 6.4.1 6 Stable tag: 2.1.1. 06 Stable tag: 2.1.1.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 182 182 * New Shortcode Generation added 183 183 * Stable Version 184 185 = 2.1.1.1 = 186 * Bug Fix
Note: See TracChangeset
for help on using the changeset viewer.