Changeset 2067272
- Timestamp:
- 04/11/2019 02:40:22 PM (7 years ago)
- Location:
- apm-child/trunk
- Files:
-
- 3 edited
-
mc-main.php (modified) (1 diff)
-
optin-monster-settings.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apm-child/trunk/mc-main.php
r2046638 r2067272 9 9 Author: Nick James 10 10 E-mail: admin@nickjamesadmin.com 11 Version: 2.3. 511 Version: 2.3.6 12 12 Author URI: http://www.pluginpixie.com 13 13 */ 14 14 ini_set('display_errors',1); 15 15 global $APM_SUBSCRIPTION_VER; 16 $APM_SUBSCRIPTION_VER = "2.3. 5";16 $APM_SUBSCRIPTION_VER = "2.3.6"; 17 17 18 18 define('APM_SUBSCRIPTION_PATH', plugins_url().'/'. basename(dirname(__FILE__)).'/'); -
apm-child/trunk/optin-monster-settings.php
r2035019 r2067272 41 41 function OptinMonsterCustomVariables(app) 42 42 { 43 43 44 44 app.setCustomVariable('account_id', '<input type="hidden" name="account_id" value="<?php echo esc_html($recordCrediantial['aweber_account_number'],'apm-child')?>" />'); 45 45 app.setCustomVariable('list_id', '<input type="hidden" name="list_id" value="<?php echo esc_html($recordCrediantial['aweber_list_id'],'apm-child')?>" />'); … … 56 56 function anchorTest() 57 57 { 58 jQuery(".Campaign select").prop('required', true); //--> Validation for Webinar 59 58 60 jQuery('.Campaign').find('a').each(function() { 59 61 -
apm-child/trunk/readme.txt
r2046638 r2067272 113 113 *Added Transaction ID to debug log 114 114 *Version Update. 115 116 = 2.3.6 = 117 *Implemented validation for webinar time selectbox in optin form 118 *Version Update.
Note: See TracChangeset
for help on using the changeset viewer.