Changeset 3003070
- Timestamp:
- 11/29/2023 06:21:06 AM (2 years ago)
- Location:
- apm-child/trunk
- Files:
-
- 3 edited
-
functions/core-function.php (modified) (2 diffs)
-
mc-main.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apm-child/trunk/functions/core-function.php
r2963072 r3003070 48 48 49 49 global $wpdb; 50 50 51 $flag_publish_post = false; 51 52 … … 183 184 $inc_commision_amt = number_format($inc_commision_amt, 2, '.', ''); 184 185 186 187 if($apm_post_schedule == 'TurnOff') 188 { 189 $flag_publish_post = false; 190 } 185 191 186 192 //--> Replace Title short code -
apm-child/trunk/mc-main.php
r2963072 r3003070 9 9 Author: Nick James 10 10 E-mail: admin@nickjamesadmin.com 11 Version: 3.6. 311 Version: 3.6.4 12 12 Author URI: http://www.pluginpixie.com 13 13 */ 14 14 15 15 global $APM_SUBSCRIPTION_VER; 16 $APM_SUBSCRIPTION_VER = "3.6. 3";16 $APM_SUBSCRIPTION_VER = "3.6.4"; 17 17 18 18 define('APM_SUBSCRIPTION_PATH', plugins_url().'/'. basename(dirname(__FILE__)).'/'); -
apm-child/trunk/readme.txt
r2963072 r3003070 222 222 223 223 3.5 224 Fixed the functionality bug224 *Fixed the functionality bug 225 225 *Version update 226 226 227 227 3.6 228 Added Google reCAPTCHA V3228 *Added Google reCAPTCHA V3 229 229 *Version update 230 230 231 231 3.6.1 232 Bug Fixes232 *Bug Fixes 233 233 *Version update 234 234 235 235 3.6.2 236 Bug Fixes236 *Bug Fixes 237 237 *Version update 238 238 239 239 3.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 244 3.6.4 245 *Share Your Success Fixes 246 *Version update
Note: See TracChangeset
for help on using the changeset viewer.