Version Description
- Small Bug Fix to fix a conflict with the 'Photonic Gallery & Lightbox' plugin. The slide 'Add Media' button was not working when this plugin is installed.
=
Download this release
Release Info
Developer | simonpedge |
Plugin | Slide Anything – Responsive Content / HTML Slider and Carousel |
Version | 2.3.24 |
Comparing to | |
See all releases |
Code changes from version 2.3.23 to 2.3.24
- php/slide-anything-admin.php +2 -0
- readme.txt +7 -1
- slide-anything.php +1 -1
php/slide-anything-admin.php
CHANGED
@@ -197,6 +197,8 @@ function cpt_register_admin_scripts() {
|
|
197 |
$screen = get_current_screen();
|
198 |
if ($screen->post_type == 'sa_slider') {
|
199 |
// ONLY LOAD SCRIPTS (JS & CSS) WITHIN 'Slide Anything' SCREENS IN WORDPRESS DASHBOARD
|
|
|
|
|
200 |
// load 'wordpress jquery-ui' scripts
|
201 |
wp_enqueue_script( 'jquery-ui-core' );
|
202 |
wp_enqueue_script( 'jquery-ui-accordion' );
|
197 |
$screen = get_current_screen();
|
198 |
if ($screen->post_type == 'sa_slider') {
|
199 |
// ONLY LOAD SCRIPTS (JS & CSS) WITHIN 'Slide Anything' SCREENS IN WORDPRESS DASHBOARD
|
200 |
+
// enqueues all scripts, styles & settings required in order to use the WordPress Media JS APIs
|
201 |
+
wp_enqueue_media();
|
202 |
// load 'wordpress jquery-ui' scripts
|
203 |
wp_enqueue_script( 'jquery-ui-core' );
|
204 |
wp_enqueue_script( 'jquery-ui-accordion' );
|
readme.txt
CHANGED
@@ -365,6 +365,9 @@ Adding a SLIDE ANYTHING slider using the WordPress 5.0 'Block Editor' is pretty
|
|
365 |
= 2.3.23 =
|
366 |
* Small Bug Fix: The Re-Order slides page was displaying a PHP warning notice on sites with PHP 7.4.
|
367 |
|
|
|
|
|
|
|
368 |
== Upgrade Notice ==
|
369 |
|
370 |
= 1.0 =
|
@@ -631,4 +634,7 @@ Adding a SLIDE ANYTHING slider using the WordPress 5.0 'Block Editor' is pretty
|
|
631 |
* Small Bug Fix to fix a clash with the 'Woody Snippets' plugin within the WordPress Dashboard
|
632 |
|
633 |
= 2.3.23 =
|
634 |
-
* Small Bug Fix: The Re-Order slides page was displaying a PHP warning notice on sites with PHP 7.4.
|
|
|
|
|
|
365 |
= 2.3.23 =
|
366 |
* Small Bug Fix: The Re-Order slides page was displaying a PHP warning notice on sites with PHP 7.4.
|
367 |
|
368 |
+
= 2.3.24 =
|
369 |
+
* Small Bug Fix to fix a conflict with the 'Photonic Gallery & Lightbox' plugin. The slide 'Add Media' button was not working when this plugin is installed.
|
370 |
+
|
371 |
== Upgrade Notice ==
|
372 |
|
373 |
= 1.0 =
|
634 |
* Small Bug Fix to fix a clash with the 'Woody Snippets' plugin within the WordPress Dashboard
|
635 |
|
636 |
= 2.3.23 =
|
637 |
+
* Small Bug Fix: The Re-Order slides page was displaying a PHP warning notice on sites with PHP 7.4.
|
638 |
+
|
639 |
+
= 2.3.24 =
|
640 |
+
* Small Bug Fix to fix a conflict with the 'Photonic Gallery & Lightbox' plugin. The slide 'Add Media' button was not working when this plugin is installed.
|
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.
|
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.24
|
8 |
* License: GPLv2 or later
|
9 |
*/
|
10 |
|