Skip to content

Commit

Permalink
Update WP version, code style, security fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nerijuszaniauskas committed Dec 3, 2024
1 parent ffcd75f commit e94a019
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified .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.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
/**
* Omnisend Contact form 7 plugin
*
* Plugin Name: Omnisend for Contact Form 7
* Description: A Contact Form 7 add-on to sync contacts with Omnisend. In collaboration with Omnisnnd for WooCommerce plugin it enables better customer tracking
* Plugin Name: Omnisend for Contact Form 7 Add-On
* Description: A Contact Form 7 add-on to sync contacts with Omnisend. In collaboration with Omnisend for WooCommerce plugin it enables better customer tracking
* Version: 1.1.2
* Author: Omnisend
* Author URI: https://www.omnisend.com
* Developer: Omnisend
* Developer URI: https://developers.omnisend.com
* Text Domain: omnisend-for-contact-forms-7
* Text Domain: omnisend-for-contact-form-7
* ------------------------------------------------------------------------
* Copyright 2023 Omnisend
* License: GNU General Public License v3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function display( $action = '' ) {
printf(
'<p><a href="%1$s" class="button">%2$s</a></p>',
esc_url( $this->menu_page_url( 'action=setup' ) ),
esc_html( __( 'Setup integration', 'contact-form-7' ) )
esc_html( __( 'Setup integration', 'omnisend-for-contact-form-7' ) )
);
}
}
Expand Down
2 changes: 1 addition & 1 deletion omnisend-for-contact-form-7/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Plugin Name: Omnisend for Contact Form 7 Add-On
Contributors: omnisend
Tags: Contact Form 7, form, email marketing, web tracking, subscriber collection
Requires at least: 4.7.0
Tested up to: 6.4
Tested up to: 6.7
Requires PHP: 7.1
Stable tag: 1.1.2
License: GPLv3 or later
Expand Down

0 comments on commit e94a019

Please sign in to comment.