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

Version Description

  • Fix: Metadata - wp_editor too large for smaller screen resolutions
Download this release

Release Info

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

Code changes from version 2.1.9 to 2.2.0

includes/admin/metaboxes.php CHANGED
@@ -1039,7 +1039,7 @@ class Soliloquy_Metaboxes_Lite {
1039
  <tr id="soliloquy-caption-box-<?php echo $id; ?>" valign="middle">
1040
  <th scope="row"><label for="soliloquy-caption-<?php echo $id; ?>"><?php _e( 'Image Caption', 'soliloquy' ); ?></label></th>
1041
  <td>
1042
- <?php wp_editor( ( ! empty( $data['caption'] ) ? $data['caption'] : '' ), 'soliloquy-caption-' . $id, array( 'media_buttons' => false, 'wpautop' => false, 'tinymce' => false, 'textarea_name' => '_soliloquy[meta_caption]', 'quicktags' => array( 'buttons' => 'strong,em,link,ul,ol,li,close' ) ) ); ?>
1043
  <p class="description"><?php _e( 'Image captions can take any type of HTML.', 'soliloquy' ); ?></p>
1044
  </td>
1045
  </tr>
1039
  <tr id="soliloquy-caption-box-<?php echo $id; ?>" valign="middle">
1040
  <th scope="row"><label for="soliloquy-caption-<?php echo $id; ?>"><?php _e( 'Image Caption', 'soliloquy' ); ?></label></th>
1041
  <td>
1042
+ <?php wp_editor( ( ! empty( $data['caption'] ) ? $data['caption'] : '' ), 'soliloquy-caption-' . $id, array( 'textarea_rows' => 5, 'media_buttons' => false, 'wpautop' => false, 'tinymce' => false, 'textarea_name' => '_soliloquy[meta_caption]', 'quicktags' => array( 'buttons' => 'strong,em,link,ul,ol,li,close' ) ) ); ?>
1043
  <p class="description"><?php _e( 'Image captions can take any type of HTML.', 'soliloquy' ); ?></p>
1044
  </td>
1045
  </tr>
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.1.9 =
91
  * Fix: Remove text-decoration on pager link circles
92
 
87
 
88
  == Changelog ==
89
 
90
+ = 2.2.0 =
91
+ * Fix: Metadata - wp_editor too large for smaller screen resolutions
92
+
93
  = 2.1.9 =
94
  * Fix: Remove text-decoration on pager link circles
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.1.9
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.1.9';
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.0
9
  * Text Domain: soliloquy
10
  * Domain Path: languages
11
  *
54
  *
55
  * @var string
56
  */
57
+ public $version = '2.2.0';
58
 
59
  /**
60
  * The name of the plugin.