WordPress Social Share, Social Login and Social Comments Plugin – Super Socializer - Version 7.2.1

Version Description

  • [Bugfix] Vkontakte share count was appearing in the form of VK.Share.count(0, 0)
  • [Bugfix] Reddit badge was not appearing on webpages having ssl enabled
Download this release

Release Info

Developer the_champ
Plugin Icon 128x128 WordPress Social Share, Social Login and Social Comments Plugin – Super Socializer
Version 7.2.1
Comparing to
See all releases

Code changes from version 7.2 to 7.2.1

inc/social_sharing.php CHANGED
@@ -266,7 +266,7 @@ function the_champ_prepare_counter_html($postUrl, $sharingType = 'horizontal', $
266
  }elseif($provider == 'googleplus_share'){
267
  $html .= '<li class="the_champ_gp_share"><script type="text/javascript" src="https://apis.google.com/js/platform.js">{lang: "'. $language .'"}</script><div class="g-plus" data-action="share" data-annotation="bubble" data-href="'. $postUrl .'"></div></li>';
268
  }elseif($provider == 'reddit'){
269
- $html .= '<li class="the_champ_reddit"><script type="text/javascript" src="http://www.reddit.com/static/button/button1.js"></script></li>';
270
  }elseif($provider == 'yummly'){
271
  $html .= '<li class="the_champ_yummly"><a href="//yummly.com" class="YUMMLY-YUM-BUTTON">Yum</a><script src="https://www.yummly.com/js/widget.js?general"></script></li>';
272
  }elseif($provider == 'buffer'){
@@ -880,7 +880,7 @@ function the_champ_sharing_count(){
880
  case 'vkontakte':
881
  if(!empty($body)){
882
  $responseData[$targetUrl]['vkontakte'] = $body;
883
- $shareCountTransient['vkontakte'] = $body;
884
  }else{
885
  $responseData[$targetUrl]['vkontakte'] = 0;
886
  }
266
  }elseif($provider == 'googleplus_share'){
267
  $html .= '<li class="the_champ_gp_share"><script type="text/javascript" src="https://apis.google.com/js/platform.js">{lang: "'. $language .'"}</script><div class="g-plus" data-action="share" data-annotation="bubble" data-href="'. $postUrl .'"></div></li>';
268
  }elseif($provider == 'reddit'){
269
+ $html .= '<li class="the_champ_reddit"><script type="text/javascript" src="//www.reddit.com/static/button/button1.js"></script></li>';
270
  }elseif($provider == 'yummly'){
271
  $html .= '<li class="the_champ_yummly"><a href="//yummly.com" class="YUMMLY-YUM-BUTTON">Yum</a><script src="https://www.yummly.com/js/widget.js?general"></script></li>';
272
  }elseif($provider == 'buffer'){
880
  case 'vkontakte':
881
  if(!empty($body)){
882
  $responseData[$targetUrl]['vkontakte'] = $body;
883
+ $shareCountTransient['vkontakte'] = (int) str_replace(array('VK.Share.count(0, ', ');'), '', $body);
884
  }else{
885
  $responseData[$targetUrl]['vkontakte'] = 0;
886
  }
inc/social_sharing_networks.php CHANGED
@@ -13,7 +13,7 @@ function fetch_sharing_networks(){
13
  'buffer_share' => '<li style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<a href="http://bufferapp.com/add" class="buffer-add-button" data-text="%post_title%" data-url="%post_url%" data-count="horizontal" data-via="%buffer_username%" ></a><script type="text/javascript" src="https://d389zggrogs7qo.cloudfront.net/js/button.js"></script></li>',
14
  'xing_share' => '<li style="padding:%padding%px 0 !important" class="the_champ_xing">%like_count_container%<div data-type="XING/Share" data-counter="right" data-url="%post_url%" data-lang="%language%"></div><script>(function (d, s) {var x = d.createElement(s), s = d.getElementsByTagName(s)[0]; x.src = "https://www.xing-share.com/js/external/share.js"; s.parentNode.insertBefore(x, s); })(document, "script");</script></li>',
15
  'yummly_share' => '<li style="padding:%padding%px 0 !important" class="the_champ_yummly">%like_count_container%<a href="//yummly.com" class="YUMMLY-YUM-BUTTON">Yum</a><script src="https://www.yummly.com/js/widget.js?general"></script></li>',
16
- 'reddit_badge' => '<li style="padding:%padding%px 0 !important" class="the_champ_reddit">%like_count_container%<script type="text/javascript" src="http://www.reddit.com/static/button/button1.js"></script></li>',
17
  'stumbleupon_badge' => '<li style="padding:%padding%px 0 !important" class="the_champ_stumbleupon">%like_count_container%<su:badge layout="1" location="%post_url%"></su:badge><script type="text/javascript">(function() {var li = document.createElement(\'script\' ); li.type = \'text/javascript\'; li.async = true;li.src = (\'https:\' == document.location.protocol ? \'https:\' : \'http:\' ) + \'//platform.stumbleupon.com/1/widgets.js\';var s = document.getElementsByTagName(\'script\' )[0]; s.parentNode.insertBefore(li, s);})();</script></li>',
18
  'facebook' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.facebook.com/sharer/sharer.php?u=%post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
19
  'twitter' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://twitter.com/intent/tweet?%via_twitter_username%text=%post_title%&url=%post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
13
  'buffer_share' => '<li style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<a href="http://bufferapp.com/add" class="buffer-add-button" data-text="%post_title%" data-url="%post_url%" data-count="horizontal" data-via="%buffer_username%" ></a><script type="text/javascript" src="https://d389zggrogs7qo.cloudfront.net/js/button.js"></script></li>',
14
  'xing_share' => '<li style="padding:%padding%px 0 !important" class="the_champ_xing">%like_count_container%<div data-type="XING/Share" data-counter="right" data-url="%post_url%" data-lang="%language%"></div><script>(function (d, s) {var x = d.createElement(s), s = d.getElementsByTagName(s)[0]; x.src = "https://www.xing-share.com/js/external/share.js"; s.parentNode.insertBefore(x, s); })(document, "script");</script></li>',
15
  'yummly_share' => '<li style="padding:%padding%px 0 !important" class="the_champ_yummly">%like_count_container%<a href="//yummly.com" class="YUMMLY-YUM-BUTTON">Yum</a><script src="https://www.yummly.com/js/widget.js?general"></script></li>',
16
+ 'reddit_badge' => '<li style="padding:%padding%px 0 !important" class="the_champ_reddit">%like_count_container%<script type="text/javascript" src="//www.reddit.com/static/button/button1.js"></script></li>',
17
  'stumbleupon_badge' => '<li style="padding:%padding%px 0 !important" class="the_champ_stumbleupon">%like_count_container%<su:badge layout="1" location="%post_url%"></su:badge><script type="text/javascript">(function() {var li = document.createElement(\'script\' ); li.type = \'text/javascript\'; li.async = true;li.src = (\'https:\' == document.location.protocol ? \'https:\' : \'http:\' ) + \'//platform.stumbleupon.com/1/widgets.js\';var s = document.getElementsByTagName(\'script\' )[0]; s.parentNode.insertBefore(li, s);})();</script></li>',
18
  'facebook' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.facebook.com/sharer/sharer.php?u=%post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
19
  'twitter' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://twitter.com/intent/tweet?%via_twitter_username%text=%post_title%&url=%post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
languages/Super-Socializer-ar_AR.mo CHANGED
Binary file
languages/Super-Socializer-ar_AR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-01-29 18:56+0530\n"
6
- "PO-Revision-Date: 2016-01-29 18:56+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -79,11 +79,11 @@ msgstr "صغير الرمزية رابط"
79
  msgid "Large Avatar Url"
80
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
81
 
82
- #: ../super_socializer.php:846
83
  msgid "Email you entered is already registered or invalid"
84
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
85
 
86
- #: ../super_socializer.php:850
87
  msgid "Please enter a valid email address. You might be required to verify it"
88
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
89
 
@@ -200,7 +200,7 @@ msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن
200
 
201
  #: ../helper.php:894
202
  #: ../admin/general_options.php:89
203
- #: ../admin/social_sharing.php:1783
204
  #: ../admin/social_commenting.php:464
205
  #: ../admin/social_login.php:778
206
  #: ../admin/like_buttons.php:764
@@ -1200,6 +1200,10 @@ msgstr "إخفاء تقاسم على الأجهزة النقالة"
1200
  msgid "How to hide arrow after floating sharing bar?"
1201
  msgstr ""
1202
 
 
 
 
 
1203
  #: ../admin/social_commenting.php:13
1204
  #, fuzzy
1205
  msgid "Enable Social Commenting"
@@ -2102,12 +2106,12 @@ msgstr "استخدم كود مختصر | Include the shortcode"
2102
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
2103
  msgstr "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية صفحة تسجيل الدخول\"."
2104
 
2105
- #: ../inc/social_sharing.php:706
2106
  #, fuzzy
2107
  msgid "Invalid request"
2108
  msgstr "طلب غير صحيح"
2109
 
2110
- #: ../inc/social_sharing.php:713
2111
  #, fuzzy
2112
  msgid "Providers not selected"
2113
  msgstr "محدد | selected"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-05 18:29+0530\n"
6
+ "PO-Revision-Date: 2016-02-05 18:29+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
79
  msgid "Large Avatar Url"
80
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
81
 
82
+ #: ../super_socializer.php:847
83
  msgid "Email you entered is already registered or invalid"
84
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
85
 
86
+ #: ../super_socializer.php:851
87
  msgid "Please enter a valid email address. You might be required to verify it"
88
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
89
 
200
 
201
  #: ../helper.php:894
202
  #: ../admin/general_options.php:89
203
+ #: ../admin/social_sharing.php:1784
204
  #: ../admin/social_commenting.php:464
205
  #: ../admin/social_login.php:778
206
  #: ../admin/like_buttons.php:764
1200
  msgid "How to hide arrow after floating sharing bar?"
1201
  msgstr ""
1202
 
1203
+ #: ../admin/social_sharing.php:1773
1204
+ msgid "Why Is Share Count Not Getting Updated?"
1205
+ msgstr ""
1206
+
1207
  #: ../admin/social_commenting.php:13
1208
  #, fuzzy
1209
  msgid "Enable Social Commenting"
2106
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
2107
  msgstr "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية صفحة تسجيل الدخول\"."
2108
 
2109
+ #: ../inc/social_sharing.php:709
2110
  #, fuzzy
2111
  msgid "Invalid request"
2112
  msgstr "طلب غير صحيح"
2113
 
2114
+ #: ../inc/social_sharing.php:716
2115
  #, fuzzy
2116
  msgid "Providers not selected"
2117
  msgstr "محدد | selected"
languages/Super-Socializer-es_ES.mo CHANGED
Binary file
languages/Super-Socializer-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-01-29 18:58+0530\n"
6
- "PO-Revision-Date: 2016-01-29 18:58+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -76,11 +76,11 @@ msgstr "Url de Avatar Pequeño"
76
  msgid "Large Avatar Url"
77
  msgstr "Url de Avatar Grande"
78
 
79
- #: ../super_socializer.php:846
80
  msgid "Email you entered is already registered or invalid"
81
  msgstr "El email que has escrito ya está registrado o no es válido"
82
 
83
- #: ../super_socializer.php:850
84
  msgid "Please enter a valid email address. You might be required to verify it"
85
  msgstr "Por favor escribe una dirección de email válida. Puedes ser requerido para verificarla"
86
 
@@ -187,7 +187,7 @@ msgstr "Avatar Grande"
187
 
188
  #: ../helper.php:894
189
  #: ../admin/general_options.php:89
190
- #: ../admin/social_sharing.php:1783
191
  #: ../admin/social_commenting.php:464
192
  #: ../admin/social_login.php:778
193
  #: ../admin/like_buttons.php:764
@@ -1074,6 +1074,10 @@ msgstr "¿Cómo mostrar el icono de WhatsApp sólo en dispositivos móviles?"
1074
  msgid "How to hide arrow after floating sharing bar?"
1075
  msgstr ""
1076
 
 
 
 
 
1077
  #: ../admin/social_commenting.php:13
1078
  msgid "Enable Social Commenting"
1079
  msgstr "Permitir Comentarios en redes sociales"
@@ -1828,11 +1832,11 @@ msgstr "Shortcode y Widget Botones Me gusta"
1828
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1829
  msgstr "Permitir el Ingreso a través de redes sociales desde la sección de \"Configuración Básica\" en la página del panel de control \"Super Socializer > Social Login\""
1830
 
1831
- #: ../inc/social_sharing.php:706
1832
  msgid "Invalid request"
1833
  msgstr "Petición no válida"
1834
 
1835
- #: ../inc/social_sharing.php:713
1836
  msgid "Providers not selected"
1837
  msgstr "Redes sociales no seleccionadas"
1838
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-05 18:29+0530\n"
6
+ "PO-Revision-Date: 2016-02-05 18:29+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
76
  msgid "Large Avatar Url"
77
  msgstr "Url de Avatar Grande"
78
 
79
+ #: ../super_socializer.php:847
80
  msgid "Email you entered is already registered or invalid"
81
  msgstr "El email que has escrito ya está registrado o no es válido"
82
 
83
+ #: ../super_socializer.php:851
84
  msgid "Please enter a valid email address. You might be required to verify it"
85
  msgstr "Por favor escribe una dirección de email válida. Puedes ser requerido para verificarla"
86
 
187
 
188
  #: ../helper.php:894
189
  #: ../admin/general_options.php:89
190
+ #: ../admin/social_sharing.php:1784
191
  #: ../admin/social_commenting.php:464
192
  #: ../admin/social_login.php:778
193
  #: ../admin/like_buttons.php:764
1074
  msgid "How to hide arrow after floating sharing bar?"
1075
  msgstr ""
1076
 
1077
+ #: ../admin/social_sharing.php:1773
1078
+ msgid "Why Is Share Count Not Getting Updated?"
1079
+ msgstr ""
1080
+
1081
  #: ../admin/social_commenting.php:13
1082
  msgid "Enable Social Commenting"
1083
  msgstr "Permitir Comentarios en redes sociales"
1832
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1833
  msgstr "Permitir el Ingreso a través de redes sociales desde la sección de \"Configuración Básica\" en la página del panel de control \"Super Socializer > Social Login\""
1834
 
1835
+ #: ../inc/social_sharing.php:709
1836
  msgid "Invalid request"
1837
  msgstr "Petición no válida"
1838
 
1839
+ #: ../inc/social_sharing.php:716
1840
  msgid "Providers not selected"
1841
  msgstr "Redes sociales no seleccionadas"
1842
 
languages/Super-Socializer-fr_FR.mo CHANGED
Binary file
languages/Super-Socializer-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-01-29 18:57+0530\n"
6
- "PO-Revision-Date: 2016-01-29 18:57+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: fr\n"
@@ -80,11 +80,11 @@ msgstr "Petit Avatar Url"
80
  msgid "Large Avatar Url"
81
  msgstr "Cible Url"
82
 
83
- #: ../super_socializer.php:846
84
  msgid "Email you entered is already registered or invalid"
85
  msgstr "Envoyer vous avez entré est déjà enregistré ou non valide"
86
 
87
- #: ../super_socializer.php:850
88
  msgid "Please enter a valid email address. You might be required to verify it"
89
  msgstr "Se il vous plaît entrer une adresse email valide. Vous pouvez être amené à vérifier"
90
 
@@ -205,7 +205,7 @@ msgstr "Cible Url"
205
 
206
  #: ../helper.php:894
207
  #: ../admin/general_options.php:89
208
- #: ../admin/social_sharing.php:1783
209
  #: ../admin/social_commenting.php:464
210
  #: ../admin/social_login.php:778
211
  #: ../admin/like_buttons.php:764
@@ -1140,6 +1140,10 @@ msgstr "Cacher le partage sur appareils mobiles"
1140
  msgid "How to hide arrow after floating sharing bar?"
1141
  msgstr ""
1142
 
 
 
 
 
1143
  #: ../admin/social_commenting.php:13
1144
  #, fuzzy
1145
  msgid "Enable Social Commenting"
@@ -1948,11 +1952,11 @@ msgstr "Widgets et shortcodes"
1948
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1949
  msgstr "Assurez-vous que Social Login est activée à partir de page \"super Socializer > Social Connexion\"."
1950
 
1951
- #: ../inc/social_sharing.php:706
1952
  msgid "Invalid request"
1953
  msgstr "Demande non-valable !"
1954
 
1955
- #: ../inc/social_sharing.php:713
1956
  msgid "Providers not selected"
1957
  msgstr "Réseaux sociaux non-selectionnés !"
1958
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-05 18:29+0530\n"
6
+ "PO-Revision-Date: 2016-02-05 18:29+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: fr\n"
80
  msgid "Large Avatar Url"
81
  msgstr "Cible Url"
82
 
83
+ #: ../super_socializer.php:847
84
  msgid "Email you entered is already registered or invalid"
85
  msgstr "Envoyer vous avez entré est déjà enregistré ou non valide"
86
 
87
+ #: ../super_socializer.php:851
88
  msgid "Please enter a valid email address. You might be required to verify it"
89
  msgstr "Se il vous plaît entrer une adresse email valide. Vous pouvez être amené à vérifier"
90
 
205
 
206
  #: ../helper.php:894
207
  #: ../admin/general_options.php:89
208
+ #: ../admin/social_sharing.php:1784
209
  #: ../admin/social_commenting.php:464
210
  #: ../admin/social_login.php:778
211
  #: ../admin/like_buttons.php:764
1140
  msgid "How to hide arrow after floating sharing bar?"
1141
  msgstr ""
1142
 
1143
+ #: ../admin/social_sharing.php:1773
1144
+ msgid "Why Is Share Count Not Getting Updated?"
1145
+ msgstr ""
1146
+
1147
  #: ../admin/social_commenting.php:13
1148
  #, fuzzy
1149
  msgid "Enable Social Commenting"
1952
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1953
  msgstr "Assurez-vous que Social Login est activée à partir de page \"super Socializer > Social Connexion\"."
1954
 
1955
+ #: ../inc/social_sharing.php:709
1956
  msgid "Invalid request"
1957
  msgstr "Demande non-valable !"
1958
 
1959
+ #: ../inc/social_sharing.php:716
1960
  msgid "Providers not selected"
1961
  msgstr "Réseaux sociaux non-selectionnés !"
1962
 
languages/Super-Socializer-hu_HU.mo CHANGED
Binary file
languages/Super-Socializer-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-01-29 18:57+0530\n"
6
- "PO-Revision-Date: 2016-01-29 18:57+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -80,11 +80,11 @@ msgstr "Kis Avatar URL"
80
  msgid "Large Avatar Url"
81
  msgstr "Cél Url"
82
 
83
- #: ../super_socializer.php:846
84
  msgid "Email you entered is already registered or invalid"
85
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
86
 
87
- #: ../super_socializer.php:850
88
  msgid "Please enter a valid email address. You might be required to verify it"
89
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
90
 
@@ -201,7 +201,7 @@ msgstr "Cél Url"
201
 
202
  #: ../helper.php:894
203
  #: ../admin/general_options.php:89
204
- #: ../admin/social_sharing.php:1783
205
  #: ../admin/social_commenting.php:464
206
  #: ../admin/social_login.php:778
207
  #: ../admin/like_buttons.php:764
@@ -1128,6 +1128,10 @@ msgstr "Hide megosztása mobil eszközökön"
1128
  msgid "How to hide arrow after floating sharing bar?"
1129
  msgstr ""
1130
 
 
 
 
 
1131
  #: ../admin/social_commenting.php:13
1132
  msgid "Enable Social Commenting"
1133
  msgstr "Közösségi Hozzászólás Belkapcsolása"
@@ -1904,11 +1908,11 @@ msgstr "Shortcode és Widget"
1904
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1905
  msgstr "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer > Social Login\" oldalon."
1906
 
1907
- #: ../inc/social_sharing.php:706
1908
  msgid "Invalid request"
1909
  msgstr "Hibás kérés"
1910
 
1911
- #: ../inc/social_sharing.php:713
1912
  msgid "Providers not selected"
1913
  msgstr "Nincs kiválasztott szolgáltató"
1914
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-05 18:29+0530\n"
6
+ "PO-Revision-Date: 2016-02-05 18:29+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
80
  msgid "Large Avatar Url"
81
  msgstr "Cél Url"
82
 
83
+ #: ../super_socializer.php:847
84
  msgid "Email you entered is already registered or invalid"
85
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
86
 
87
+ #: ../super_socializer.php:851
88
  msgid "Please enter a valid email address. You might be required to verify it"
89
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
90
 
201
 
202
  #: ../helper.php:894
203
  #: ../admin/general_options.php:89
204
+ #: ../admin/social_sharing.php:1784
205
  #: ../admin/social_commenting.php:464
206
  #: ../admin/social_login.php:778
207
  #: ../admin/like_buttons.php:764
1128
  msgid "How to hide arrow after floating sharing bar?"
1129
  msgstr ""
1130
 
1131
+ #: ../admin/social_sharing.php:1773
1132
+ msgid "Why Is Share Count Not Getting Updated?"
1133
+ msgstr ""
1134
+
1135
  #: ../admin/social_commenting.php:13
1136
  msgid "Enable Social Commenting"
1137
  msgstr "Közösségi Hozzászólás Belkapcsolása"
1908
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1909
  msgstr "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer > Social Login\" oldalon."
1910
 
1911
+ #: ../inc/social_sharing.php:709
1912
  msgid "Invalid request"
1913
  msgstr "Hibás kérés"
1914
 
1915
+ #: ../inc/social_sharing.php:716
1916
  msgid "Providers not selected"
1917
  msgstr "Nincs kiválasztott szolgáltató"
1918
 
languages/Super-Socializer-it_IT.mo CHANGED
Binary file
languages/Super-Socializer-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-01-29 18:57+0530\n"
6
- "PO-Revision-Date: 2016-01-29 18:57+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
@@ -77,11 +77,11 @@ msgstr "Url Avatar Piccolo"
77
  msgid "Large Avatar Url"
78
  msgstr "URL Avatar Grande"
79
 
80
- #: ../super_socializer.php:846
81
  msgid "Email you entered is already registered or invalid"
82
  msgstr "La email inserita è già registrata o non è valida"
83
 
84
- #: ../super_socializer.php:850
85
  msgid "Please enter a valid email address. You might be required to verify it"
86
  msgstr "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta una verifica"
87
 
@@ -197,7 +197,7 @@ msgstr "URL Avatar Grande"
197
 
198
  #: ../helper.php:894
199
  #: ../admin/general_options.php:89
200
- #: ../admin/social_sharing.php:1783
201
  #: ../admin/social_commenting.php:464
202
  #: ../admin/social_login.php:778
203
  #: ../admin/like_buttons.php:764
@@ -1120,6 +1120,10 @@ msgstr "Nascondi la condivisione sui dispositivi mobili"
1120
  msgid "How to hide arrow after floating sharing bar?"
1121
  msgstr ""
1122
 
 
 
 
 
1123
  #: ../admin/social_commenting.php:13
1124
  msgid "Enable Social Commenting"
1125
  msgstr "Abilita Social Commenting"
@@ -1879,11 +1883,11 @@ msgstr "Pulsanti Shortcode & Widget"
1879
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1880
  msgstr "Abilita Social Login nella sezione \"Configurazione di base\" che si trova nella pagina \"Super Socializer > Social Login\" del pannello di amministrazione"
1881
 
1882
- #: ../inc/social_sharing.php:706
1883
  msgid "Invalid request"
1884
  msgstr "Domanda non valida"
1885
 
1886
- #: ../inc/social_sharing.php:713
1887
  msgid "Providers not selected"
1888
  msgstr "Providers non selezionati"
1889
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-05 18:29+0530\n"
6
+ "PO-Revision-Date: 2016-02-05 18:30+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
77
  msgid "Large Avatar Url"
78
  msgstr "URL Avatar Grande"
79
 
80
+ #: ../super_socializer.php:847
81
  msgid "Email you entered is already registered or invalid"
82
  msgstr "La email inserita è già registrata o non è valida"
83
 
84
+ #: ../super_socializer.php:851
85
  msgid "Please enter a valid email address. You might be required to verify it"
86
  msgstr "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta una verifica"
87
 
197
 
198
  #: ../helper.php:894
199
  #: ../admin/general_options.php:89
200
+ #: ../admin/social_sharing.php:1784
201
  #: ../admin/social_commenting.php:464
202
  #: ../admin/social_login.php:778
203
  #: ../admin/like_buttons.php:764
1120
  msgid "How to hide arrow after floating sharing bar?"
1121
  msgstr ""
1122
 
1123
+ #: ../admin/social_sharing.php:1773
1124
+ msgid "Why Is Share Count Not Getting Updated?"
1125
+ msgstr ""
1126
+
1127
  #: ../admin/social_commenting.php:13
1128
  msgid "Enable Social Commenting"
1129
  msgstr "Abilita Social Commenting"
1883
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1884
  msgstr "Abilita Social Login nella sezione \"Configurazione di base\" che si trova nella pagina \"Super Socializer > Social Login\" del pannello di amministrazione"
1885
 
1886
+ #: ../inc/social_sharing.php:709
1887
  msgid "Invalid request"
1888
  msgstr "Domanda non valida"
1889
 
1890
+ #: ../inc/social_sharing.php:716
1891
  msgid "Providers not selected"
1892
  msgstr "Providers non selezionati"
1893
 
languages/Super-Socializer-ru_RU.mo CHANGED
Binary file
languages/Super-Socializer-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-01-29 18:57+0530\n"
6
- "PO-Revision-Date: 2016-01-29 18:57+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Team Heateor <support@heateor.com>\n"
9
  "Language: ru_RU\n"
@@ -78,11 +78,11 @@ msgstr "Ссылка для маленького аватара"
78
  msgid "Large Avatar Url"
79
  msgstr "Ссылка для большого аватара"
80
 
81
- #: ../super_socializer.php:846
82
  msgid "Email you entered is already registered or invalid"
83
  msgstr "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
84
 
85
- #: ../super_socializer.php:850
86
  msgid "Please enter a valid email address. You might be required to verify it"
87
  msgstr "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, потребуется проверить его"
88
 
@@ -199,7 +199,7 @@ msgstr "Ссылка для большого аватара"
199
 
200
  #: ../helper.php:894
201
  #: ../admin/general_options.php:89
202
- #: ../admin/social_sharing.php:1783
203
  #: ../admin/social_commenting.php:464
204
  #: ../admin/social_login.php:778
205
  #: ../admin/like_buttons.php:764
@@ -1121,6 +1121,10 @@ msgstr "Скрыть кнопки Поделиться на мобильных
1121
  msgid "How to hide arrow after floating sharing bar?"
1122
  msgstr ""
1123
 
 
 
 
 
1124
  #: ../admin/social_commenting.php:13
1125
  msgid "Enable Social Commenting"
1126
  msgstr "Включить комментирование через социальные сети"
@@ -1882,11 +1886,11 @@ msgstr "Шорткод и виджет Нравится"
1882
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1883
  msgstr "Активируйте вход через социальные сети в \"Базовые настройки\" в секции на странице \"Super Socializer > Вход через социальные сети\" в панели админ-панели"
1884
 
1885
- #: ../inc/social_sharing.php:706
1886
  msgid "Invalid request"
1887
  msgstr "Неверный Запрос!"
1888
 
1889
- #: ../inc/social_sharing.php:713
1890
  msgid "Providers not selected"
1891
  msgstr "Сервисы не выбраны"
1892
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-05 18:30+0530\n"
6
+ "PO-Revision-Date: 2016-02-05 18:30+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Team Heateor <support@heateor.com>\n"
9
  "Language: ru_RU\n"
78
  msgid "Large Avatar Url"
79
  msgstr "Ссылка для большого аватара"
80
 
81
+ #: ../super_socializer.php:847
82
  msgid "Email you entered is already registered or invalid"
83
  msgstr "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
84
 
85
+ #: ../super_socializer.php:851
86
  msgid "Please enter a valid email address. You might be required to verify it"
87
  msgstr "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, потребуется проверить его"
88
 
199
 
200
  #: ../helper.php:894
201
  #: ../admin/general_options.php:89
202
+ #: ../admin/social_sharing.php:1784
203
  #: ../admin/social_commenting.php:464
204
  #: ../admin/social_login.php:778
205
  #: ../admin/like_buttons.php:764
1121
  msgid "How to hide arrow after floating sharing bar?"
1122
  msgstr ""
1123
 
1124
+ #: ../admin/social_sharing.php:1773
1125
+ msgid "Why Is Share Count Not Getting Updated?"
1126
+ msgstr ""
1127
+
1128
  #: ../admin/social_commenting.php:13
1129
  msgid "Enable Social Commenting"
1130
  msgstr "Включить комментирование через социальные сети"
1886
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1887
  msgstr "Активируйте вход через социальные сети в \"Базовые настройки\" в секции на странице \"Super Socializer > Вход через социальные сети\" в панели админ-панели"
1888
 
1889
+ #: ../inc/social_sharing.php:709
1890
  msgid "Invalid request"
1891
  msgstr "Неверный Запрос!"
1892
 
1893
+ #: ../inc/social_sharing.php:716
1894
  msgid "Providers not selected"
1895
  msgstr "Сервисы не выбраны"
1896
 
languages/Super-Socializer-sr_RS.mo CHANGED
Binary file
languages/Super-Socializer-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-01-29 18:57+0530\n"
6
- "PO-Revision-Date: 2016-01-29 18:57+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: yoonect.com\n"
9
  "Language: it\n"
@@ -80,11 +80,11 @@ msgstr "Mali Avatar Url"
80
  msgid "Large Avatar Url"
81
  msgstr "Ciljni Url"
82
 
83
- #: ../super_socializer.php:846
84
  msgid "Email you entered is already registered or invalid"
85
  msgstr "Email koji ste uneli je već registrovan ili je nevažeći"
86
 
87
- #: ../super_socializer.php:850
88
  msgid "Please enter a valid email address. You might be required to verify it"
89
  msgstr "Molimo unesite važeću email adresu. Možda će od vas biti traženo da je potvrdite"
90
 
@@ -205,7 +205,7 @@ msgstr "Ciljni Url"
205
 
206
  #: ../helper.php:894
207
  #: ../admin/general_options.php:89
208
- #: ../admin/social_sharing.php:1783
209
  #: ../admin/social_commenting.php:464
210
  #: ../admin/social_login.php:778
211
  #: ../admin/like_buttons.php:764
@@ -1146,6 +1146,10 @@ msgstr "Sakrite share-ovanje na mobilnim uređajima"
1146
  msgid "How to hide arrow after floating sharing bar?"
1147
  msgstr ""
1148
 
 
 
 
 
1149
  #: ../admin/social_commenting.php:13
1150
  #, fuzzy
1151
  msgid "Enable Social Commenting"
@@ -1960,11 +1964,11 @@ msgstr "Kratki kod & vidžet"
1960
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1961
  msgstr "Uverite se da je prijava na društvene mreže omogućena sa \"Super Socializer > Social Login\" stranice."
1962
 
1963
- #: ../inc/social_sharing.php:706
1964
  msgid "Invalid request"
1965
  msgstr "Nevažeći zahtev"
1966
 
1967
- #: ../inc/social_sharing.php:713
1968
  msgid "Providers not selected"
1969
  msgstr "Dobavljači nisu selektovani"
1970
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-05 18:30+0530\n"
6
+ "PO-Revision-Date: 2016-02-05 18:30+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: yoonect.com\n"
9
  "Language: it\n"
80
  msgid "Large Avatar Url"
81
  msgstr "Ciljni Url"
82
 
83
+ #: ../super_socializer.php:847
84
  msgid "Email you entered is already registered or invalid"
85
  msgstr "Email koji ste uneli je već registrovan ili je nevažeći"
86
 
87
+ #: ../super_socializer.php:851
88
  msgid "Please enter a valid email address. You might be required to verify it"
89
  msgstr "Molimo unesite važeću email adresu. Možda će od vas biti traženo da je potvrdite"
90
 
205
 
206
  #: ../helper.php:894
207
  #: ../admin/general_options.php:89
208
+ #: ../admin/social_sharing.php:1784
209
  #: ../admin/social_commenting.php:464
210
  #: ../admin/social_login.php:778
211
  #: ../admin/like_buttons.php:764
1146
  msgid "How to hide arrow after floating sharing bar?"
1147
  msgstr ""
1148
 
1149
+ #: ../admin/social_sharing.php:1773
1150
+ msgid "Why Is Share Count Not Getting Updated?"
1151
+ msgstr ""
1152
+
1153
  #: ../admin/social_commenting.php:13
1154
  #, fuzzy
1155
  msgid "Enable Social Commenting"
1964
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1965
  msgstr "Uverite se da je prijava na društvene mreže omogućena sa \"Super Socializer > Social Login\" stranice."
1966
 
1967
+ #: ../inc/social_sharing.php:709
1968
  msgid "Invalid request"
1969
  msgstr "Nevažeći zahtev"
1970
 
1971
+ #: ../inc/social_sharing.php:716
1972
  msgid "Providers not selected"
1973
  msgstr "Dobavljači nisu selektovani"
1974
 
languages/Super-Socializer.pot CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-01-29 19:20+0530\n"
6
- "PO-Revision-Date: 2016-01-29 19:20+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: \n"
@@ -76,11 +76,11 @@ msgstr ""
76
  msgid "Large Avatar Url"
77
  msgstr ""
78
 
79
- #: ../super_socializer.php:846
80
  msgid "Email you entered is already registered or invalid"
81
  msgstr ""
82
 
83
- #: ../super_socializer.php:850
84
  msgid "Please enter a valid email address. You might be required to verify it"
85
  msgstr ""
86
 
@@ -1074,7 +1074,7 @@ msgid "How to hide arrow after floating sharing bar?"
1074
  msgstr ""
1075
 
1076
  #: ../admin/social_sharing.php:1773
1077
- msgid "Why are Share Counts Not Updating?"
1078
  msgstr ""
1079
 
1080
  #: ../admin/social_commenting.php:13
@@ -1831,11 +1831,11 @@ msgstr ""
1831
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1832
  msgstr ""
1833
 
1834
- #: ../inc/social_sharing.php:706
1835
  msgid "Invalid request"
1836
  msgstr ""
1837
 
1838
- #: ../inc/social_sharing.php:713
1839
  msgid "Providers not selected"
1840
  msgstr ""
1841
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-05 18:29+0530\n"
6
+ "PO-Revision-Date: 2016-02-05 18:29+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: \n"
76
  msgid "Large Avatar Url"
77
  msgstr ""
78
 
79
+ #: ../super_socializer.php:847
80
  msgid "Email you entered is already registered or invalid"
81
  msgstr ""
82
 
83
+ #: ../super_socializer.php:851
84
  msgid "Please enter a valid email address. You might be required to verify it"
85
  msgstr ""
86
 
1074
  msgstr ""
1075
 
1076
  #: ../admin/social_sharing.php:1773
1077
+ msgid "Why Is Share Count Not Getting Updated?"
1078
  msgstr ""
1079
 
1080
  #: ../admin/social_commenting.php:13
1831
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1832
  msgstr ""
1833
 
1834
+ #: ../inc/social_sharing.php:709
1835
  msgid "Invalid request"
1836
  msgstr ""
1837
 
1838
+ #: ../inc/social_sharing.php:716
1839
  msgid "Providers not selected"
1840
  msgstr ""
1841
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: the champ, champ, social login, social sharing, social commenting, social comments, social plugin, buddypress, bbpress, social share, comments, share post, user profile data, social analytics, online identity, social profile storage, id provider, single sign-on, social media tools, free social login, post to social networks, social authentication, social app, connect, capture social data, social sign-in, signin, sign up, signup, social connect, facebook login, twitter login, google login, google+ login, linkedin login, yahoo, vkontakte, instagram, reddit, digg, stumbleupon, delicious, float it, tumblr, social network
5
  Requires at least: 2.5.0
6
  Tested up to: 4.4.2
7
- Stable tag: 7.2
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share and Social Comments at your website
@@ -198,6 +198,10 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
198
  8. **Social Commenting**: Disqus Commenting selected
199
 
200
  == Changelog ==
 
 
 
 
201
  = 7.2 =
202
  * [Bugfix] Website title was appearing in homepage content in a few cases
203
  * [Bugfix] Share counts were not appearing in a few cases
@@ -780,4 +784,8 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
780
  * [Improvement] Share counts are now being cached (using WordPress transients) resulting in faster page loading with share counts enabled
781
  * [Improvement] Twitter logo background color updated to match Twitter's brand guidelines
782
  * [New] Added option to clear share counts cache
783
- * [New] Added option to specify time duration to refresh share count cache
 
 
 
 
4
  Tags: the champ, champ, social login, social sharing, social commenting, social comments, social plugin, buddypress, bbpress, social share, comments, share post, user profile data, social analytics, online identity, social profile storage, id provider, single sign-on, social media tools, free social login, post to social networks, social authentication, social app, connect, capture social data, social sign-in, signin, sign up, signup, social connect, facebook login, twitter login, google login, google+ login, linkedin login, yahoo, vkontakte, instagram, reddit, digg, stumbleupon, delicious, float it, tumblr, social network
5
  Requires at least: 2.5.0
6
  Tested up to: 4.4.2
7
+ Stable tag: 7.2.1
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share and Social Comments at your website
198
  8. **Social Commenting**: Disqus Commenting selected
199
 
200
  == Changelog ==
201
+ = 7.2.1 =
202
+ * [Bugfix] Vkontakte share count was appearing in the form of VK.Share.count(0, 0)
203
+ * [Bugfix] Reddit badge was not appearing on webpages having ssl enabled
204
+
205
  = 7.2 =
206
  * [Bugfix] Website title was appearing in homepage content in a few cases
207
  * [Bugfix] Share counts were not appearing in a few cases
784
  * [Improvement] Share counts are now being cached (using WordPress transients) resulting in faster page loading with share counts enabled
785
  * [Improvement] Twitter logo background color updated to match Twitter's brand guidelines
786
  * [New] Added option to clear share counts cache
787
+ * [New] Added option to specify time duration to refresh share count cache
788
+
789
+ = 7.2.1 =
790
+ * [Bugfix] Vkontakte share count was appearing in the form of VK.Share.count(0, 0)
791
+ * [Bugfix] Reddit badge was not appearing on webpages having ssl enabled
super_socializer.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: http://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing and more.
6
- Version: 7.2
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: Super-Socializer
@@ -11,7 +11,7 @@ Domain Path: /languages
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
- define('THE_CHAMP_SS_VERSION', '7.2');
15
 
16
  $theChampLoginOptions = get_option('the_champ_login');
17
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
@@ -837,7 +837,8 @@ function the_champ_default_options(){
837
  // general options
838
  add_option('the_champ_general', array(
839
  'footer_script' => '1',
840
- 'delete_options' => '1'
 
841
  ));
842
 
843
  // login options
@@ -1108,9 +1109,11 @@ function the_champ_update_db_check(){
1108
  }
1109
  }
1110
 
1111
- $theChampSharingOptions['share_count_cache_refresh_count'] = '10';
1112
- $theChampSharingOptions['share_count_cache_refresh_unit'] = 'minutes';
1113
- update_option('the_champ_sharing', $theChampSharingOptions);
 
 
1114
 
1115
  update_option('the_champ_ss_version', THE_CHAMP_SS_VERSION);
1116
  }
3
  Plugin Name: Super Socializer
4
  Plugin URI: http://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing and more.
6
+ Version: 7.2.1
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: Super-Socializer
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
+ define('THE_CHAMP_SS_VERSION', '7.2.1');
15
 
16
  $theChampLoginOptions = get_option('the_champ_login');
17
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
837
  // general options
838
  add_option('the_champ_general', array(
839
  'footer_script' => '1',
840
+ 'delete_options' => '1',
841
+ 'custom_css' => ''
842
  ));
843
 
844
  // login options
1109
  }
1110
  }
1111
 
1112
+ if(version_compare('7.2', $currentVersion) > 0){
1113
+ $theChampSharingOptions['share_count_cache_refresh_count'] = '10';
1114
+ $theChampSharingOptions['share_count_cache_refresh_unit'] = 'minutes';
1115
+ update_option('the_champ_sharing', $theChampSharingOptions);
1116
+ }
1117
 
1118
  update_option('the_champ_ss_version', THE_CHAMP_SS_VERSION);
1119
  }