Skip to content

Commit f454178

Browse files
author
nikeo
committed
v1.1.7 build
1 parent 8428729 commit f454178

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

__build__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 087e179c7def3c87ca253b47876bcacec602a45e
1+
Subproject commit 4cdad8e7354eda7d9c59c533eddcaca2c7b41b41

nimble-builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Nimble Builder
44
* Description: Drag-and-drop section builder companion of the Customizr and Hueman themes.
5-
* Version: 1.1.6
5+
* Version: 1.1.7
66
* Text Domain: nimble-builder
77
* Author: Press Customizr
88
* Author URI: https://presscustomizr.com
@@ -11,7 +11,7 @@
1111
/* ------------------------------------------------------------------------- *
1212
* CONSTANTS
1313
/* ------------------------------------------------------------------------- */
14-
$current_version = "1.1.6";
14+
$current_version = "1.1.7";
1515
if ( !defined( "NIMBLE_VERSION" ) ) { define( "NIMBLE_VERSION", $current_version ); }
1616
if ( !defined( 'NIMBLE_DIR_NAME' ) ) { define( 'NIMBLE_DIR_NAME' , basename( dirname( __FILE__ ) ) ); }
1717
if ( !defined( 'NIMBLE_BASE_URL' ) ) { define( 'NIMBLE_BASE_URL' , plugins_url( NIMBLE_DIR_NAME ) ); }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nimble-builder",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "Drag-and-drop section builder companion of the Customizr and Hueman themes.",
55
"author": "nikeo",
66
"license": "GNU GPL v3.0",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Nimble Builder v1.1.6 [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
1+
# Nimble Builder v1.1.7 [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
22
![Nimble Builder](/nimble.jpg)
33

44
> Drag-and-drop section builder companion of the Customizr and Hueman themes.

readme.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tags: customizer, editor, page builder, drag and drop
66
Requires at least: 4.7
77
Requires PHP: 5.4
88
Tested up to: 4.9.8
9-
Stable tag: 1.1.6
9+
Stable tag: 1.1.7
1010
License: GPLv3
1111
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1212

@@ -44,6 +44,9 @@ You'll find an online knowledge base for the Nimble builder here : [Nimble build
4444
The Nimble builder has been optimized to work with the Customizr and Hueman theme, but it works with any WordPress theme. If you experience any problem with a specific theme, please report it in the [plugin support forum](https://wordpress.org/support/plugin/nimble-builder).
4545

4646
== Upgrade Notice ==
47+
= 1.1.7 : October 11th, 2018 =
48+
* fixed : check on php and wordpress version not preventing some plugin functions to be fired.
49+
4750
= 1.1.6 : October 11th, 2018 =
4851
* fixed : normalized the text style of the user interface when previewing, so it's not impacted by the theme or other's plugins style
4952
* improved : added a way to make <a> links unclickable. partially fixes #193
@@ -85,6 +88,14 @@ The Nimble builder has been optimized to work with the Customizr and Hueman them
8588
* fixed : dynamic CSS can be printed twice : inline and enqueued as CSS file when user logged in.
8689

8790
== Changelog ==
91+
= 1.1.7 : October 11th, 2018 =
92+
* fixed : check on php and wordpress version not preventing some plugin functions to be fired.
93+
94+
= 1.1.6 : October 11th, 2018 =
95+
* fixed : normalized the text style of the user interface when previewing, so it's not impacted by the theme or other's plugins style
96+
* improved : added a way to make <a> links unclickable. partially fixes #193
97+
* added : a "Contact-us" category of sections, including 2 new pre-designed sections
98+
8899
= 1.1.5 : October 10th, 2018 =
89100
* fixed : columns of a pre-designed sections not resizable after a drop
90101
* fixed : don't animate when duplicating a column or a module

0 commit comments

Comments
 (0)