From 96d53f3aadb6c360dfb4c0b78a52e40f3d9ea7a7 Mon Sep 17 00:00:00 2001 From: Charlie Date: Tue, 8 Apr 2014 20:22:37 +0100 Subject: [PATCH 1/4] added in missing language strings --- mod_social_slider/mod_social_slider.xml | 44 ++++++++++++------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/mod_social_slider/mod_social_slider.xml b/mod_social_slider/mod_social_slider.xml index a9c6b95..5e337c1 100644 --- a/mod_social_slider/mod_social_slider.xml +++ b/mod_social_slider/mod_social_slider.xml @@ -7,7 +7,7 @@ http://www.gnu.org/licenses/gpl-3.0.html admin@joomjunk.co.uk http://www.joomjunk.co.uk - 1.5.1 + 1.5.2 JJ_SOCIAL_SLIDER_DESC @@ -38,7 +38,7 @@
- + @@ -46,7 +46,7 @@ - + @@ -54,7 +54,7 @@ - + @@ -62,7 +62,7 @@ - + @@ -70,7 +70,7 @@ - + @@ -78,7 +78,7 @@ - + @@ -86,7 +86,7 @@ - + @@ -94,7 +94,7 @@ - + @@ -102,7 +102,7 @@ - + @@ -110,7 +110,7 @@ - + @@ -118,7 +118,7 @@ - + @@ -126,7 +126,7 @@ - + @@ -134,7 +134,7 @@ - + @@ -142,7 +142,7 @@ - + @@ -150,7 +150,7 @@ - + @@ -161,7 +161,7 @@
- + @@ -172,7 +172,7 @@ - + @@ -183,7 +183,7 @@ - + @@ -194,7 +194,7 @@ - + @@ -205,7 +205,7 @@ - + @@ -230,7 +230,7 @@ - + From 46a6d19522eec9794232b408762eff85b32a57da Mon Sep 17 00:00:00 2001 From: Charlie Date: Tue, 8 Apr 2014 20:23:00 +0100 Subject: [PATCH 2/4] added in missing span to prevent text overlapping --- mod_social_slider/tmpl/default.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod_social_slider/tmpl/default.php b/mod_social_slider/tmpl/default.php index a55c8a4..76e5ef8 100644 --- a/mod_social_slider/tmpl/default.php +++ b/mod_social_slider/tmpl/default.php @@ -35,11 +35,11 @@ { if ($parts[1] < 16) { - echo '
  • ' . JText::_('JJ_SOCIAL_SLIDER_VIA_' . $uppercase . '') . '
  • '; + echo '
  • ' . JText::_('JJ_SOCIAL_SLIDER_VIA_' . $uppercase . '') . '
  • '; } else { - echo '
  • ' . $params->get($key . '_text') . '
  • '; + echo '
  • ' . $params->get($key . '_text') . '
  • '; } } } From 0000b8477ae4fad854dab47ee19f4ee0ca362f1a Mon Sep 17 00:00:00 2001 From: Charlie Date: Tue, 8 Apr 2014 20:23:10 +0100 Subject: [PATCH 3/4] tweaked span width --- mod_social_slider/media/css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mod_social_slider/media/css/style.css b/mod_social_slider/media/css/style.css index 95887d2..9c35bdd 100644 --- a/mod_social_slider/media/css/style.css +++ b/mod_social_slider/media/css/style.css @@ -31,12 +31,11 @@ ul#jj_sl_navigation li a { -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; - transition: all 0.3s ease; - + transition: all 0.3s ease; } ul#jj_sl_navigation li a .jj_social_text { display: inline-block; - width: 125px; + width: 130px; } ul#jj_sl_navigation .facebook a:hover{ background-color: #3B5998; } ul#jj_sl_navigation .twitter a:hover{ background-color: #62BDB2; } From 8bf399f3798b3f995e416d7feebe88371502e6cc Mon Sep 17 00:00:00 2001 From: Charlie Date: Tue, 8 Apr 2014 20:35:14 +0100 Subject: [PATCH 4/4] updated change log to v1.5.2 --- changelog.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.php b/changelog.php index 0b5e2cd..89ae9dd 100644 --- a/changelog.php +++ b/changelog.php @@ -15,6 +15,11 @@ - -> Removed ! -> Note +Version 1.5.2 +# Added missing span to prevent text overlapping +# Added missing language string for parameter description +^ Increased span width by 5px + Version 1.5.1 (IMPORTANT BUG FIX FOR JOOMLA 3.1 USERS) + Added background colour transition # Fixed Joomla 3.1 module parameters page breaking