Version Description
- Fixed slide meta options not getting saved or updated with WordPress 6+
Download this release
Release Info
Developer | Cryout Creations |
Plugin | Serious Slider |
Version | 1.2.4 |
Comparing to | |
See all releases |
Code changes from version 1.2.3 to 1.2.4
- cryout-serious-slider.php +4 -4
- readme.txt +5 -2
cryout-serious-slider.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Plugin Name: Cryout Serious Slider
|
3 |
Plugin URI: https://www.cryoutcreations.eu/wordpress-plugins/cryout-serious-slider
|
4 |
Description: A highly efficient SEO friendly fully translatable accessibility ready free image slider for WordPress. Seriously!
|
5 |
-
Version: 1.2.
|
6 |
Author: Cryout Creations
|
7 |
Author URI: https://www.cryoutcreations.eu
|
8 |
Text Domain: cryout-serious-slider
|
@@ -15,7 +15,7 @@ if ( !defined( 'ABSPATH' ) ) exit;
|
|
15 |
|
16 |
class Cryout_Serious_Slider {
|
17 |
|
18 |
-
public $version = "1.2.
|
19 |
public $options = array();
|
20 |
public $shortcode_tag = 'serious-slider';
|
21 |
public $mce_tag = 'serious_slider';
|
@@ -728,10 +728,10 @@ class Cryout_Serious_Slider {
|
|
728 |
} // metabox_main()
|
729 |
|
730 |
function metabox_save( $post_id ) {
|
731 |
-
|
732 |
if( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) return;
|
733 |
if( !isset( $_POST['cryout_serious_slider_meta_nonce'] ) || !wp_verify_nonce( $_POST['cryout_serious_slider_meta_nonce'], 'cryout_serious_slider_meta_nonce' ) ) return;
|
734 |
-
if( !current_user_can( '
|
735 |
$allowed = '';
|
736 |
|
737 |
// main slide image link & target
|
2 |
Plugin Name: Cryout Serious Slider
|
3 |
Plugin URI: https://www.cryoutcreations.eu/wordpress-plugins/cryout-serious-slider
|
4 |
Description: A highly efficient SEO friendly fully translatable accessibility ready free image slider for WordPress. Seriously!
|
5 |
+
Version: 1.2.4
|
6 |
Author: Cryout Creations
|
7 |
Author URI: https://www.cryoutcreations.eu
|
8 |
Text Domain: cryout-serious-slider
|
15 |
|
16 |
class Cryout_Serious_Slider {
|
17 |
|
18 |
+
public $version = "1.2.4";
|
19 |
public $options = array();
|
20 |
public $shortcode_tag = 'serious-slider';
|
21 |
public $mce_tag = 'serious_slider';
|
728 |
} // metabox_main()
|
729 |
|
730 |
function metabox_save( $post_id ) {
|
731 |
+
|
732 |
if( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) return;
|
733 |
if( !isset( $_POST['cryout_serious_slider_meta_nonce'] ) || !wp_verify_nonce( $_POST['cryout_serious_slider_meta_nonce'], 'cryout_serious_slider_meta_nonce' ) ) return;
|
734 |
+
if ( !current_user_can( 'edit_posts' ) ) return;
|
735 |
$allowed = '';
|
736 |
|
737 |
// main slide image link & target
|
readme.txt
CHANGED
@@ -7,8 +7,8 @@ Tags: slider, slideshow, image slider, responsive slider, wordpress slider
|
|
7 |
Text Domain: cryout-serious-slider
|
8 |
Requires at least: 4.5
|
9 |
Requires PHP: 5.6
|
10 |
-
Tested up to:
|
11 |
-
Stable tag: 1.2.
|
12 |
|
13 |
Serious Slider is a highly efficient SEO friendly fully translatable accessibility ready free image slider for WordPress. Seriously!
|
14 |
|
@@ -100,6 +100,9 @@ Serious Slider works with all WordPress themes and has been designed to integrat
|
|
100 |
|
101 |
== Changelog ==
|
102 |
|
|
|
|
|
|
|
103 |
= 1.2.3 =
|
104 |
* Added configurable slider shadow effect
|
105 |
* Improved usability of the "Add new slider" functionality
|
7 |
Text Domain: cryout-serious-slider
|
8 |
Requires at least: 4.5
|
9 |
Requires PHP: 5.6
|
10 |
+
Tested up to: 6.1
|
11 |
+
Stable tag: 1.2.4
|
12 |
|
13 |
Serious Slider is a highly efficient SEO friendly fully translatable accessibility ready free image slider for WordPress. Seriously!
|
14 |
|
100 |
|
101 |
== Changelog ==
|
102 |
|
103 |
+
= 1.2.4 =
|
104 |
+
* Fixed slide meta options not getting saved or updated with WordPress 6+
|
105 |
+
|
106 |
= 1.2.3 =
|
107 |
* Added configurable slider shadow effect
|
108 |
* Improved usability of the "Add new slider" functionality
|