Skip to content

Commit cb22a0f

Browse files
Merge pull request #19 from omnisend/INT-2141_update-screenshots
INT-2141 Update screenshots
2 parents 62e1244 + acb65c8 commit cb22a0f

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.github/workflows/release-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@main
1010
- name: WordPress Plugin Deploy
11-
uses: omnisend/[email protected].3
11+
uses: omnisend/[email protected].4
1212
env:
1313
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
1414
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

.wordpress-org/screenshot-3.png

16.4 KB
Loading

.wordpress-org/screenshot-5.png

-248 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.4
5+
* Version: 1.1.5
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.4';
26+
const OMNISEND_NINJA_ADDON_VERSION = '1.1.5';
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.4
8+
Stable tag: 1.1.5
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.5 =
65+
* Update screenshots
66+
6467
= 1.1.4 =
6568
* Update tested WP version and security fixes
6669

0 commit comments

Comments
 (0)