Carousel, Slider, Gallery by WP Carousel – Image Carousel & Photo Gallery, Post Carousel & Post Grid, Product Carousel & Product Grid for WooCommerce - Version 2.1.9

Version Description

Feb 11, 2020 = * Fix: Conflict with WP Tabs plugin.

Download this release

Release Info

Developer shapedplugin
Plugin Icon 128x128 Carousel, Slider, Gallery by WP Carousel – Image Carousel & Photo Gallery, Post Carousel & Post Grid, Product Carousel & Product Grid for WooCommerce
Version 2.1.9
Comparing to
See all releases

Code changes from version 2.1.8 to 2.1.9

admin/views/wpcfree-metabox/functions/actions.php CHANGED
@@ -67,63 +67,6 @@ function wpcf_get_posts() {
67
  }
68
  add_action( 'wp_ajax_wpcf_get_posts', 'wpcf_get_posts' );
69
 
70
- /**
71
- *
72
- * Get icons from admin ajax
73
- *
74
- * @since 1.0.0
75
- * @version 1.0.0
76
- */
77
- if ( ! function_exists( 'spf_get_icons' ) ) {
78
- function spf_get_icons() {
79
-
80
- if ( ! empty( $_POST['nonce'] ) && wp_verify_nonce( $_POST['nonce'], 'spf_icon_nonce' ) ) {
81
-
82
- ob_start();
83
-
84
- SP_WPCF::include_plugin_file( 'fields/icon/default-icons.php' );
85
-
86
- $icon_lists = apply_filters( 'spf_field_icon_add_icons', spf_get_default_icons() );
87
-
88
- if ( ! empty( $icon_lists ) ) {
89
-
90
- foreach ( $icon_lists as $list ) {
91
-
92
- echo ( count( $icon_lists ) >= 2 ) ? '<div class="spf-icon-title">' . $list['title'] . '</div>' : '';
93
-
94
- foreach ( $list['icons'] as $icon ) {
95
- echo '<a class="spf-icon-tooltip" data-spf-icon="' . $icon . '" title="' . $icon . '"><span class="spf-icon spf-selector"><i class="' . $icon . '"></i></span></a>';
96
- }
97
- }
98
- } else {
99
-
100
- echo '<div class="spf-text-error">' . esc_html__( 'No data provided by developer', 'wp-carousel-free' ) . '</div>';
101
-
102
- }
103
-
104
- wp_send_json_success(
105
- array(
106
- 'success' => true,
107
- 'content' => ob_get_clean(),
108
- )
109
- );
110
-
111
- } else {
112
-
113
- wp_send_json_error(
114
- array(
115
- 'success' => false,
116
- 'error' => esc_html__( 'Error while saving.', 'wp-carousel-free' ),
117
- 'debug' => $_REQUEST,
118
- )
119
- );
120
-
121
- }
122
-
123
- }
124
- add_action( 'wp_ajax_spf-get-icons', 'spf_get_icons' );
125
- }
126
-
127
  /**
128
  *
129
  * Export
67
  }
68
  add_action( 'wp_ajax_wpcf_get_posts', 'wpcf_get_posts' );
69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  /**
71
  *
72
  * Export
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: shapedplugin
3
  Donate link: http://shapedplugin.com/donate
4
  Tags: wordpress carousel, best carousel plugin, image carousel, image slider, post carousel, custom post carousel, custom taxonomy carousel, woocommerce product carousel, content carousel, video carousel, video slider, video lightbox, youtube carousel, video gallery, carousel, slider, responsive slider, responsive carousel, carousel slider, ticker carousel, center mode carousel, slide anything, image gallery, image lightbox, wordpress image gallery, photo gallery, gallery slider, wordpress gallery plugin, gallery, post slider, vimeo slider, self hosted video carousel, content slider, wordpress slider, featured content slider, html slider, horizontal carousel slider, posts content slider, product carousel, woocommerce slider, woocommerce product slider
5
  Requires at least: 4.3
6
- Tested up to: 5.3.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -326,6 +326,9 @@ Thank you!
326
 
327
  == Changelog ==
328
 
 
 
 
329
  = 2.1.8 – Jan 07, 2020 =
330
  * Improved: Shortcode level spelling correction.
331
 
3
  Donate link: http://shapedplugin.com/donate
4
  Tags: wordpress carousel, best carousel plugin, image carousel, image slider, post carousel, custom post carousel, custom taxonomy carousel, woocommerce product carousel, content carousel, video carousel, video slider, video lightbox, youtube carousel, video gallery, carousel, slider, responsive slider, responsive carousel, carousel slider, ticker carousel, center mode carousel, slide anything, image gallery, image lightbox, wordpress image gallery, photo gallery, gallery slider, wordpress gallery plugin, gallery, post slider, vimeo slider, self hosted video carousel, content slider, wordpress slider, featured content slider, html slider, horizontal carousel slider, posts content slider, product carousel, woocommerce slider, woocommerce product slider
5
  Requires at least: 4.3
6
+ Tested up to: 5.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
326
 
327
  == Changelog ==
328
 
329
+ = 2.1.9 – Feb 11, 2020 =
330
+ * Fix: Conflict with WP Tabs plugin.
331
+
332
  = 2.1.8 – Jan 07, 2020 =
333
  * Improved: Shortcode level spelling correction.
334
 
wp-carousel-free.php CHANGED
@@ -10,7 +10,7 @@
10
  * Plugin Name: WordPress Carousel
11
  * Plugin URI: https://shapedplugin.com/plugin/wordpress-carousel-pro/
12
  * Description: The Most Powerful and User-friendly WordPress Carousel Plugin. Create beautiful carousels in minutes using Images, Posts, WooCommerce Products etc.
13
- * Version: 2.1.8
14
  * Author: ShapedPlugin
15
  * Author URI: https://shapedplugin.com/
16
  * License: GPL-2.0+
@@ -129,7 +129,7 @@ class SP_WP_Carousel_Free {
129
  */
130
  public function setup() {
131
  $this->plugin_name = 'wp-carousel-free';
132
- $this->version = '2.1.8';
133
  $this->define_constants();
134
  $this->includes();
135
  $this->load_dependencies();
10
  * Plugin Name: WordPress Carousel
11
  * Plugin URI: https://shapedplugin.com/plugin/wordpress-carousel-pro/
12
  * Description: The Most Powerful and User-friendly WordPress Carousel Plugin. Create beautiful carousels in minutes using Images, Posts, WooCommerce Products etc.
13
+ * Version: 2.1.9
14
  * Author: ShapedPlugin
15
  * Author URI: https://shapedplugin.com/
16
  * License: GPL-2.0+
129
  */
130
  public function setup() {
131
  $this->plugin_name = 'wp-carousel-free';
132
+ $this->version = '2.1.9';
133
  $this->define_constants();
134
  $this->includes();
135
  $this->load_dependencies();