Nimble Page Builder - Version 1.9.3

Version Description

Added an horizontal alignment option to the HTML module.

=

Download this release

Release Info

Developer nikeo
Plugin Icon 128x128 Nimble Page Builder
Version 1.9.3
Comparing to
See all releases

Code changes from version 1.9.2 to 1.9.3

inc/sektions/ccat-sektions.php CHANGED
@@ -7417,6 +7417,18 @@ function sek_get_module_params_for_czr_simple_html_module() {
7417
  'refresh_markup' => '.sek-module-inner'
7418
  //'code_type' => 'text/html' //<= use 'text/css' to instantiate the code mirror as CSS editor, which by default will be an HTML editor
7419
  ),
 
 
 
 
 
 
 
 
 
 
 
 
7420
  'font_family_css' => array(
7421
  'input_type' => 'font_picker',
7422
  'title' => __('Font family', 'nimble-builder'),
7417
  'refresh_markup' => '.sek-module-inner'
7418
  //'code_type' => 'text/html' //<= use 'text/css' to instantiate the code mirror as CSS editor, which by default will be an HTML editor
7419
  ),
7420
+ 'h_alignment_css' => array(
7421
+ 'input_type' => 'horizAlignmentWithDeviceSwitcher',
7422
+ 'title' => __( 'Horizontal alignment', 'nimble-builder' ),
7423
+ 'default' => array( 'desktop' => 'left' ),
7424
+ 'refresh_markup' => false,
7425
+ 'refresh_stylesheet' => true,
7426
+ 'css_identifier' => 'h_alignment',
7427
+ //'css_selectors' => '.sek-module-inner',
7428
+ 'title_width' => 'width-100',
7429
+ 'width-100' => true,
7430
+ 'html_before' => '<hr/><h3>' . __('ALIGNMENT', 'nimble-builder') .'</h3>'
7431
+ ),
7432
  'font_family_css' => array(
7433
  'input_type' => 'font_picker',
7434
  'title' => __('Font family', 'nimble-builder'),
nimble-builder.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: Nimble Page Builder
4
  * Description: Powerful drag and drop page builder using the native WordPress customizer.
5
- * Version: 1.9.2
6
  * Text Domain: nimble-builder
7
  * Author: Press Customizr
8
  * Author URI: https://nimblebuilder.com/?utm_source=wp-plugins&utm_medium=wp-dashboard&utm_campaign=author-uri
@@ -13,7 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) {
13
  /* ------------------------------------------------------------------------- *
14
  * CONSTANTS
15
  /* ------------------------------------------------------------------------- */
16
- $current_version = "1.9.2";
17
 
18
  if ( !defined( "NIMBLE_VERSION" ) ) { define( "NIMBLE_VERSION", $current_version ); }
19
  if ( !defined( 'NIMBLE_DIR_NAME' ) ) { define( 'NIMBLE_DIR_NAME' , basename( dirname( __FILE__ ) ) ); }
2
  /**
3
  * Plugin Name: Nimble Page Builder
4
  * Description: Powerful drag and drop page builder using the native WordPress customizer.
5
+ * Version: 1.9.3
6
  * Text Domain: nimble-builder
7
  * Author: Press Customizr
8
  * Author URI: https://nimblebuilder.com/?utm_source=wp-plugins&utm_medium=wp-dashboard&utm_campaign=author-uri
13
  /* ------------------------------------------------------------------------- *
14
  * CONSTANTS
15
  /* ------------------------------------------------------------------------- */
16
+ $current_version = "1.9.3";
17
 
18
  if ( !defined( "NIMBLE_VERSION" ) ) { define( "NIMBLE_VERSION", $current_version ); }
19
  if ( !defined( 'NIMBLE_DIR_NAME' ) ) { define( 'NIMBLE_DIR_NAME' , basename( dirname( __FILE__ ) ) ); }
readme.txt CHANGED
@@ -6,7 +6,7 @@ Tags: page builder, visual editor, customizer, drag and drop, header, footer, la
6
  Requires at least: 4.7
7
  Requires PHP: 5.4
8
  Tested up to: 5.2.3
9
- Stable tag: 1.9.2
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
12
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8FMNQPU36U27J&source=url
@@ -120,10 +120,13 @@ We have also published a detailed [troubleshooting guide for Nimble Builder](htt
120
  If you can't troubleshoot your issue, please open a new thread in [Nimble Builder support forum](https://wordpress.org/support/plugin/nimble-builder/).
121
 
122
  == Upgrade Notice ==
123
- = 1.9.2 =
124
- Improved compatibility with IE11 for the Grid module. Fixed a bug on search results page.
125
 
126
  == Changelog ==
 
 
 
127
  = 1.9.2 October 9th 2019 =
128
  * fixed : [Slider module] the option "autoplay pause on hover" should not be displayed when autoplay is off
129
  * fixed : in a search results page, $wp_query->found_posts is always set to 1
6
  Requires at least: 4.7
7
  Requires PHP: 5.4
8
  Tested up to: 5.2.3
9
+ Stable tag: 1.9.3
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
12
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8FMNQPU36U27J&source=url
120
  If you can't troubleshoot your issue, please open a new thread in [Nimble Builder support forum](https://wordpress.org/support/plugin/nimble-builder/).
121
 
122
  == Upgrade Notice ==
123
+ = 1.9.3 =
124
+ Added an horizontal alignment option to the HTML module.
125
 
126
  == Changelog ==
127
+ = 1.9.3 October 12th 2019 =
128
+ * added : [HTML module] an horizontal alignment option
129
+
130
  = 1.9.2 October 9th 2019 =
131
  * fixed : [Slider module] the option "autoplay pause on hover" should not be displayed when autoplay is off
132
  * fixed : in a search results page, $wp_query->found_posts is always set to 1