Skip to content

Commit 8ddce9a

Browse files
Merge pull request #21 from omnisend/update-images
Update version to 1.1.6 and change stable tag in readme; update banne…
2 parents 3aa90e5 + 8cd2e13 commit 8ddce9a

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.wordpress-org/banner-1544x500.png

1.09 KB
Loading

.wordpress-org/banner-772x250.png

35.3 KB
Loading

omnisend-for-ninja-forms/class-omnisend-ninjaformsaddon-bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Omnisend for Ninja Forms Add-On
44
* Description: A ninja forms add-on to sync contacts with Omnisend. In collaboration with Omnisend for WooCommerce plugin it enables better customer tracking
5-
* Version: 1.1.5
5+
* Version: 1.1.6
66
* Author: Omnisend
77
* Author URI: https://omnisend.com
88
* Developer: Omnisend
@@ -23,7 +23,7 @@
2323
}
2424

2525
const OMNISEND_NINJA_ADDON_NAME = 'Omnisend for NINJA Forms Add-On';
26-
const OMNISEND_NINJA_ADDON_VERSION = '1.1.5';
26+
const OMNISEND_NINJA_ADDON_VERSION = '1.1.6';
2727

2828
add_action( 'ninja_forms_register_actions', array( 'Omnisend_NinjaFormsAddOn_Bootstrap', 'register_actions' ), 10 );
2929
spl_autoload_register( array( 'Omnisend_NinjaFormsAddOn_Bootstrap', 'autoloader' ) );

omnisend-for-ninja-forms/readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: Ninja forms, form, email marketing, web tracking, subscriber collection
55
Requires at least: 4.7.0
66
Tested up to: 6.7
77
Requires PHP: 7.1
8-
Stable tag: 1.1.5
8+
Stable tag: 1.1.6
99
License: GPLv3 or later
1010
URI: http://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -61,6 +61,9 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
6161

6262
== Changelog ==
6363

64+
= 1.1.6 =
65+
* Update screenshots
66+
6467
= 1.1.5 =
6568
* Update screenshots
6669

0 commit comments

Comments
 (0)