Plugin Directory

Changeset 3003070


Ignore:
Timestamp:
11/29/2023 06:21:06 AM (2 years ago)
Author:
nickjamescom
Message:

3.6.4
*Share Your Success Fixes
*Version update

Location:
apm-child/trunk
Files:
3 edited

Legend:

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

    r2963072 r3003070  
    4848
    4949    global $wpdb;
     50   
    5051    $flag_publish_post = false;
    5152   
     
    183184    $inc_commision_amt = number_format($inc_commision_amt, 2, '.', '');
    184185   
     186   
     187    if($apm_post_schedule == 'TurnOff')
     188    {
     189        $flag_publish_post = false;
     190    }
    185191   
    186192    //--> Replace Title short code
  • apm-child/trunk/mc-main.php

    r2963072 r3003070  
    99Author: Nick James
    1010E-mail: admin@nickjamesadmin.com
    11 Version: 3.6.3
     11Version: 3.6.4
    1212Author URI: http://www.pluginpixie.com
    1313*/
    1414
    1515global $APM_SUBSCRIPTION_VER;
    16 $APM_SUBSCRIPTION_VER = "3.6.3";
     16$APM_SUBSCRIPTION_VER = "3.6.4";
    1717
    1818define('APM_SUBSCRIPTION_PATH', plugins_url().'/'. basename(dirname(__FILE__)).'/');
  • apm-child/trunk/readme.txt

    r2963072 r3003070  
    222222
    2232233.5
    224 Fixed the functionality bug
     224*Fixed the functionality bug
    225225*Version update
    226226
    2272273.6
    228 Added Google reCAPTCHA V3
     228*Added Google reCAPTCHA V3
    229229*Version update
    230230
    2312313.6.1
    232 Bug Fixes
     232*Bug Fixes
    233233*Version update
    234234
    2352353.6.2
    236 Bug Fixes
     236*Bug Fixes
    237237*Version update
    238238
    2392393.6.3
    240 Share Your Success logic changed
    241 Notice for Empty Google reCPATCHA Key
    242 *Version update
     240*Share Your Success logic changed
     241*Notice for Empty Google reCPATCHA Key
     242*Version update
     243
     2443.6.4
     245*Share Your Success Fixes
     246*Version update
Note: See TracChangeset for help on using the changeset viewer.