Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update WP version, code style, security fixes #4

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading