myCRED - Version 1.8.14.1

Version Description

Bug fixes release.

=

Download this release

Release Info

Developer wpexpertsio
Plugin Icon 128x128 myCRED
Version 1.8.14.1
Comparing to
See all releases

Code changes from version beta to 1.8.14.1

Files changed (2) hide show
  1. mycred.php +5 -5
  2. readme.txt +137 -133
mycred.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: myCred
4
  * Plugin URI: https://mycred.me
5
  * Description: An adaptive points management system for WordPress powered websites.
6
- * Version: 1.8.14.1 Beta
7
  * Tags: point, credit, loyalty program, engagement, reward, woocommerce rewards
8
  * Author: myCred
9
  * Author URI: https://mycred.me
@@ -53,14 +53,14 @@ if ( ! class_exists( 'myCRED_Core' ) ) :
53
  * @since 1.7
54
  * @version 1.0
55
  */
56
- public function __clone() { _doing_it_wrong( __FUNCTION__, 'Cheatin’ huh?', '1.8.13.1' ); }
57
 
58
  /**
59
  * Not allowed
60
  * @since 1.7
61
  * @version 1.0
62
  */
63
- public function __wakeup() { _doing_it_wrong( __FUNCTION__, 'Cheatin’ huh?', '1.8.13.1' ); }
64
 
65
  /**
66
  * Get
@@ -81,7 +81,7 @@ if ( ! class_exists( 'myCRED_Core' ) ) :
81
  if ( ! defined( $name ) )
82
  define( $name, $value );
83
  elseif ( ! $definable && defined( $name ) )
84
- _doing_it_wrong( 'myCRED_Core->define()', 'Could not define: ' . $name . ' as it is already defined somewhere else!', '1.8.11' );
85
  }
86
 
87
  /**
@@ -93,7 +93,7 @@ if ( ! class_exists( 'myCRED_Core' ) ) :
93
  if ( file_exists( $required_file ) )
94
  require_once $required_file;
95
  else
96
- _doing_it_wrong( 'myCRED_Core->file()', 'Requested file ' . $required_file . ' not found.', '1.8.13.1' );
97
  }
98
 
99
  /**
3
  * Plugin Name: myCred
4
  * Plugin URI: https://mycred.me
5
  * Description: An adaptive points management system for WordPress powered websites.
6
+ * Version: 1.8.14.1
7
  * Tags: point, credit, loyalty program, engagement, reward, woocommerce rewards
8
  * Author: myCred
9
  * Author URI: https://mycred.me
53
  * @since 1.7
54
  * @version 1.0
55
  */
56
+ public function __clone() { _doing_it_wrong( __FUNCTION__, 'Cheatin’ huh?', '1.8.14.1' ); }
57
 
58
  /**
59
  * Not allowed
60
  * @since 1.7
61
  * @version 1.0
62
  */
63
+ public function __wakeup() { _doing_it_wrong( __FUNCTION__, 'Cheatin’ huh?', '1.8.14.1' ); }
64
 
65
  /**
66
  * Get
81
  if ( ! defined( $name ) )
82
  define( $name, $value );
83
  elseif ( ! $definable && defined( $name ) )
84
+ _doing_it_wrong( 'myCRED_Core->define()', 'Could not define: ' . $name . ' as it is already defined somewhere else!', '1.8.14.1' );
85
  }
86
 
87
  /**
93
  if ( file_exists( $required_file ) )
94
  require_once $required_file;
95
  else
96
+ _doing_it_wrong( 'myCRED_Core->file()', 'Requested file ' . $required_file . ' not found.', '1.8.14.1' );
97
  }
98
 
99
  /**
readme.txt CHANGED
@@ -283,6 +283,9 @@ Bug fixes release.
283
  = 1.8.14 =
284
  Bug fixes release.
285
 
 
 
 
286
  == Other Notes ==
287
 
288
  = Requirements =
@@ -305,9 +308,10 @@ Bug fixes release.
305
  == Changelog ==
306
 
307
  = 1.8.14.1 =
308
- - **NEW** - Add filter for myCred Link Click
309
- - **FIX** - Point types are not verified in myCred Sell Content.
310
  - **FIX** - Rewards Points meta box is not displaying other than single product.
 
311
 
312
  = 1.8.14 =
313
  - **FIX** - Comments hooks not working.
@@ -345,166 +349,166 @@ Bug fixes release.
345
  - **TWEAK** - mycred_transfer shortcode prevent multiple form submission until the server responds
346
 
347
  = 1.8.12 =
348
- NEW - Introduce a new filter mycred_video_interval for myCred Addons.
349
- NEW - Added rate attribute in mycred_buy_form shortcode.
350
- FIX - buyCred pending payment payout.
351
- FIX - Badge image broken on sub-sites when master template is enabled on buddypress profile.
352
- FIX - All ranks not removing completely, it stored some of their data in database.
353
- FIX - Multisite buyCred transaction id empty on subsites in Bank transfer gateway.
354
- FIX - mycred sell content not working with bbpress.
355
- FIX - Bitpay 404 page issue in buyCred popup vesion.
356
- FIX - myCred Email notifications triggers "transfer send and receives" not working properly.
357
- FIX - mycred_sales_history shortcode not working.
358
- TWEAK - Compatible rank module with PHP 7.4
359
- TWEAK - Some variables are undefined in different cases in Leaderboard.
360
 
361
  = 1.8.11 =
362
- NEW - Added button for remove default badge image.
363
- FIX - Log menu not visible except the master site when the master template is enabled.
364
- FIX - Bitpay buyCred payment gateway not working.
365
- FIX - Pending payment menu not visible in multisite if the master template is enabled.
366
- FIX - Undefined variable in myCRED_Query_Log class.
367
- FIX - Single Quote in form title breaks the specific badge functionality for the gravity form.
368
- FIX - Undefined index warnings in myCred leaderboard widget.
369
- TWEAK - Update myCred translations.
370
- TWEAK - mycred_hook_table code improvements.
371
 
372
  = 1.8.9 =
373
- NEW - Introduce a new filter mycred_update_total_balance.
374
- FIX - Rank display setting issues.
375
- FIX - View content hook limit not working properly.
376
- FIX - Buycred maximum limit not working.
377
- FIX - myCred ranks show in BBPress profile and topic post even the user is excluded from the point type.
378
- FIX - Badges not displaying in BBPress profile even check show all badges.
379
- FIX - BuyCred Payment transactions visible in recent comments section.
380
- TWEAK - Improvement in mycred_my_ranks shortcode.
381
- TWEAK - Buycred shows proper error messages.
382
 
383
  = 1.8.8 =
384
- NEW - Introduced myCred membership.
385
- NEW - Added support in badge for specific link click and gravity form.
386
- TWEAK - Added notice for meta key to avoid any conflicts.
387
- FIX - leaderboard "current" attribute was not working.
388
- FIX - myCred ranks show in BuddyPress profile even the user is excluded from the point type.
389
- FIX - "number" attribute was not working in stats related shortcodes.
390
- FIX - Errors in mycred_get_ranks function.
391
- FIX - Unselected point types also appear in myCred Wallet Widget.
392
- FIX - Four-digit points value not working in remote API.
393
- FIX - MYSQL and MariaDB syntax error in their newer versions.
394
 
395
  = 1.8.7 =
396
- NEW - Introduce a new action hook mycred_after_badge_assign.
397
- FIX - Placeholder attribute not working in mycred_transfer shortcode.
398
 
399
  = 1.8.6 =
400
- NEW - Introduce a new shortcode [mycred_my_balance_converted].
401
- NEW - Introduce a new template tag %coupon_code%.
402
- TWEAK - Avoid duplicate database calls in get_log_table().
403
- TWEAK - Language support in [mycred_hook_table] shortcode.
404
- FIX - [mycred_buy] shortcode always get default point type settings.
405
- FIX - HTML format issue in [mycred_buy_form] shortcode.
406
- FIX - Remove badge related PHP warnings.
407
- FIX - %order_id% template tag does not render in myCRED email.
408
- FIX - %transfer_message% template tag does not render in myCRED email.
409
 
410
  = 1.8.5.1 =
411
- FIX - myCRED Statistics add-on related shortcodes.
412
- FIX - myCRED Leaderbard cache issue.
413
- TWEAK - Database optimization.
414
 
415
  = 1.8.5 =
416
- NEW - Added "to" attribute in Leaderboard shortcode.
417
- NEW - Added filter "mycred_show_custom_coupon_value" for coupon value.
418
- FIX - myCRED Leaderboard widget notices.
419
- FIX - Typo fix in BuddyPress hook.
420
- FIX - Coupon success message not showing in custom point types.
421
- FIX - Incorrect point type in coupon notification.
422
- FIX - Ranks not being assigned based on Total Balance.
423
- FIX - Set default point type in ctype attribute in [mycred_users_of_all_ranks] shortcode.
424
- FIX - [mycred_hook_table] this shortcode showing only 1 content hook at a time.
425
- FIX - Emails that are stored in draft are also being sent.
426
- FIX - Template tags are not being rendered in email Notices.
427
- FIX - Admin not able to select ranks "manual mode" from settings.
428
- FIX - Admin not able to assign ranks when "manual mode" is enabled.
429
- FIX - Errors in [mycred_email_subscriptions] shortcode.
430
- FIX - Transfer Message showing as "-" in log.
431
- FIX - myCRED Cache not deleting.
432
- FIX - When deleting a BuddyPress Activity adds a "Profile Comment Delete" log.
433
- FIX - Assign users badge from badge edit page.
434
- FIX - "Not in" operator not passing in query_log.
435
- FIX - Show main image in [mycred_my_badges] shortcode if level image is not set.
436
 
437
  = 1.8.4.2 =
438
- FIX - myCRED hooks not adding on other point types.
439
- FIX - option_id name not calling for other point types.
440
 
441
  = 1.8.4.1 =
442
- FIX - myCRED hooks not saving.
443
- FIX - setCookie function error when adding new hook.
444
 
445
  = 1.8.4 =
446
- NEW - Introduce a new filter “mycred_option_id” for manipulating hooks.
447
- NEW - Add new action "mycred_pref_hooks" on mycred hooks page
448
- TWEAK - Limits are showing for Approved comments hook in [mycred_hook_table] shortcode.
449
- FIX - Sell content undefined offset in Backend Pages & Posts.
450
- FIX - mycred_buy shortcode Undefined variable: post.
451
- FIX - Bitpay 404 page redirect.
452
- FIX - BuyCred Gateway error message no gateway available.
453
- FIX - myCred Email accept only ARRAY value in "get_subject" function.
454
- FIX - Incorrect log table name in multisite when central logging is enabled.
455
- FIX - strpos depreciated behavior.
456
- FIX - Coupon expiration before date.
457
- FIX - "Total in Points" value show in both Cart & Checkout page when you select "Show in Cart and on Checkout Page" in WooCommerce myCRED Gateway.
458
 
459
  = 1.8.3 =
460
- FIX - Fixed Woocommerce checkout errors.
461
- FIX - Fixed get_users_balance function.
462
- FIX - Fixed typo error in bbPress hook.
463
- NEW - Added new feature to copy to clipboard referral link in BuddyPress profile page
464
 
465
  = 1.8.2 =
466
- FIX - [mycred_best_user] shortcode fixed.
467
- FIX - Post related template tags fixed.
468
- FIX - Sell content related issue fixed.
469
  IMPROVEMENT - Added check for existing logs getting disappeared.
470
 
471
  = 1.8.1 =
472
- FIX - [mycred_my_balance] shortcode fixed.
473
- FIX - [mycred_total_balance] shortcode fixed.
474
- FIX - rank related issues fixed.
475
 
476
  = 1.8 =
477
- NEW - Added new mycred_over_hook_limit filter for adjusting hook limit checks.
478
- NEW - Added new MYCRED_RANK_KEY constant which can be used to whitelabel ranks.
479
- NEW - Added new MYCRED_COUPON_KEY constant which can be used to whitelabel coupons.
480
- NEW - Added new MYCRED_BADGE_KEY constant which can be used to whitelabel badges.
481
- NEW - Added new MYCRED_EMAIL_KEY constant with can be used to whitelabel email notifications.
482
- NEW - Added new MYCRED_BUY_KEY constant with can be used to whitelabel pending buyCRED payments.
483
- NEW - Added new MYCRED_ENABLE_SHORTCODES constant in cases where myCRED shortcodes needs to be disabled.
484
- NEW - Updated the Email Notifications add-on to version 1.4 with support for custom instances, multiple point types / notice and introduced the new myCRED_Email object.
485
- NEW - Updated the buyCRED add-on which now has improved checkout process.
486
- NEW - Added the option to set a custom gateway logo for all built-in payment gateways.
487
- NEW - Updated the mycred_load_coupon shortcode to show an error message when an invalid coupon is used.
488
- NEW - Added new Anniversary hook allowing you to reward users for each year they are a member on your website.
489
- NEW - Added new MYCRED_ENABLE_HOOKS constant to disable hooks completely.
490
- NEW - Added support for Multi Network setups.
491
- NEW - Added new mycred_add_post_meta(), mycred_get_post_meta(), mycred_update_post_meta() and mycred_delete_post_meta() functions in order to add support for the Master Template feature on multisites.
492
- NEW - Added support for multiple point types in leaderboards.
493
- NEW - The leaderboard shortcode can now be setup to render results based on multiple point types.
494
- NEW - Added caching of log and leaderboard queries.
495
- NEW - Added new filter to allow adjustments to the reference used for publishing and deleting content hooks.
496
- NEW - Added new mycred_give_run filter to control if the mycred_give shortcode should run or not.
497
- TWEAK - Moved hooks to /includes/hooks/ and third-party hooks to /includes/hooks/external/.
498
- TWEAK - Implemented the use of $mycred_log_table global throughout the plugin.
499
- TWEAK - Improved Multisite support.
500
- TWEAK - When a user jumps more than one badge level in a single instance, we want to make sure he gets rewarded for each level (if rewards is set).
501
- TWEAK - Corrected codex urls for functions and shortcodes throughout the plugin.
502
- TWEAK - Added support to whitelabel shortcodes.
503
- TWEAK - Added new MYCRED_SHOW_PREMIUM_ADDONS constant to hide all mentions of premium add-ons in myCRED.
504
- TWEAK - BuddyPress fixed issue related to points ignoring limit on adding to favorites
505
- TWEAK - Optimized search the search for log entries
506
- TWEAK - issue related to email not getting send on transfer in and out triggers in transfer addon
507
- TWEAK - Rank excerpt fix
508
 
509
 
510
  = Previous Versions =
283
  = 1.8.14 =
284
  Bug fixes release.
285
 
286
+ = 1.8.14.1 =
287
+ Bug fixes release.
288
+
289
  == Other Notes ==
290
 
291
  = Requirements =
308
  == Changelog ==
309
 
310
  = 1.8.14.1 =
311
+ - **NEW** - Add filter for myCred Link Click hook
312
+ - **FIX** - Reduce license requests
313
  - **FIX** - Rewards Points meta box is not displaying other than single product.
314
+ - **TWEAK** - Remove Php warnings from myCred Rank Shortcode
315
 
316
  = 1.8.14 =
317
  - **FIX** - Comments hooks not working.
349
  - **TWEAK** - mycred_transfer shortcode prevent multiple form submission until the server responds
350
 
351
  = 1.8.12 =
352
+ - **NEW** - Introduce a new filter mycred_video_interval for myCred Addons.
353
+ - **NEW** - Added rate attribute in mycred_buy_form shortcode.
354
+ - **FIX** - buyCred pending payment payout.
355
+ - **FIX** - Badge image broken on sub-sites when master template is enabled on buddypress profile.
356
+ - **FIX** - All ranks not removing completely, it stored some of their data in database.
357
+ - **FIX** - Multisite buyCred transaction id empty on subsites in Bank transfer gateway.
358
+ - **FIX** - mycred sell content not working with bbpress.
359
+ - **FIX** - Bitpay 404 page issue in buyCred popup vesion.
360
+ - **FIX** - myCred Email notifications triggers "transfer send and receives" not working properly.
361
+ - **FIX** - mycred_sales_history shortcode not working.
362
+ - **TWEAK** - Compatible rank module with PHP 7.4
363
+ - **TWEAK** - Some variables are undefined in different cases in Leaderboard.
364
 
365
  = 1.8.11 =
366
+ - **NEW** - Added button for remove default badge image.
367
+ - **FIX** - Log menu not visible except the master site when the master template is enabled.
368
+ - **FIX** - Bitpay buyCred payment gateway not working.
369
+ - **FIX** - Pending payment menu not visible in multisite if the master template is enabled.
370
+ - **FIX** - Undefined variable in myCRED_Query_Log class.
371
+ - **FIX** - Single Quote in form title breaks the specific badge functionality for the gravity form.
372
+ - **FIX** - Undefined index warnings in myCred leaderboard widget.
373
+ - **TWEAK** - Update myCred translations.
374
+ - **TWEAK** - mycred_hook_table code improvements.
375
 
376
  = 1.8.9 =
377
+ - **NEW** - Introduce a new filter mycred_update_total_balance.
378
+ - **FIX** - Rank display setting issues.
379
+ - **FIX** - View content hook limit not working properly.
380
+ - **FIX** - Buycred maximum limit not working.
381
+ - **FIX** - myCred ranks show in BBPress profile and topic post even the user is excluded from the point type.
382
+ - **FIX** - Badges not displaying in BBPress profile even check show all badges.
383
+ - **FIX** - BuyCred Payment transactions visible in recent comments section.
384
+ - **TWEAK** - Improvement in mycred_my_ranks shortcode.
385
+ - **TWEAK** - Buycred shows proper error messages.
386
 
387
  = 1.8.8 =
388
+ - **NEW** - Introduced myCred membership.
389
+ - **NEW** - Added support in badge for specific link click and gravity form.
390
+ - **TWEAK** - Added notice for meta key to avoid any conflicts.
391
+ - **FIX** - leaderboard "current" attribute was not working.
392
+ - **FIX** - myCred ranks show in BuddyPress profile even the user is excluded from the point type.
393
+ - **FIX** - "number" attribute was not working in stats related shortcodes.
394
+ - **FIX** - Errors in mycred_get_ranks function.
395
+ - **FIX** - Unselected point types also appear in myCred Wallet Widget.
396
+ - **FIX** - Four-digit points value not working in remote API.
397
+ - **FIX** - MYSQL and MariaDB syntax error in their newer versions.
398
 
399
  = 1.8.7 =
400
+ - **NEW** - Introduce a new action hook mycred_after_badge_assign.
401
+ - **FIX** - Placeholder attribute not working in mycred_transfer shortcode.
402
 
403
  = 1.8.6 =
404
+ - **NEW** - Introduce a new shortcode [mycred_my_balance_converted].
405
+ - **NEW** - Introduce a new template tag %coupon_code%.
406
+ - **TWEAK** - Avoid duplicate database calls in get_log_table().
407
+ - **TWEAK** - Language support in [mycred_hook_table] shortcode.
408
+ - **FIX** - [mycred_buy] shortcode always get default point type settings.
409
+ - **FIX** - HTML format issue in [mycred_buy_form] shortcode.
410
+ - **FIX** - Remove badge related PHP warnings.
411
+ - **FIX** - %order_id% template tag does not render in myCRED email.
412
+ - **FIX** - %transfer_message% template tag does not render in myCRED email.
413
 
414
  = 1.8.5.1 =
415
+ - **FIX** - myCRED Statistics add-on related shortcodes.
416
+ - **FIX** - myCRED Leaderbard cache issue.
417
+ - **TWEAK** - Database optimization.
418
 
419
  = 1.8.5 =
420
+ - **NEW** - Added "to" attribute in Leaderboard shortcode.
421
+ - **NEW** - Added filter "mycred_show_custom_coupon_value" for coupon value.
422
+ - **FIX** - myCRED Leaderboard widget notices.
423
+ - **FIX** - Typo fix in BuddyPress hook.
424
+ - **FIX** - Coupon success message not showing in custom point types.
425
+ - **FIX** - Incorrect point type in coupon notification.
426
+ - **FIX** - Ranks not being assigned based on Total Balance.
427
+ - **FIX** - Set default point type in ctype attribute in [mycred_users_of_all_ranks] shortcode.
428
+ - **FIX** - [mycred_hook_table] this shortcode showing only 1 content hook at a time.
429
+ - **FIX** - Emails that are stored in draft are also being sent.
430
+ - **FIX** - Template tags are not being rendered in email Notices.
431
+ - **FIX** - Admin not able to select ranks "manual mode" from settings.
432
+ - **FIX** - Admin not able to assign ranks when "manual mode" is enabled.
433
+ - **FIX** - Errors in [mycred_email_subscriptions] shortcode.
434
+ - **FIX** - Transfer Message showing as "-" in log.
435
+ - **FIX** - myCRED Cache not deleting.
436
+ - **FIX** - When deleting a BuddyPress Activity adds a "Profile Comment Delete" log.
437
+ - **FIX** - Assign users badge from badge edit page.
438
+ - **FIX** - "Not in" operator not passing in query_log.
439
+ - **FIX** - Show main image in [mycred_my_badges] shortcode if level image is not set.
440
 
441
  = 1.8.4.2 =
442
+ - **FIX** - myCRED hooks not adding on other point types.
443
+ - **FIX** - option_id name not calling for other point types.
444
 
445
  = 1.8.4.1 =
446
+ - **FIX** - myCRED hooks not saving.
447
+ - **FIX** - setCookie function error when adding new hook.
448
 
449
  = 1.8.4 =
450
+ - **NEW** - Introduce a new filter “mycred_option_id” for manipulating hooks.
451
+ - **NEW** - Add new action "mycred_pref_hooks" on mycred hooks page
452
+ - **TWEAK** - Limits are showing for Approved comments hook in [mycred_hook_table] shortcode.
453
+ - **FIX** - Sell content undefined offset in Backend Pages & Posts.
454
+ - **FIX** - mycred_buy shortcode Undefined variable: post.
455
+ - **FIX** - Bitpay 404 page redirect.
456
+ - **FIX** - BuyCred Gateway error message no gateway available.
457
+ - **FIX** - myCred Email accept only ARRAY value in "get_subject" function.
458
+ - **FIX** - Incorrect log table name in multisite when central logging is enabled.
459
+ - **FIX** - strpos depreciated behavior.
460
+ - **FIX** - Coupon expiration before date.
461
+ - **FIX** - "Total in Points" value show in both Cart & Checkout page when you select "Show in Cart and on Checkout Page" in WooCommerce myCRED Gateway.
462
 
463
  = 1.8.3 =
464
+ - **FIX** - Fixed Woocommerce checkout errors.
465
+ - **FIX** - Fixed get_users_balance function.
466
+ - **FIX** - Fixed typo error in bbPress hook.
467
+ - **NEW** - Added new feature to copy to clipboard referral link in BuddyPress profile page
468
 
469
  = 1.8.2 =
470
+ - **FIX** - [mycred_best_user] shortcode fixed.
471
+ - **FIX** - Post related template tags fixed.
472
+ - **FIX** - Sell content related issue fixed.
473
  IMPROVEMENT - Added check for existing logs getting disappeared.
474
 
475
  = 1.8.1 =
476
+ - **FIX** - [mycred_my_balance] shortcode fixed.
477
+ - **FIX** - [mycred_total_balance] shortcode fixed.
478
+ - **FIX** - rank related issues fixed.
479
 
480
  = 1.8 =
481
+ - **NEW** - Added new mycred_over_hook_limit filter for adjusting hook limit checks.
482
+ - **NEW** - Added new MYCRED_RANK_KEY constant which can be used to whitelabel ranks.
483
+ - **NEW** - Added new MYCRED_COUPON_KEY constant which can be used to whitelabel coupons.
484
+ - **NEW** - Added new MYCRED_BADGE_KEY constant which can be used to whitelabel badges.
485
+ - **NEW** - Added new MYCRED_EMAIL_KEY constant with can be used to whitelabel email notifications.
486
+ - **NEW** - Added new MYCRED_BUY_KEY constant with can be used to whitelabel pending buyCRED payments.
487
+ - **NEW** - Added new MYCRED_ENABLE_SHORTCODES constant in cases where myCRED shortcodes needs to be disabled.
488
+ - **NEW** - Updated the Email Notifications add-on to version 1.4 with support for custom instances, multiple point types / notice and introduced the new myCRED_Email object.
489
+ - **NEW** - Updated the buyCRED add-on which now has improved checkout process.
490
+ - **NEW** - Added the option to set a custom gateway logo for all built-in payment gateways.
491
+ - **NEW** - Updated the mycred_load_coupon shortcode to show an error message when an invalid coupon is used.
492
+ - **NEW** - Added new Anniversary hook allowing you to reward users for each year they are a member on your website.
493
+ - **NEW** - Added new MYCRED_ENABLE_HOOKS constant to disable hooks completely.
494
+ - **NEW** - Added support for Multi Network setups.
495
+ - **NEW** - Added new mycred_add_post_meta(), mycred_get_post_meta(), mycred_update_post_meta() and mycred_delete_post_meta() functions in order to add support for the Master Template feature on multisites.
496
+ - **NEW** - Added support for multiple point types in leaderboards.
497
+ - **NEW** - The leaderboard shortcode can now be setup to render results based on multiple point types.
498
+ - **NEW** - Added caching of log and leaderboard queries.
499
+ - **NEW** - Added new filter to allow adjustments to the reference used for publishing and deleting content hooks.
500
+ - **NEW** - Added new mycred_give_run filter to control if the mycred_give shortcode should run or not.
501
+ - **TWEAK** - Moved hooks to /includes/hooks/ and third-party hooks to /includes/hooks/external/.
502
+ - **TWEAK** - Implemented the use of $mycred_log_table global throughout the plugin.
503
+ - **TWEAK** - Improved Multisite support.
504
+ - **TWEAK** - When a user jumps more than one badge level in a single instance, we want to make sure he gets rewarded for each level (if rewards is set).
505
+ - **TWEAK** - Corrected codex urls for functions and shortcodes throughout the plugin.
506
+ - **TWEAK** - Added support to whitelabel shortcodes.
507
+ - **TWEAK** - Added new MYCRED_SHOW_PREMIUM_ADDONS constant to hide all mentions of premium add-ons in myCRED.
508
+ - **TWEAK** - BuddyPress fixed issue related to points ignoring limit on adding to favorites
509
+ - **TWEAK** - Optimized search the search for log entries
510
+ - **TWEAK** - issue related to email not getting send on transfer in and out triggers in transfer addon
511
+ - **TWEAK** - Rank excerpt fix
512
 
513
 
514
  = Previous Versions =