Changeset 2917821
- Timestamp:
- 05/26/2023 01:13:18 PM (3 years ago)
- Location:
- apm-child/trunk
- Files:
-
- 3 edited
-
functions/core-function.php (modified) (1 diff)
-
mc-main.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apm-child/trunk/functions/core-function.php
r2917796 r2917821 33 33 { 34 34 apm_aweber_subscription_db_init(); 35 apm_aweber_subscription_execute_mis_query(); //--> This function will execute to add addtional miscellaneous queries36 35 apm_create_posttype(); 37 36 -
apm-child/trunk/mc-main.php
r2917796 r2917821 9 9 Author: Nick James 10 10 E-mail: admin@nickjamesadmin.com 11 Version: 3. 411 Version: 3.5 12 12 Author URI: http://www.pluginpixie.com 13 13 */ … … 15 15 //ini_set('display_errors',1); 16 16 global $APM_SUBSCRIPTION_VER; 17 $APM_SUBSCRIPTION_VER = "3. 4";17 $APM_SUBSCRIPTION_VER = "3.5"; 18 18 19 19 define('APM_SUBSCRIPTION_PATH', plugins_url().'/'. basename(dirname(__FILE__)).'/'); -
apm-child/trunk/readme.txt
r2917796 r2917821 220 220 *Added thrivecart in Post Snippet Page as global variable 221 221 *Version update 222 223 3.5 224 Fixed the functionality bug 225 *Version update
Note: See TracChangeset
for help on using the changeset viewer.