Slider by WD – Responsive Slider - Version 1.1.19

Version Description

  • Fixed: Conflict with some themes.
  • Fixed: Dutch in translation (Thanks to Hielke Brandsma).
Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Slider by WD – Responsive Slider
Version 1.1.19
Comparing to
See all releases

Code changes from version 1.1.18 to 1.1.19

css/wds_effects.css CHANGED
@@ -1,16 +1,16 @@
1
- .animated {
2
  -webkit-animation-duration: 3s;
3
  animation-duration: 3s;
4
  -webkit-animation-fill-mode: both;
5
  animation-fill-mode: both;
6
  }
7
 
8
- .animated.infinite {
9
  -webkit-animation-iteration-count: infinite;
10
  animation-iteration-count: infinite;
11
  }
12
 
13
- .animated.hinge {
14
  -webkit-animation-duration: 2s;
15
  animation-duration: 2s;
16
  }
1
+ .wds_animated {
2
  -webkit-animation-duration: 3s;
3
  animation-duration: 3s;
4
  -webkit-animation-fill-mode: both;
5
  animation-fill-mode: both;
6
  }
7
 
8
+ .wds_animated.infinite {
9
  -webkit-animation-iteration-count: infinite;
10
  animation-iteration-count: infinite;
11
  }
12
 
13
+ .wds_animated.hinge {
14
  -webkit-animation-duration: 2s;
15
  animation-duration: 2s;
16
  }
frontend/views/WDSViewSlider.php CHANGED
@@ -822,12 +822,12 @@ class WDSViewSlider {
822
  <div class="wds_circle_timer_<?php echo $wds; ?>">
823
  <div class="wds_circle_timer_parts_<?php echo $wds; ?>">
824
  <div class="wds_circle_timer_part_<?php echo $wds; ?>">
825
- <div class="wds_circle_timer_small_parts_<?php echo $wds; ?> animated" style="border-radius:100% 0% 0% 0%;" id="top_left_<?php echo $wds; ?>"></div>
826
- <div class="wds_circle_timer_small_parts_<?php echo $wds; ?> animated" style="border-radius:0% 0% 0% 100%;z-index:150;" id="bottom_left_<?php echo $wds; ?>"></div>
827
  </div>
828
  <div class="wds_circle_timer_part_<?php echo $wds; ?>">
829
- <div class="wds_circle_timer_small_parts_<?php echo $wds; ?> animated" style="border-radius:0% 100% 0% 0%;" id="top_right_<?php echo $wds; ?>"></div>
830
- <div class="wds_circle_timer_small_parts_<?php echo $wds; ?> animated" style="border-radius:0% 0% 100% 0%;" id="bottom_right_<?php echo $wds; ?>"></div>
831
  </div>
832
  </div>
833
  <div class="wds_circle_timer_center_cont_<?php echo $wds; ?>">
@@ -1453,11 +1453,11 @@ class WDSViewSlider {
1453
  wds_clear_layers_effects_out_before_change_<?php echo $wds; ?>[current_key][m] = setTimeout(function() {
1454
  if (wds_data_<?php echo $wds; ?>[current_key]["layer_" + m + "_type"] != 'social') {
1455
  jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[current_key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[current_key]["layer_" + m + "_id"]).css('-webkit-animation-duration' , 0.6 + 's').css('animation-duration' , 0.6 + 's');
1456
- jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[current_key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[current_key]["layer_" + m + "_id"]).removeClass().addClass( wds_data_<?php echo $wds; ?>[current_key]["layer_" + m + "_layer_effect_out"] + ' animated');
1457
  }
1458
  else {
1459
  jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[current_key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[current_key]["layer_" + m + "_id"]).css('-webkit-animation-duration' , 0.6 + 's').css('animation-duration' , 0.6 + 's');
1460
- jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[current_key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[current_key]["layer_" + m + "_id"]).removeClass().addClass( wds_data_<?php echo $wds; ?>[current_key]["layer_" + m + "_layer_effect_out"] + ' fa fa-' + wds_data_<?php echo $wds; ?>[current_key]["layer_" + m + "_social_button"] + ' animated');
1461
  }
1462
  }, 10);
1463
  }
@@ -2023,11 +2023,11 @@ class WDSViewSlider {
2023
  wds_clear_layers_effects_in_<?php echo $wds; ?>[key][j] = setTimeout(function(){
2024
  if (wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_type"] != 'social') {
2025
  jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_id"]).css('-webkit-animation-duration' , wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_duration_eff_out"] / 1000 + 's').css('animation-duration' , wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_duration_eff_out"] / 1000 + 's');
2026
- jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_id"]).removeClass().addClass( wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_layer_effect_in"] + ' animated');
2027
  }
2028
  else {
2029
  jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_id"]).css('-webkit-animation-duration' , wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_duration_eff_out"] / 1000 + 's').css('animation-duration' , wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_duration_eff_out"] / 1000 + 's');
2030
- jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_id"]).removeClass().addClass( wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_layer_effect_in"] + ' fa fa-' + wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_social_button"] + ' animated');
2031
  }
2032
  /* Play video on layer in.*/
2033
  if (wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_type"] == "video") {
@@ -2046,11 +2046,11 @@ class WDSViewSlider {
2046
  if (wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_layer_effect_out"] != 'none') {
2047
  if (wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_type"] != 'social') {
2048
  jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_id"]).css('-webkit-animation-duration' , wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_duration_eff_out"] / 1000 + 's').css('animation-duration' , wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_duration_eff_out"] / 1000 + 's');
2049
- jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_id"]).removeClass().addClass( wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_layer_effect_out"] + ' animated');
2050
  }
2051
  else {
2052
  jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_id"]).css('-webkit-animation-duration' , wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_duration_eff_out"] / 1000 + 's').css('animation-duration' , wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_duration_eff_out"] / 1000 + 's');
2053
- jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_id"]).removeClass().addClass( wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_layer_effect_out"] + ' fa fa-' + wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_social_button"] + ' animated');
2054
  }
2055
  }
2056
  }, wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_end"]);
822
  <div class="wds_circle_timer_<?php echo $wds; ?>">
823
  <div class="wds_circle_timer_parts_<?php echo $wds; ?>">
824
  <div class="wds_circle_timer_part_<?php echo $wds; ?>">
825
+ <div class="wds_circle_timer_small_parts_<?php echo $wds; ?> wds_animated" style="border-radius:100% 0% 0% 0%;" id="top_left_<?php echo $wds; ?>"></div>
826
+ <div class="wds_circle_timer_small_parts_<?php echo $wds; ?> wds_animated" style="border-radius:0% 0% 0% 100%;z-index:150;" id="bottom_left_<?php echo $wds; ?>"></div>
827
  </div>
828
  <div class="wds_circle_timer_part_<?php echo $wds; ?>">
829
+ <div class="wds_circle_timer_small_parts_<?php echo $wds; ?> wds_animated" style="border-radius:0% 100% 0% 0%;" id="top_right_<?php echo $wds; ?>"></div>
830
+ <div class="wds_circle_timer_small_parts_<?php echo $wds; ?> wds_animated" style="border-radius:0% 0% 100% 0%;" id="bottom_right_<?php echo $wds; ?>"></div>
831
  </div>
832
  </div>
833
  <div class="wds_circle_timer_center_cont_<?php echo $wds; ?>">
1453
  wds_clear_layers_effects_out_before_change_<?php echo $wds; ?>[current_key][m] = setTimeout(function() {
1454
  if (wds_data_<?php echo $wds; ?>[current_key]["layer_" + m + "_type"] != 'social') {
1455
  jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[current_key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[current_key]["layer_" + m + "_id"]).css('-webkit-animation-duration' , 0.6 + 's').css('animation-duration' , 0.6 + 's');
1456
+ jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[current_key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[current_key]["layer_" + m + "_id"]).removeClass().addClass( wds_data_<?php echo $wds; ?>[current_key]["layer_" + m + "_layer_effect_out"] + ' wds_animated');
1457
  }
1458
  else {
1459
  jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[current_key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[current_key]["layer_" + m + "_id"]).css('-webkit-animation-duration' , 0.6 + 's').css('animation-duration' , 0.6 + 's');
1460
+ jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[current_key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[current_key]["layer_" + m + "_id"]).removeClass().addClass( wds_data_<?php echo $wds; ?>[current_key]["layer_" + m + "_layer_effect_out"] + ' fa fa-' + wds_data_<?php echo $wds; ?>[current_key]["layer_" + m + "_social_button"] + ' wds_animated');
1461
  }
1462
  }, 10);
1463
  }
2023
  wds_clear_layers_effects_in_<?php echo $wds; ?>[key][j] = setTimeout(function(){
2024
  if (wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_type"] != 'social') {
2025
  jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_id"]).css('-webkit-animation-duration' , wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_duration_eff_out"] / 1000 + 's').css('animation-duration' , wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_duration_eff_out"] / 1000 + 's');
2026
+ jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_id"]).removeClass().addClass( wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_layer_effect_in"] + ' wds_animated');
2027
  }
2028
  else {
2029
  jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_id"]).css('-webkit-animation-duration' , wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_duration_eff_out"] / 1000 + 's').css('animation-duration' , wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_duration_eff_out"] / 1000 + 's');
2030
+ jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_id"]).removeClass().addClass( wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_layer_effect_in"] + ' fa fa-' + wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_social_button"] + ' wds_animated');
2031
  }
2032
  /* Play video on layer in.*/
2033
  if (wds_data_<?php echo $wds; ?>[key]["layer_" + j + "_type"] == "video") {
2046
  if (wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_layer_effect_out"] != 'none') {
2047
  if (wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_type"] != 'social') {
2048
  jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_id"]).css('-webkit-animation-duration' , wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_duration_eff_out"] / 1000 + 's').css('animation-duration' , wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_duration_eff_out"] / 1000 + 's');
2049
+ jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_id"]).removeClass().addClass( wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_layer_effect_out"] + ' wds_animated');
2050
  }
2051
  else {
2052
  jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_id"]).css('-webkit-animation-duration' , wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_duration_eff_out"] / 1000 + 's').css('animation-duration' , wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_duration_eff_out"] / 1000 + 's');
2053
+ jQuery('#wds_<?php echo $wds; ?>_slide' + wds_data_<?php echo $wds; ?>[key]["id"] + '_layer' + wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_id"]).removeClass().addClass( wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_layer_effect_out"] + ' fa fa-' + wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_social_button"] + ' wds_animated');
2054
  }
2055
  }
2056
  }, wds_data_<?php echo $wds; ?>[key]["layer_" + i + "_end"]);
js/wds.js CHANGED
@@ -2624,7 +2624,7 @@ function wds_trans_end(id, effect) {
2624
  var transitionEvent = wds_whichTransitionEvent();
2625
  var e = document.getElementById(id);
2626
  transitionEvent && e.addEventListener(transitionEvent, function() {
2627
- jQuery("#" + id).removeClass("animated").removeClass(effect);
2628
  });
2629
  }
2630
 
@@ -2657,7 +2657,7 @@ function wds_trans_effect_in(slider_id, prefix, social) {
2657
  '-webkit-animation-duration', jQuery("#" + prefix + "_duration_eff_in").val() / 1000 + "s").css(
2658
  'animation-duration' , jQuery("#" + prefix + "_duration_eff_in").val() / 1000 + "s");
2659
  jQuery("#" + prefix).removeClass().addClass(
2660
- jQuery("#" + prefix + "_layer_effect_in").val() + " animated wds_draggable_" + slider_id + social_class + " wds_draggable ui-draggable");
2661
  }
2662
 
2663
  function wds_trans_effect_out(slider_id, prefix, social) {
@@ -2669,7 +2669,7 @@ function wds_trans_effect_out(slider_id, prefix, social) {
2669
  '-webkit-animation-duration', jQuery("#" + prefix + "_duration_eff_out").val() / 1000 + "s").css(
2670
  'animation-duration' , jQuery("#" + prefix + "_duration_eff_out").val() / 1000 + "s");
2671
  jQuery("#" + prefix).removeClass().addClass(
2672
- jQuery("#" + prefix + "_layer_effect_out").val() + " animated wds_draggable_" + slider_id + social_class + " wds_draggable ui-draggable");
2673
  }
2674
 
2675
  function wds_break_word(that, prefix) {
2624
  var transitionEvent = wds_whichTransitionEvent();
2625
  var e = document.getElementById(id);
2626
  transitionEvent && e.addEventListener(transitionEvent, function() {
2627
+ jQuery("#" + id).removeClass("wds_animated").removeClass(effect);
2628
  });
2629
  }
2630
 
2657
  '-webkit-animation-duration', jQuery("#" + prefix + "_duration_eff_in").val() / 1000 + "s").css(
2658
  'animation-duration' , jQuery("#" + prefix + "_duration_eff_in").val() / 1000 + "s");
2659
  jQuery("#" + prefix).removeClass().addClass(
2660
+ jQuery("#" + prefix + "_layer_effect_in").val() + " wds_animated wds_draggable_" + slider_id + social_class + " wds_draggable ui-draggable");
2661
  }
2662
 
2663
  function wds_trans_effect_out(slider_id, prefix, social) {
2669
  '-webkit-animation-duration', jQuery("#" + prefix + "_duration_eff_out").val() / 1000 + "s").css(
2670
  'animation-duration' , jQuery("#" + prefix + "_duration_eff_out").val() / 1000 + "s");
2671
  jQuery("#" + prefix).removeClass().addClass(
2672
+ jQuery("#" + prefix + "_layer_effect_out").val() + " wds_animated wds_draggable_" + slider_id + social_class + " wds_draggable ui-draggable");
2673
  }
2674
 
2675
  function wds_break_word(that, prefix) {
languages/wds-nl_NL.mo CHANGED
Binary file
languages/wds-nl_NL.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wds\n"
4
  "POT-Creation-Date: 2014-09-26 17:57+0400\n"
5
- "PO-Revision-Date: 2014-09-26 17:57+0400\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: nl\n"
@@ -17,14 +17,12 @@ msgstr ""
17
  "\\slider-plugin\n"
18
 
19
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\slider-plugin/frontend/views/WDSViewSlider.php:30
20
- #, fuzzy
21
  msgid "There is no slider selected or the slider was deleted."
22
- msgstr "Er is geen galerij geselecteerd of de galerie is verwijderd."
23
 
24
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\slider-plugin/frontend/views/WDSViewSlider.php:42
25
- #, fuzzy
26
  msgid "There are no slides in this slider."
27
- msgstr "Er zijn geen afbeeldingen in deze galerij"
28
 
29
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\slider-plugin/frontend/views/WDSViewSlider.php:660
30
  msgid "Share on Facebook"
@@ -36,15 +34,15 @@ msgstr "Delen op Twitter"
36
 
37
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\slider-plugin/frontend/views/WDSViewSlider.php:672
38
  msgid "Share on Google+"
39
- msgstr "Deel op Google+"
40
 
41
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\slider-plugin/frontend/views/WDSViewSlider.php:678
42
  msgid "Share on Pinterest"
43
- msgstr "Share on Pinterest"
44
 
45
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\slider-plugin/frontend/views/WDSViewSlider.php:684
46
  msgid "Share on Tumblr"
47
- msgstr "Share on Tumblr"
48
 
49
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\slider-plugin/frontend/views/WDSViewSlider.php:1875
50
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\slider-plugin/frontend/views/WDSViewSlider.php:1894
@@ -53,7 +51,7 @@ msgstr "Pauze"
53
 
54
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\slider-plugin/frontend/views/WDSViewSlider.php:1884
55
  msgid "Play"
56
- msgstr "Spelen"
57
 
58
  #~ msgid "field is required."
59
  #~ msgstr "is verplicht. "
2
  msgstr ""
3
  "Project-Id-Version: wds\n"
4
  "POT-Creation-Date: 2014-09-26 17:57+0400\n"
5
+ "PO-Revision-Date: 2016-02-22 10:07+0400\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: nl\n"
17
  "\\slider-plugin\n"
18
 
19
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\slider-plugin/frontend/views/WDSViewSlider.php:30
 
20
  msgid "There is no slider selected or the slider was deleted."
21
+ msgstr "Er is geen galerie geselecteerd, of de galerie is verwijderd."
22
 
23
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\slider-plugin/frontend/views/WDSViewSlider.php:42
 
24
  msgid "There are no slides in this slider."
25
+ msgstr "Er staan geen afbeeldingen in deze galerie"
26
 
27
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\slider-plugin/frontend/views/WDSViewSlider.php:660
28
  msgid "Share on Facebook"
34
 
35
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\slider-plugin/frontend/views/WDSViewSlider.php:672
36
  msgid "Share on Google+"
37
+ msgstr "Delen op Google+"
38
 
39
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\slider-plugin/frontend/views/WDSViewSlider.php:678
40
  msgid "Share on Pinterest"
41
+ msgstr "Delen op Pinterest"
42
 
43
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\slider-plugin/frontend/views/WDSViewSlider.php:684
44
  msgid "Share on Tumblr"
45
+ msgstr "Delen op Tumblr"
46
 
47
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\slider-plugin/frontend/views/WDSViewSlider.php:1875
48
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\slider-plugin/frontend/views/WDSViewSlider.php:1894
51
 
52
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\slider-plugin/frontend/views/WDSViewSlider.php:1884
53
  msgid "Play"
54
+ msgstr "Afspelen"
55
 
56
  #~ msgid "field is required."
57
  #~ msgstr "is verplicht. "
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-slider-plugin.html
4
  Tags: image slider, slider, slider, image, images, responsive, shortcode, widget, jquery, gallery, swipe, layer
5
  Requires at least: 3.4
6
  Tested up to: 4.4
7
- Stable tag: 1.1.18
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -89,7 +89,7 @@ Chinese, Simplified (zh_CN)
89
  Croatian (hr)
90
  Czech (cs_CZ)
91
  Danish (da_DK)
92
- Dutch (nl_NL)
93
  Esperanto (eo_EO)
94
  Estonian (et)
95
  Finnish (fi)
@@ -160,6 +160,10 @@ After downloading the ZIP file of the slider plugin,
160
 
161
  == Changelog ==
162
 
 
 
 
 
163
  = 1.1.18 =
164
  * Improved: Filemanager load time.
165
 
4
  Tags: image slider, slider, slider, image, images, responsive, shortcode, widget, jquery, gallery, swipe, layer
5
  Requires at least: 3.4
6
  Tested up to: 4.4
7
+ Stable tag: 1.1.19
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
89
  Croatian (hr)
90
  Czech (cs_CZ)
91
  Danish (da_DK)
92
+ Dutch (nl_NL) by Hielke Brandsma
93
  Esperanto (eo_EO)
94
  Estonian (et)
95
  Finnish (fi)
160
 
161
  == Changelog ==
162
 
163
+ = 1.1.19 =
164
+ * Fixed: Conflict with some themes.
165
+ * Fixed: Dutch in translation (Thanks to Hielke Brandsma).
166
+
167
  = 1.1.18 =
168
  * Improved: Filemanager load time.
169
 
slider-wd.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Slider WD
5
  * Plugin URI: https://web-dorado.com/products/wordpress-slider-plugin.html
6
  * Description: This is a responsive plugin, which allows adding sliders to your posts/pages and to custom location. It uses large number of transition effects and supports various types of layers.
7
- * Version: 1.1.18
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -433,7 +433,7 @@ register_activation_hook(__FILE__, 'wds_activate');
433
 
434
  function wds_install() {
435
  $version = get_option("wds_version");
436
- $new_version = '1.1.18';
437
  if ($version && version_compare($version, $new_version, '<')) {
438
  require_once WD_S_DIR . "/sliders-update.php";
439
  wds_update($version);
4
  * Plugin Name: Slider WD
5
  * Plugin URI: https://web-dorado.com/products/wordpress-slider-plugin.html
6
  * Description: This is a responsive plugin, which allows adding sliders to your posts/pages and to custom location. It uses large number of transition effects and supports various types of layers.
7
+ * Version: 1.1.19
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
433
 
434
  function wds_install() {
435
  $version = get_option("wds_version");
436
+ $new_version = '1.1.19';
437
  if ($version && version_compare($version, $new_version, '<')) {
438
  require_once WD_S_DIR . "/sliders-update.php";
439
  wds_update($version);