Slider by Soliloquy – Responsive Image Slider for WordPress - Version 2.2.3

Version Description

  • Fix: Removed deprecated code for image cropping
Download this release

Release Info

Developer n7studios
Plugin Icon 128x128 Slider by Soliloquy – Responsive Image Slider for WordPress
Version 2.2.3
Comparing to
See all releases

Code changes from version 2.2.2 to 2.2.3

Files changed (3) hide show
  1. includes/admin/metaboxes.php +0 -16
  2. readme.txt +3 -0
  3. soliloquy-lite.php +2 -2
includes/admin/metaboxes.php CHANGED
@@ -906,22 +906,6 @@ class Soliloquy_Metaboxes_Lite {
906
  $this->crop_images( $args, $post_id );
907
  }
908
 
909
- // If the mobile option is checked, crop images accordingly.
910
- if ( isset( $settings['config']['slider'] ) && $settings['config']['slider'] ) {
911
- if ( isset( $settings['config']['mobile'] ) && $settings['config']['mobile'] ) {
912
- $args = apply_filters( 'soliloquy_crop_image_args',
913
- array(
914
- 'position' => 'c',
915
- 'width' => $this->get_config( 'mobile_width', $this->get_config_default( 'mobile_width' ) ),
916
- 'height' => $this->get_config( 'mobile_height', $this->get_config_default( 'mobile_height' ) ),
917
- 'quality' => 100,
918
- 'retina' => false
919
- )
920
- );
921
- $this->crop_images( $args, $post_id );
922
- }
923
- }
924
-
925
  // Fire a hook for addons that need to utilize the cropping feature.
926
  do_action( 'soliloquy_saved_settings', $settings, $post_id, $post );
927
 
906
  $this->crop_images( $args, $post_id );
907
  }
908
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
909
  // Fire a hook for addons that need to utilize the cropping feature.
910
  do_action( 'soliloquy_saved_settings', $settings, $post_id, $post );
911
 
readme.txt CHANGED
@@ -87,6 +87,9 @@ Soliloquy has many Addons that extend its default functionality to make it do in
87
 
88
  == Changelog ==
89
 
 
 
 
90
  = 2.2.2 =
91
  * Fix: Improved error message UI when uploading files exceeding WordPress / PHP file size limits
92
 
87
 
88
  == Changelog ==
89
 
90
+ = 2.2.3 =
91
+ * Fix: Removed deprecated code for image cropping
92
+
93
  = 2.2.2 =
94
  * Fix: Improved error message UI when uploading files exceeding WordPress / PHP file size limits
95
 
soliloquy-lite.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Soliloquy is best responsive WordPress slider plugin. This is the lite version.
6
  * Author: Thomas Griffin
7
  * Author URI: http://thomasgriffinmedia.com
8
- * Version: 2.2.2
9
  * Text Domain: soliloquy
10
  * Domain Path: languages
11
  *
@@ -54,7 +54,7 @@ class Soliloquy_Lite {
54
  *
55
  * @var string
56
  */
57
- public $version = '2.2.2';
58
 
59
  /**
60
  * The name of the plugin.
5
  * Description: Soliloquy is best responsive WordPress slider plugin. This is the lite version.
6
  * Author: Thomas Griffin
7
  * Author URI: http://thomasgriffinmedia.com
8
+ * Version: 2.2.3
9
  * Text Domain: soliloquy
10
  * Domain Path: languages
11
  *
54
  *
55
  * @var string
56
  */
57
+ public $version = '2.2.3';
58
 
59
  /**
60
  * The name of the plugin.