Slide Anything – Responsive Content / HTML Slider and Carousel - Version 2.3.31

Version Description

  • Added a new feture to allow you to specify the WordPress image size to use for slide background images. Previously slide background images were all set the the "full" WordPress image size.

=

Download this release

Release Info

Developer simonpedge
Plugin Icon 128x128 Slide Anything – Responsive Content / HTML Slider and Carousel
Version 2.3.31
Comparing to
See all releases

Code changes from version 2.3.29 to 2.3.31

css/slide-anything-admin.css CHANGED
@@ -1039,7 +1039,6 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
1039
 
1040
 
1041
 
1042
-
1043
  /* ### METABOX 'Slider Style' ### */
1044
  #slider_style_metabox h4 {
1045
  position:relative;
@@ -1067,6 +1066,12 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
1067
  cursor:help;
1068
  margin-left:5px;
1069
  }
 
 
 
 
 
 
1070
  #slider_style_metabox #sa_css_id {
1071
  box-sizing:border-box !important;
1072
  height:auto !important;
@@ -1238,6 +1243,7 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
1238
  height:22px !important;
1239
  cursor:help;
1240
  }
 
1241
  /* other settings */
1242
  #slider_style_metabox #sa_window_onload_line {
1243
  padding:5px 0px 10px 0px !important;
@@ -1254,6 +1260,48 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
1254
  margin-left:10px !important;
1255
  margin-right:0px !important;
1256
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1257
 
1258
  /* ### METABOX 'Thumbnail Pagination' ### */
1259
  #cpt_slider_thumbs .inside {
@@ -1508,6 +1556,14 @@ input.sa_slide_popup_imagetitle:-ms-input-placeholder { color:#c0c0c0 !important
1508
  height:16px;
1509
  background:transparent url('../images/icon_info.png') no-repeat top left;
1510
  }
 
 
 
 
 
 
 
 
1511
 
1512
  /* ### JQUERY UI - CONFIRMATION DIALOG BOXES ### */
1513
  #sa_dialog_box {
1039
 
1040
 
1041
 
 
1042
  /* ### METABOX 'Slider Style' ### */
1043
  #slider_style_metabox h4 {
1044
  position:relative;
1066
  cursor:help;
1067
  margin-left:5px;
1068
  }
1069
+ #slider_style_metabox .ui-spinner a.ui-button span {
1070
+ position:relative !important;
1071
+ top:0px !important;
1072
+ left:0px !important;
1073
+ margin:-2px 0px 0px !important;
1074
+ }
1075
  #slider_style_metabox #sa_css_id {
1076
  box-sizing:border-box !important;
1077
  height:auto !important;
1243
  height:22px !important;
1244
  cursor:help;
1245
  }
1246
+
1247
  /* other settings */
1248
  #slider_style_metabox #sa_window_onload_line {
1249
  padding:5px 0px 10px 0px !important;
1260
  margin-left:10px !important;
1261
  margin-right:0px !important;
1262
  }
1263
+ #slider_style_metabox #sa_window_onload_line select {
1264
+ box-sizing:border-box !important;
1265
+ height:auto !important;
1266
+ min-height:0px !important;
1267
+ width:auto !important;
1268
+ min-width:45px !important;
1269
+ max-width:60px !important;
1270
+ margin:0px !important;
1271
+ padding-top:0px !important;
1272
+ padding-bottom:0px !important;
1273
+ font-size:12px !important;
1274
+ line-height:22px !important;
1275
+ color:#000000 !important;
1276
+ border:solid 1px #e0e0e0 !important;
1277
+ outline:none !important;
1278
+ box-shadow:none !important;
1279
+ }
1280
+ /* background image size */
1281
+ #slider_style_metabox .bg_image_size_wrapper {
1282
+ padding:0px 0px 5px !important;
1283
+ }
1284
+ #slider_style_metabox .bg_image_size_wrapper div {
1285
+ padding:0px 0px 5px !important;
1286
+ }
1287
+ #slider_style_metabox .bg_image_size_wrapper div em {
1288
+ display:block !important;
1289
+ float:left !important;
1290
+ width:16px !important;
1291
+ margin-right:5px !important;
1292
+ }
1293
+ #slider_style_metabox .bg_image_size_wrapper div span {
1294
+ display:block !important;
1295
+ float:left !important;
1296
+ font-size:13px !important;
1297
+ line-height:16px !important;
1298
+ color:#444444 !important;
1299
+ }
1300
+ #slider_style_metabox .bg_image_size_wrapper select{
1301
+ font-size:12px !important;
1302
+ line-height:24px !important;
1303
+ min-height:26px !important;
1304
+ }
1305
 
1306
  /* ### METABOX 'Thumbnail Pagination' ### */
1307
  #cpt_slider_thumbs .inside {
1556
  height:16px;
1557
  background:transparent url('../images/icon_info.png') no-repeat top left;
1558
  }
1559
+ .ui-tooltip {
1560
+ background-color:#ffffff !important;
1561
+ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
1562
+ filter:alpha(opacity=100) !important;
1563
+ -moz-opacity: 1.0 !important;
1564
+ -khtml-opacity:1.0 !important;
1565
+ opacity:1.0 !important;
1566
+ }
1567
 
1568
  /* ### JQUERY UI - CONFIRMATION DIALOG BOXES ### */
1569
  #sa_dialog_box {
owl-carousel/sa-owl-theme.css CHANGED
@@ -236,6 +236,7 @@
236
  width:30px !important;
237
  cursor:pointer !important;
238
  z-index:2 !important;
 
239
  transition:all .3s ease-in-out !important;
240
  -webkit-transition:all .3s ease-in-out !important;
241
  -moz-transition:all .3s ease-in-out !important;
236
  width:30px !important;
237
  cursor:pointer !important;
238
  z-index:2 !important;
239
+ color:transparent !important;
240
  transition:all .3s ease-in-out !important;
241
  -webkit-transition:all .3s ease-in-out !important;
242
  -moz-transition:all .3s ease-in-out !important;
php/slide-anything-admin.php CHANGED
@@ -433,6 +433,9 @@ function get_tinymce_shortcode_array() {
433
  function cpt_slider_add_meta_boxes() {
434
  global $post;
435
  global $current_user;
 
 
 
436
 
437
  $info_added = get_post_meta($post->ID, 'sa_info_added', true);
438
  $info_deleted = get_post_meta($post->ID, 'sa_info_deleted', true);
@@ -1974,7 +1977,7 @@ function cpt_slider_style_content($post) {
1974
  $tooltip = "Margin space left and right of each slide";
1975
  echo "<div class='ca_style_setting_line' id='ca_style_margin_left_right'><span class='sa_tooltip' title='".esc_attr($tooltip)."'>Margin:</span>";
1976
  echo "<input type='text' id='sa_slide_margin_lr' name='sa_slide_margin_lr' value='".esc_attr($slide_margin_lr)."'><em>%</em></div>\n";
1977
-
1978
  $tooltip = "The link/popup buttons that appear on a slide";
1979
  echo "<h4>Link/Popup Icons:<em class='sa_tooltip' title='".esc_attr($tooltip)."'></em></h4>";
1980
 
@@ -2088,6 +2091,13 @@ function cpt_slider_style_content($post) {
2088
  } else {
2089
  $disable_preview = '0';
2090
  }
 
 
 
 
 
 
 
2091
 
2092
  // USE 'DOMContentLoaded' EVENT (checkbox)
2093
  $tooltip = 'Load the Slide Anything JavaScript during the DOMContentLoaded event. Use this option if jQuery ';
@@ -2156,6 +2166,68 @@ function cpt_slider_style_content($post) {
2156
  echo "<input type='checkbox' id='sa_disable_preview' name='sa_disable_preview' value='1'/>";
2157
  }
2158
  echo "</div>\n";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2159
 
2160
  echo "</div>\n";
2161
  }
@@ -2787,7 +2859,14 @@ function cpt_slider_save_postdata() {
2787
  } else {
2788
  $other_settings .= "|0";
2789
  }
 
 
 
 
 
2790
  update_post_meta($post->ID, 'sa_other_settings', $other_settings);
 
 
2791
 
2792
  if ($sa_pro_version) {
2793
  // THUMBNAIL PAGINATION
433
  function cpt_slider_add_meta_boxes() {
434
  global $post;
435
  global $current_user;
436
+ if (!is_object($post)) {
437
+ return;
438
+ }
439
 
440
  $info_added = get_post_meta($post->ID, 'sa_info_added', true);
441
  $info_deleted = get_post_meta($post->ID, 'sa_info_deleted', true);
1977
  $tooltip = "Margin space left and right of each slide";
1978
  echo "<div class='ca_style_setting_line' id='ca_style_margin_left_right'><span class='sa_tooltip' title='".esc_attr($tooltip)."'>Margin:</span>";
1979
  echo "<input type='text' id='sa_slide_margin_lr' name='sa_slide_margin_lr' value='".esc_attr($slide_margin_lr)."'><em>%</em></div>\n";
1980
+
1981
  $tooltip = "The link/popup buttons that appear on a slide";
1982
  echo "<h4>Link/Popup Icons:<em class='sa_tooltip' title='".esc_attr($tooltip)."'></em></h4>";
1983
 
2091
  } else {
2092
  $disable_preview = '0';
2093
  }
2094
+ // setting 7 - bg_image_size
2095
+ $bg_image_size = 'full';
2096
+ if (isset($other_settings_arr) && (count($other_settings_arr)) > 6) {
2097
+ if ($other_settings_arr[6] != '') {
2098
+ $bg_image_size = $other_settings_arr[6];
2099
+ }
2100
+ }
2101
 
2102
  // USE 'DOMContentLoaded' EVENT (checkbox)
2103
  $tooltip = 'Load the Slide Anything JavaScript during the DOMContentLoaded event. Use this option if jQuery ';
2166
  echo "<input type='checkbox' id='sa_disable_preview' name='sa_disable_preview' value='1'/>";
2167
  }
2168
  echo "</div>\n";
2169
+
2170
+ // Start Position
2171
+ $num_slides = intval(get_post_meta($post->ID, 'sa_num_slides', true));
2172
+ if ($num_slides == '') {
2173
+ $start_pos = 1;
2174
+ } else {
2175
+ $start_pos = intval(get_post_meta($post->ID, 'sa_start_pos', true));
2176
+ if ($start_pos == '') {
2177
+ $start_pos = 1;
2178
+ }
2179
+ $tooltip = "Which slide number to start display first";
2180
+ echo "<div id='sa_window_onload_line'>";
2181
+ echo "<span class='sa_tooltip' title='".$tooltip."'></span><span style='min-width:160px;'>Starting Slide Number:</span>";
2182
+ echo "<select name='sa_start_pos'>";
2183
+ for ($i = 1; $i <= $num_slides; $i++) {
2184
+ if ($i == $start_pos) {
2185
+ echo "<option value='".esc_attr($i)."' selected>".esc_html($i)."</option>";
2186
+ } else {
2187
+ echo "<option value='".esc_attr($i)."'>".esc_html($i)."</option>";
2188
+ }
2189
+ }
2190
+ echo "</select>";
2191
+ echo "</div>\n";
2192
+ }
2193
+
2194
+ // SLIDE BACKGROUND IMAGE SIZE
2195
+ global $_wp_additional_image_sizes;
2196
+ $image_size_arr = array();
2197
+ // get wordpress image size data and save into and array
2198
+ $image_size_arr[0]['value'] = "full";
2199
+ $image_size_arr[0]['desc'] = "Full Size";
2200
+ $count = 1;
2201
+ foreach (get_intermediate_image_sizes() as $image_size) {
2202
+ if (in_array($image_size, array('thumbnail', 'medium', 'medium_large', 'large'))) {
2203
+ $width = get_option("{$image_size}_size_w");
2204
+ $height = get_option("{$image_size}_size_h");
2205
+ } elseif (isset($_wp_additional_image_sizes[$image_size])) {
2206
+ $width = $_wp_additional_image_sizes[$image_size]['width'];
2207
+ $height = $_wp_additional_image_sizes[$image_size]['height'];
2208
+ }
2209
+ if (($width != 0) && ($height != 0)) {
2210
+ $image_size_arr[$count]['value'] = $image_size;
2211
+ $image_size_arr[$count]['desc'] = $image_size." (".$width."&times;".$height.")";
2212
+ $count++;
2213
+ }
2214
+ }
2215
+ // display the dropdown input box allowing user to select background image size
2216
+ $tooltip = "Allows you to set the WordPress image size to use for your slide background images.";
2217
+ echo "<div class='bg_image_size_wrapper'>\n<div>\n";
2218
+ echo "<em class='sa_tooltip' href='' title='".$tooltip."'></em>";
2219
+ echo "<span>Background Image Size:</span>";
2220
+ echo "<div style='float:none; clear:both; width:100%; height:1px; padding:0px !important;'></div>\n</div>\n";
2221
+ echo "<select name='bg_image_size'>";
2222
+ for ($j = 0; $j < count($image_size_arr); $j++) {
2223
+ if ($bg_image_size == $image_size_arr[$j]['value']) {
2224
+ echo "<option value='".esc_attr($image_size_arr[$j]['value'])."' selected>".esc_html($image_size_arr[$j]['desc'])."</option>";
2225
+ } else {
2226
+ echo "<option value='".esc_attr($image_size_arr[$j]['value'])."'>".esc_html($image_size_arr[$j]['desc'])."</option>";
2227
+ }
2228
+ }
2229
+ echo "</select>\n";
2230
+ echo "</div>\n"; // .bg_image_size_wrapper
2231
 
2232
  echo "</div>\n";
2233
  }
2859
  } else {
2860
  $other_settings .= "|0";
2861
  }
2862
+ if (isset($_POST['bg_image_size']) && ($_POST['bg_image_size'] != '')) {
2863
+ $other_settings .= "|".$_POST['bg_image_size'];
2864
+ } else {
2865
+ $other_settings .= "|full";
2866
+ }
2867
  update_post_meta($post->ID, 'sa_other_settings', $other_settings);
2868
+ // starting slide number
2869
+ update_post_meta($post->ID, 'sa_start_pos', abs(intval($_POST['sa_start_pos']))); // SANATIZE
2870
 
2871
  if ($sa_pro_version) {
2872
  // THUMBNAIL PAGINATION
php/slide-anything-frontend.php CHANGED
@@ -285,9 +285,12 @@ function slide_anything_shortcode($atts) {
285
  $slide_data['slide_icons_color'] = 'white';
286
  }
287
  // FETCH OTHER SETTINGS POST META
288
- $other_settings = $metadata['sa_other_settings'][0];
289
- if (isset($other_settings) && ($other_settings != '')) {
290
- $other_settings_arr = explode("|", $other_settings);
 
 
 
291
  }
292
  // setting 1 - sa_window_onload
293
  $slide_data['sa_window_onload'] = '0';
@@ -342,7 +345,25 @@ function slide_anything_shortcode($atts) {
342
  if (isset($other_settings_arr) && ($other_settings_arr[4] != '')) {
343
  $slide_data['rtl_slider'] = $other_settings_arr[4];
344
  }
345
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
346
  // hero slider and slider thumbnails
347
  $slide_data['hero_slider'] = '0';
348
  $slide_data['thumbs_active'] = '0';
@@ -585,7 +606,13 @@ function slide_anything_shortcode($atts) {
585
  }
586
  for ($i = 1; $i <= $slide_data['num_slides']; $i++) {
587
  $slide_content = $slide_data["slide".$i."_content"];
588
- $slide_image_src = wp_get_attachment_image_src($slide_data["slide".$i."_image_id"], 'full');
 
 
 
 
 
 
589
  // SA PRO VERSION - USE POPUP IMAGE AS SLIDE BACKGROUND IMAGE (IF THIS OPTION SELECTED)
590
  if (($sa_pro_version) && ($slide_data["slide".$i."_popup_type"] == 'IMAGE')) {
591
  if (($slide_data["slide".$i."_popup_background"] != 'no') && ($slide_data["slide".$i."_popup_image"] != '')) {
@@ -917,6 +944,10 @@ function slide_anything_shortcode($atts) {
917
  if ($slide_data['rtl_slider'] == '1') {
918
  $output .= " rtl : true,\n";
919
  }
 
 
 
 
920
  $output .= " mouseDrag : ".esc_attr($slide_data['mouse_drag']).",\n";
921
  $output .= " touchDrag : ".esc_attr($slide_data['touch_drag'])."\n";
922
  $output .= " });\n";
285
  $slide_data['slide_icons_color'] = 'white';
286
  }
287
  // FETCH OTHER SETTINGS POST META
288
+ $other_settings = '';
289
+ if (isset($metadata['sa_other_settings'])) {
290
+ $other_settings = $metadata['sa_other_settings'][0];
291
+ if (isset($other_settings) && ($other_settings != '')) {
292
+ $other_settings_arr = explode("|", $other_settings);
293
+ }
294
  }
295
  // setting 1 - sa_window_onload
296
  $slide_data['sa_window_onload'] = '0';
345
  if (isset($other_settings_arr) && ($other_settings_arr[4] != '')) {
346
  $slide_data['rtl_slider'] = $other_settings_arr[4];
347
  }
348
+ // setting 7 - bg_image_size
349
+ $slide_data['bg_image_size'] = 'full';
350
+ if (isset($other_settings_arr) && (count($other_settings_arr)) > 6) {
351
+ if ($other_settings_arr[6] != '') {
352
+ $slide_data['bg_image_size'] = $other_settings_arr[6];
353
+ }
354
+ }
355
+ // Start Position
356
+ $slide_data['start_pos'] = 0;
357
+ if (isset($metadata['sa_start_pos'])) {
358
+ $slide_data['start_pos'] = $metadata['sa_start_pos'][0];
359
+ if ($slide_data['start_pos'] != '') {
360
+ $slide_data['start_pos'] = abs(intval($slide_data['start_pos']));
361
+ if ($slide_data['start_pos'] > 0) {
362
+ $slide_data['start_pos'] = $slide_data['start_pos'] - 1;
363
+ }
364
+ }
365
+ }
366
+
367
  // hero slider and slider thumbnails
368
  $slide_data['hero_slider'] = '0';
369
  $slide_data['thumbs_active'] = '0';
606
  }
607
  for ($i = 1; $i <= $slide_data['num_slides']; $i++) {
608
  $slide_content = $slide_data["slide".$i."_content"];
609
+ if ($slide_data['bg_image_size'] != 'full') {
610
+ // use predefined wordpress image size (from 'other settings')
611
+ $slide_image_src = wp_get_attachment_image_src($slide_data["slide".$i."_image_id"], $slide_data['bg_image_size']);
612
+ } else {
613
+ // use "full" wordpress image size
614
+ $slide_image_src = wp_get_attachment_image_src($slide_data["slide".$i."_image_id"], 'full');
615
+ }
616
  // SA PRO VERSION - USE POPUP IMAGE AS SLIDE BACKGROUND IMAGE (IF THIS OPTION SELECTED)
617
  if (($sa_pro_version) && ($slide_data["slide".$i."_popup_type"] == 'IMAGE')) {
618
  if (($slide_data["slide".$i."_popup_background"] != 'no') && ($slide_data["slide".$i."_popup_image"] != '')) {
944
  if ($slide_data['rtl_slider'] == '1') {
945
  $output .= " rtl : true,\n";
946
  }
947
+
948
+ if ($slide_data['start_pos'] != 0) {
949
+ $output .= " startPosition : ".$slide_data['start_pos'].",\n";
950
+ }
951
  $output .= " mouseDrag : ".esc_attr($slide_data['mouse_drag']).",\n";
952
  $output .= " touchDrag : ".esc_attr($slide_data['touch_drag'])."\n";
953
  $output .= " });\n";
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: simonpedge
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RP7JLGK6VT252
4
  Tags: slider, carousel, content slider, responsive slider, html slider, owl carousel
5
  Requires at least: 4.0
6
- Tested up to: 5.5
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -383,6 +383,12 @@ Adding a SLIDE ANYTHING slider using the WordPress 5.0 'Block Editor' is pretty
383
  = 2.3.29 =
384
  * Added 2 new features. The 'Right to Left Slider' feature changes the direction of the slider to be right to left. The 'Disable Preview Feature' disables the 'Preview Slider' button within the SA slider settings page and also disables the auto-generation of the 'Slide Anything Popup Preview' WordPress page.
385
 
 
 
 
 
 
 
386
  == Upgrade Notice ==
387
 
388
  = 1.0 =
@@ -667,4 +673,10 @@ Adding a SLIDE ANYTHING slider using the WordPress 5.0 'Block Editor' is pretty
667
  * 2 small fixes. Added transparent (invisible) 'Previous' and 'Next' text to the Previous & Next arrow buttons so that accessibility errors are no longer generated with accessibility evaluation tools. Do not use the 'window.dispatchEvent' function call on IE11 browsers when executing a 'resize' event.
668
 
669
  = 2.3.29 =
670
- * Added 2 new features. The 'Right to Left Slider' feature changes the direction of the slider to be right to left. The 'Disable Preview Feature' disables the 'Preview Slider' button within the SA slider settings page and also disables the auto-generation of the 'Slide Anything Popup Preview' WordPress page.
 
 
 
 
 
 
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RP7JLGK6VT252
4
  Tags: slider, carousel, content slider, responsive slider, html slider, owl carousel
5
  Requires at least: 4.0
6
+ Tested up to: 5.6
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
383
  = 2.3.29 =
384
  * Added 2 new features. The 'Right to Left Slider' feature changes the direction of the slider to be right to left. The 'Disable Preview Feature' disables the 'Preview Slider' button within the SA slider settings page and also disables the auto-generation of the 'Slide Anything Popup Preview' WordPress page.
385
 
386
+ = 2.3.30 =
387
+ * Added a new feture to set the 'Starting Slide Number' for a slider. This sets the Owl Carousel 'startPosition' option to set the slide number to display first within the list of slides created for a slider.
388
+
389
+ = 2.3.31 =
390
+ * Added a new feture to allow you to specify the WordPress image size to use for slide background images. Previously slide background images were all set the the "full" WordPress image size.
391
+
392
  == Upgrade Notice ==
393
 
394
  = 1.0 =
673
  * 2 small fixes. Added transparent (invisible) 'Previous' and 'Next' text to the Previous & Next arrow buttons so that accessibility errors are no longer generated with accessibility evaluation tools. Do not use the 'window.dispatchEvent' function call on IE11 browsers when executing a 'resize' event.
674
 
675
  = 2.3.29 =
676
+ * Added 2 new features. The 'Right to Left Slider' feature changes the direction of the slider to be right to left. The 'Disable Preview Feature' disables the 'Preview Slider' button within the SA slider settings page and also disables the auto-generation of the 'Slide Anything Popup Preview' WordPress page.
677
+
678
+ = 2.3.30 =
679
+ * Added a new feture to set the 'Starting Slide Number' for a slider. This sets the Owl Carousel 'startPosition' option to set the slide number to display first within the list of slides created for a slider.
680
+
681
+ = 2.3.31 =
682
+ * Added a new feture to allow you to specify the WordPress image size to use for slide background images. Previously slide background images were all set the the "full" WordPress image size.
slide-anything.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: https://wordpress.org/plugins/slide-anything/
5
  * Description: Slide Anything allows you to create a carousel/slider where the content for each slide can be anything you want - images, text, HTML, and even shortcodes. This plugin uses the Owl Carousel jQuery plugin, and lets you create beautiful, touch enabled, responsive carousels and sliders.
6
  * Author: Simon Edge
7
- * Version: 2.3.29
8
  * License: GPLv2 or later
9
  */
10
 
4
  * Plugin URI: https://wordpress.org/plugins/slide-anything/
5
  * Description: Slide Anything allows you to create a carousel/slider where the content for each slide can be anything you want - images, text, HTML, and even shortcodes. This plugin uses the Owl Carousel jQuery plugin, and lets you create beautiful, touch enabled, responsive carousels and sliders.
6
  * Author: Simon Edge
7
+ * Version: 2.3.31
8
  * License: GPLv2 or later
9
  */
10