Plugin Directory

Changeset 2917821


Ignore:
Timestamp:
05/26/2023 01:13:18 PM (3 years ago)
Author:
nickjamescom
Message:

3.5
Fixed the functionality bug
*Version update

Location:
apm-child/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • apm-child/trunk/functions/core-function.php

    r2917796 r2917821  
    3333    {
    3434        apm_aweber_subscription_db_init();
    35         apm_aweber_subscription_execute_mis_query(); //--> This function will execute to add addtional miscellaneous queries
    3635        apm_create_posttype();
    3736       
  • apm-child/trunk/mc-main.php

    r2917796 r2917821  
    99Author: Nick James
    1010E-mail: admin@nickjamesadmin.com
    11 Version: 3.4
     11Version: 3.5
    1212Author URI: http://www.pluginpixie.com
    1313*/
     
    1515//ini_set('display_errors',1);
    1616global $APM_SUBSCRIPTION_VER;
    17 $APM_SUBSCRIPTION_VER = "3.4";
     17$APM_SUBSCRIPTION_VER = "3.5";
    1818
    1919define('APM_SUBSCRIPTION_PATH', plugins_url().'/'. basename(dirname(__FILE__)).'/');
  • apm-child/trunk/readme.txt

    r2917796 r2917821  
    220220*Added thrivecart in Post Snippet Page as global variable
    221221*Version update
     222
     2233.5
     224Fixed the functionality bug
     225*Version update
Note: See TracChangeset for help on using the changeset viewer.