Skip to content

Commit

Permalink
Merge pull request #13 from omnisend/misc/update-plugin-icon
Browse files Browse the repository at this point in the history
Misc/update plugin icon
  • Loading branch information
arnas authored Feb 8, 2024
2 parents a48a8f8 + 93ceb6d commit 4c72d10
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 7 deletions.
Binary file added .wordpress-org/banner-1544x500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/banner-772x250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Omnisend for Ninja Forms Add-On
* Description: A ninja forms add-on to sync contacts with Omnisend. In collaboration with Omnisend for WooCommerce plugin it enables better customer tracking
* Version: 1.0.0
* Version: 1.0.4
* Author: Omnisend
* Author URI: https://omnisend.com
* Developer: Omnisend
Expand All @@ -21,7 +21,7 @@
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
define( 'OMNISEND_NINJA_ADDON_VERSION', '1.0.0' );
define( 'OMNISEND_NINJA_ADDON_VERSION', '1.0.4' );

add_action( 'ninja_forms_register_actions', array( 'Omnisend_NinjaFormsAddOn_Bootstrap', 'register_actions' ), 10 );
spl_autoload_register( array( 'Omnisend_NinjaFormsAddOn_Bootstrap', 'autoloader' ) );
Expand Down Expand Up @@ -124,7 +124,7 @@ public static function ninja_forms_notice() {
* Loading styles in admin.
*/
public static function load_custom_wp_admin_style() {
wp_register_style( 'omnisend-ninja-forms-addon', plugins_url( 'css/omnisend-ninjaforms-addon.css', __FILE__ ), array(), '1.0.0' );
wp_register_style( 'omnisend-ninja-forms-addon', plugins_url( 'css/omnisend-ninjaforms-addon.css', __FILE__ ), array(), '1.0.4' );
wp_enqueue_style( 'omnisend-ninja-forms-addon' );
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function enable_web_tracking( string $email, string $phone, string $snipp
)
);

wp_enqueue_script( 'omnisend-snippet-script', $snippet_path, array(), '1.0.0', true );
wp_enqueue_script( 'omnisend-snippet-script', $snippet_path, array(), '1.0.4', true );
wp_localize_script( 'omnisend-snippet-script', 'omnisendIdentifiers', $identifiers );
}
}
10 changes: 7 additions & 3 deletions omnisend-for-ninja-forms/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: Ninja forms, form, email marketing, web tracking, subscriber collection
Requires at least: 4.7.0
Tested up to: 6.4
Requires PHP: 7.1
Stable tag: 1.0.3
Stable tag: 1.0.4
License: GPLv3 or later
URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -61,10 +61,14 @@ Read Omnisend [Terms of Use](https://www.omnisend.com/terms)

== Changelog ==

= 1.0.0 =
= 1.0.4 =

* Initial release.
* Update link to Omnisend support article

= 1.0.3 =

* Update link to Omnisend support article

= 1.0.0 =

* Initial release.

0 comments on commit 4c72d10

Please sign in to comment.