myCRED - Version beta2.2-4

Version Description

= 2.2 = New features and Bug fixes.

= 2.1.1 = New features and Bug fixes.

= 2.1 = New features and Bug fixes.

= 2.0 = The banking module have been replaced by Central deposite module, and interest related functionality has been removed. If you are using simple interest or compound interest related functionality, you will fine the respective functionalities missing after the update.

Download this release

Release Info

Developer wpexpertsio
Plugin Icon 128x128 myCRED
Version beta2.2-4
Comparing to
See all releases

Code changes from version beta2.2-3 to beta2.2-4

assets/css/mycred-front.css CHANGED
@@ -56,6 +56,10 @@
56
  clear: both;
57
  }
58
 
59
- .mycred_layout_top .mycred-badge-image-wrapper {
60
  text-align: center;
 
 
 
 
61
  }
56
  clear: both;
57
  }
58
 
59
+ .mycred_layout_top .mycred-badge-image-wrapper, .mycred_layout_bottom .mycred-badge-image-wrapper {
60
  text-align: center;
61
+ }
62
+
63
+ .mycred-badge-image {
64
+ display: inline;
65
  }
assets/css/mycred-social-share.css CHANGED
@@ -107,7 +107,7 @@ a.mycred-social-icon-whatsapp, button.mycred-social-icon-whatsapp, button.whatsa
107
 
108
  a.mycred-social-icons.i-text:hover, a.mycred-social-icons.i-text-admin:hover {
109
  position: relative;
110
- max-width: 35%;
111
  flex: 0 0 35%;
112
  }
113
 
107
 
108
  a.mycred-social-icons.i-text:hover, a.mycred-social-icons.i-text-admin:hover {
109
  position: relative;
110
+ max-width: max-content;
111
  flex: 0 0 35%;
112
  }
113
 
includes/mycred-functions.php CHANGED
@@ -3974,16 +3974,16 @@ if ( !function_exists( 'mycred_br_get_social_icons' ) ):
3974
  {
3975
  if( $br_enable_fb )
3976
  $content .= '
3977
- <button class="mycred-social-icons mycred-social-icon-facebook"><a href="'.$facebook_url.'" target="_blank">facebook</a></button>';
3978
  if( $br_enable_twitter )
3979
  $content .= '
3980
- <button class="mycred-social-icons mycred-social-icon-twitter"><a href="'.$twitter_url.'" target="_blank">twitter</a></button>';
3981
  if( $br_enable_li )
3982
  $content .= '
3983
- <button class="mycred-social-icons mycred-social-icon-linkedin"><a href="'.$linkedin_url.'" target="_blank">linkedin</a></button>';
3984
  if( $br_enable_pt )
3985
  $content .= '
3986
- <button class="mycred-social-icons mycred-social-icon-pinterest"><a href="'.$pinterest_url.'" target="_blank">pinterest</a></button>';
3987
  }
3988
 
3989
  if( $br_socail_icon == 'icon_style' )
@@ -4006,16 +4006,16 @@ if ( !function_exists( 'mycred_br_get_social_icons' ) ):
4006
  {
4007
  if( $br_enable_fb )
4008
  $content .= '
4009
- <button class="facebook social-text"><a href="'.$facebook_url.'" target="_blank">facebook</a></button>';
4010
  if( $br_enable_twitter )
4011
  $content .= '
4012
- <button class="twitter social-text"><a href="'.$twitter_url.'" target="_blank">twitter</a></button>';
4013
  if( $br_enable_li )
4014
  $content .= '
4015
- <button class="linkedin social-text"><a href="'.$linkedin_url.'" target="_blank">linkedin</a></button>';
4016
  if( $br_enable_pt )
4017
  $content .= '
4018
- <button class="pinterest social-text"><a href="'.$pinterest_url.'" target="_blank">pinterest</a></button>';
4019
  }
4020
 
4021
  if( $br_socail_icon == 'icon_style_hover' )
3974
  {
3975
  if( $br_enable_fb )
3976
  $content .= '
3977
+ <a href="'.$facebook_url.'" target="_blank"><button class="mycred-social-icons mycred-social-icon-facebook">facebook</button></a>';
3978
  if( $br_enable_twitter )
3979
  $content .= '
3980
+ <a href="'.$twitter_url.'" target="_blank"><button class="mycred-social-icons mycred-social-icon-twitter">twitter</button></a>';
3981
  if( $br_enable_li )
3982
  $content .= '
3983
+ <a href="'.$linkedin_url.'" target="_blank"><button class="mycred-social-icons mycred-social-icon-linkedin">linkedin</button></a>';
3984
  if( $br_enable_pt )
3985
  $content .= '
3986
+ <a href="'.$pinterest_url.'" target="_blank"><button class="mycred-social-icons mycred-social-icon-pinterest">pinterest</button></a>';
3987
  }
3988
 
3989
  if( $br_socail_icon == 'icon_style' )
4006
  {
4007
  if( $br_enable_fb )
4008
  $content .= '
4009
+ <a href="'.$facebook_url.'" target="_blank"><button class="facebook social-text">facebook</button></a>';
4010
  if( $br_enable_twitter )
4011
  $content .= '
4012
+ <a href="'.$twitter_url.'" target="_blank"><button class="twitter social-text">twitter</button></a>';
4013
  if( $br_enable_li )
4014
  $content .= '
4015
+ <a href="'.$linkedin_url.'" target="_blank"><button class="linkedin social-text">linkedin</button></a>';
4016
  if( $br_enable_pt )
4017
  $content .= '
4018
+ <a href="'.$pinterest_url.'" target="_blank"><button class="pinterest social-text">pinterest</button></a>';
4019
  }
4020
 
4021
  if( $br_socail_icon == 'icon_style_hover' )
modules/mycred-module-br-social-share.php CHANGED
@@ -111,13 +111,6 @@ if ( ! class_exists( 'myCRED_Module_OB_Social_Share' ) ) :
111
  <button class="linkedin social-text"><a href="javascript:void(0)">linkedin</a></button>
112
  <button class="pinterest social-text"><a href="javascript:void(0)">pinterest</a></button>
113
  </div>
114
- <div class="clearfix">
115
- <input type="radio" name="<?php echo $this->field_name( 'button_style' ) ?>" <?php echo $this->is_checked( 'icon_style_hover' ) ? 'checked' : ''; ?> value="icon_style_hover">Icon / text on-hover style<br>
116
- <a href="javascript:void(0)" class="i-text-admin mycred-social-icons mycred-social-icon-facebook"></a>
117
- <a href="javascript:void(0)" class="i-text-admin mycred-social-icons mycred-social-icon-twitter"></a>
118
- <a href="javascript:void(0)" class="i-text-admin mycred-social-icons mycred-social-icon-linkedin"></a>
119
- <a href="javascript:void(0)" class="i-text-admin mycred-social-icons mycred-social-icon-pinterest"></a>
120
- </div>
121
  </div>
122
  </div>
123
  <?php
111
  <button class="linkedin social-text"><a href="javascript:void(0)">linkedin</a></button>
112
  <button class="pinterest social-text"><a href="javascript:void(0)">pinterest</a></button>
113
  </div>
 
 
 
 
 
 
 
114
  </div>
115
  </div>
116
  <?php